Hi, I'm trying to make etoile's Pardus PiSi package. I compiled and installed GNUstep and its tools:
gnustep-back-0.18.0 gnustep-base-1.20.1 gnustep-gui-0.18.0 gnustep-make-2.4.0 I've download source codes from Debian. All Gnustep packages are compiled successfully. When i try to compile etoile. It gives some errors: Compiling file NSScrollView.m ... NSScrollView.m: In function '-[NSScrollView(theme) tile]': NSScrollView.m:130:3: warning: implicit declaration of function '_sizeForBorderType' NSScrollView.m:130:3: error: invalid initializer NSScrollView.m:151:3: warning: 'NSScrollView' may not respond to '-_synchronizeHeaderAndCornerView' NSScrollView.m:151:3: warning: (Messages without a matching method signature NSScrollView.m:151:3: warning: will be assumed to return 'id' and accept NSScrollView.m:151:3: warning: '...' as arguments.) *** 1 errors, 5 warnings make[5]: *** [obj/Camaelon.obj/NSScrollView.m.o] Error 1 make[4]: *** [internal-bundle-run-compile-submake] Error 2 make[3]: *** [Camaelon.all.bundle.variables] Error 2 make[2]: *** [internal-all] Error 2 make[1]: *** [internal-all] Error 2 make: *** [internal-all] Error 2 I also tried to compile etoile from trunk. But now there are different errors. Build Project: MediaKit Making all for framework MediaKit... Compiling file MKMediaFile.m ... cc1obj: warnings being treated as errors MKMediaFile.m: In function '-[MKMediaFile(Metadata) readMP4Metadata]': MKMediaFile.m:288:2: error: 'MP4GetMetadataName' is deprecated (declared at /usr/include/mp4v2/meta.h:43) MKMediaFile.m:289:2: error: 'MP4GetMetadataArtist' is deprecated (declared at /usr/include/mp4v2/meta.h:69) MKMediaFile.m:290:2: error: 'MP4GetMetadataAlbum' is deprecated (declared at /usr/include/mp4v2/meta.h:199) MKMediaFile.m:291:2: error: 'MP4GetMetadataComment' is deprecated (declared at /usr/include/mp4v2/meta.h:121) MKMediaFile.m:292:2: error: 'MP4GetMetadataGenre' is deprecated (declared at /usr/include/mp4v2/meta.h:277) MKMediaFile.m:294:2: error: 'MP4GetMetadataYear' is deprecated (declared at /usr/include/mp4v2/meta.h:173) MKMediaFile.m:300:2: error: 'MP4GetMetadataTrack' is deprecated (declared at /usr/include/mp4v2/meta.h:225) Before this error i get mp4.h no such as file. And i changed the MKMediaFile.m file. i removed all lines about mp4v2.h and mp4.h and added only mp4v2.h line. Gcc version: 4.5.1 system is 32 bit Pardus 2011. Thanks. -- Mesutcan Kurt
_______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
