Le 2 mars 2010 à 20:54, Truls Becken a écrit : > The problem is with headers, not object files, but I just realized > this is related to a change I made for the tree to compile with Clang. > Originally, I got; > > > Build Project: IconKit > > Making build-headers in subprojects of framework IconKit... > Making build-headers for subproject libIconKit... > make[4]: Nothing to be done for `internal-subproject-build-headers'. > Making build-headers for framework IconKit... Creating > IconKit.framework/Versions/0/Headers/IKIconTheme.h... > Making all in subprojects of framework IconKit... > Making all for subproject libIconKit... > Compiling file IKIcon.m ... > In file included from IKIcon.m:20: > /home/tbe/etoile/Frameworks/IconKit/IconKit/IKIconTheme.h:22:36: > error: cannot find protocol definition for 'UKTest' > @interface IKIconTheme : NSObject <UKTest> > ^ > 1 diagnostic generated.
I just fixed this problem as suggested by David. Take note the repository won't compile without a recent gnustep-make revision. I merged Source/GNUmakefile into IconKit/GNUmakefile and source paths are now given to IconKit_OBJC_FILES (this feature was added to gnustep-make in February). I suggest r29644. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev