Benjamin Reed ha scritto: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Alessandro Lendaro wrote: > >> utils.c:39:19: errno.h: No such file or directory > > If you don't have errno.h, I'm inclined to believe you're missing some > bits of XCode, it's part of the DevSDK package, which is pretty much > required for any of XCode to function properly, at least on the UNIX side. > > Try reinstalling XCode (even better, running > /Developer/Tools/uninstall-devtools.pl and re-installing XCode just to > be sure) and enable all of the SDKs like the BSD SDK, OpenGL SDK, etc. > Many, if not all, of those are required by Fink builds at one point or > another. > > - -- > Benjamin Reed a.k.a. Ranger Rick > http://ranger.befunk.com/ > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFEj/5rUu+jZtP2Zf4RAnXCAKCh5hzXj6j1lCso47gqJPgkhztsmwCgm2Wq > 6AEtXJB5WBXtnDsu9Zu/gyo= > =Mb4V > -----END PGP SIGNATURE-----
Thanks Benjamin. I did reinstall latest Dev Tools (2.3) and I got no more that error. The problem is now I get another one: gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -no-cpp-precomp -I/sw/include -DXINE_COMPILE -I/sw/include -I/sw/include/artsc -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -O3 -pipe -fomit-frame-pointer -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -no-cpp-precomp -D_INTL_REDIRECT_MACROS -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -faltivec -maltivec -MT audio_arts_out.lo -MD -MP -MF .deps/audio_arts_out.Tpo -c audio_arts_out.c -fno-common -DPIC -o audio_arts_out.o >/dev/null 2>&1 /bin/sh ../../libtool-nofpic --mode=link gcc-3.3 -DXINE_COMPILE -I/sw/include -I/sw/include/artsc -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -O3 -pipe -fomit-frame-pointer -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -no-cpp-precomp -D_INTL_REDIRECT_MACROS -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -faltivec -maltivec -L/sw/lib -o xineplug_ao_out_arts.la -rpath /sw/lib/xine/plugins/1.0.1 -avoid-version -module -export-symbols-regex xine_plugin_info audio_arts_out.lo -L/sw/lib -ldl -lartsc -lpthread -L/sw/lib -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv libtool-nofpic: link: `/sw/lib/libglib-2.0.la' is not a valid libtool archive make[3]: *** [xineplug_ao_out_arts.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
