Hi Edwin, Le 27 oct. 2014 à 23:25, Edwin Ancaer <[email protected]> a écrit :
> Quintin, > > I tried compiling ObjectManager, but there was a linking error: > > edwin@ottopedi:~/etoile/Apps/ModelBuilder-master$ make > This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help. > Making all for app ModelBuilder... > Linking app ModelBuilder ... > /usr/bin/ld: cannot find -lEtoileSerialize > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make[3]: *** [ModelBuilder.app/./ModelBuilder] Error 1 > make[2]: *** [internal-app-run-compile-submake] Error 2 > make[1]: *** [ModelBuilder.all.app.variables] Error 2 > make: *** [internal-all] Error 2 > > I also tried compiling ModelBuilder,, but there was no GNUmakefile. I did not > immediately found a way to convert an XCode project file to a GNUstep project, ModelBuilder was written three years ago for a previous version of CoreObject, so it doesn't support the current CoreObject API. > but I found ObjectManagerExample, and that compiled/lind fine and the > application still seems to work. I could move around the directories on my > laptop, and select the different layouts. After clicking the inspect button, > I had a new window that was opened. As I don't know what it's supposed to > do, I can't comment on it, but it looked OK. > > I've read an article were an IDE was mentioned (CodeMonkey) Is that usable? > I cannot find a file with CodeMonkey in its name No, CodeMonkey was a quick prototype written many years ago. > As a general question, do you think one should be able to build a 'real' > application using Etoile in its current state? You can build a 'real application' using frameworks such as LanguageKit, SourceCodeKit, CoreObject, EtoileFoundation and UnitKit. LanguageKit put aside, all these frameworks are supported on Mac OS X too. I wouldn't recommend using other frameworks, unless you intend to actively contribute to their development. For the UI, you should probably use the AppKit for now. I personally use CoreObject, EtoileFoundation and UnitKit outside of Étoilé. Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
