On 12/8/06, Colin Wood <[EMAIL PROTECTED]> wrote: > Still an error. > > ...
<snip> > gcc -c -fno-strict-aliasing -fno-common -Wno-long-double -no-cpp-precomp > -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include > -I/sw/include -DPy_BUILD_CORE -o Python/mactoolboxglue.o > Python/mactoolboxglue.c > In file included from > /System/Library/Frameworks/QuickTime.framework/Headers/MediaHandlers.h:24, > from > /System/Library/Frameworks/QuickTime.framework/Headers/QuickTime.h:30, > from ./Include/pymactoolbox.h:27, > from Python/mactoolboxglue.c:27: > /System/Library/Frameworks/QuickTime.framework/Headers/Movies.h:47:33: > error: CoreAudio/CoreAudio.h: No such file or directory Looks like you need the CoreAudioSDK for this one--at least that's what's being used on my system. > In file included from > /System/Library/Frameworks/QuickTime.framework/Headers/Movies.h:51, > from > /System/Library/Frameworks/QuickTime.framework/Headers/MediaHandlers.h:24, > from > /System/Library/Frameworks/QuickTime.framework/Headers/QuickTime.h:30, > from ./Include/pymactoolbox.h:27, > from Python/mactoolboxglue.c:27: > /System/Library/Frameworks/QuickTime.framework/Headers/ImageCompression.h:24:27: > error: OpenGL/OpenGL.h: No such file or directory According to my system either DevSDK.pkg or OpenGLSDK.pkg will provide the proper file (it looks like both install an identical version). If you don't have the former installed you definitely need it to build stuff from source. > > > > On 12/8/06, Alexander Hansen <[EMAIL PROTECTED]> wrote: > > On 12/8/06, Colin Wood <[EMAIL PROTECTED]> wrote: > > > You're giving me way more credit than I deserve. How do I do I install > > > python23? I'm not even sure exactly what python23 is. > > > > > > > That would be the package whose failure prompted the exercise of > > installing the Quicktime SDK. > > > > You can just try installing nicotine (which will in turn install > > python23) again. > > > > > On 12/8/06, Alexander Hansen < [EMAIL PROTECTED]> wrote: > > > > On 12/8/06, Colin Wood <[EMAIL PROTECTED]> wrote: > > > > > Ok, I installed the Quicktime SDK. How do I do that second part you > > > > > mentioned? > > > > > > > > > > > > > You don't--unless you want to hack the fink tool. :-) > > > > > > > > That was a note to go in the archives and to suggest to the > developers. > > > > > > > > Try installing python23 again. > > > > > > > > > > > > > > On 12/8/06, Alexander Hansen < [EMAIL PROTECTED] > wrote: > > > > > > On 12/8/06, Colin Wood < [EMAIL PROTECTED]> wrote: > > > > > > > That file WAS missing, so I installed BSDSDK.pkg and then tried > > > > > installing > > > > > > > nicotine again and I got the following: > > > > > > > > > > > > > > [Message clipped] > > > > > > <snip> > > > > > > ... > > > > > > In file included from Python/mactoolboxglue.c:27: > > > > > > ./Include/pymactoolbox.h:27:33: error: QuickTime/QuickTime.h: No > such > > > > > > file or directory > > > > > > > > > > > > If you didn't already install the QuickTime SDK package you'll > need > > > that. > > > > > > > > > > > > We probably should have a virtual package in fink to flag the > > > > > > presence/absence of this SDK, so that a dependency can be declared > in > > > > > > python23. > > > > > > > > > > > > -- > > > > Alexander K. Hansen > > > > Fink Documenter (still) > > > > Got job? http://akhmac.blogdns.net/~hansen/akh_cv/ > > > > > > > > > > > > > > > > -- > > > > > > Colin Wood > > > [EMAIL PROTECTED] > > > > > > -- > > Alexander K. Hansen > > Fink Documenter (still) > > Got job? http://akhmac.blogdns.net/~hansen/akh_cv/ > > > > > > -- > > Colin Wood > [EMAIL PROTECTED] -- Alexander K. Hansen Fink Documenter (still) Got job? http://akhmac.blogdns.net/~hansen/akh_cv/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
