Pierre-Henri Lavigne wrote:
> Good day,
> 
> I got the following error while trying to compile the lastest python package 
> at work. The machine is running a Mac OS 10.4.11 Intel version. Latest Fink 
> with unstable tree enable :
> 
> http://paste.lisp.org/display/51824
> 
> Please tell me if I miss something or if I may help.

The error message says:

> /System/Library/Frameworks/QuickTime.framework/Headers/ImageCompression.h:24:27:
>  error: OpenGL/OpenGL.h: No such file or directory

The line in question is

#include <OpenGL/OpenGL.h>

This should never give an error, because the OpenGL framework exists in 
/System/Library/Frameworks/, and this is on the standard preprocessor 
framework search path.

You must have done something non-standard to your system. Check if
/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h
exists.

-- 
Martin



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to