octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest from hg on OSX


From: Ben Abbott
Subject: Re: Latest from hg on OSX
Date: Tue, 17 Jun 2008 12:55:33 -0700

On Tuesday, June 17, 2008, at 03:39PM, "Thomas Treichl" <address@hidden> wrote:
>Shai Ayal schrieb:
>> On Tue, Jun 17, 2008 at 9:18 PM, Carlo de Falco <address@hidden> wrote:
>> 
>>> 2) I had to change
>>> #include GL/gl.h    to     #include OpenGL/gl.h
>>> and
>>> #include GL/glu.h   to     #include OpenGL/glu.h
>>> in gl-renderer.h
>> 
>> Michael,
>> 
>> I think the fltk team have figured out a cross platform way of
>> including the OpenGL headers:
>> 
>> http://svn.easysw.com/public/fltk/fltk/tags/release-1.1.8/FL/gl.h
>> http://svn.easysw.com/public/fltk/fltk/tags/release-1.1.8/FL/glu.h
>> 
>> maybe we should adopt it?
>
>I wonder where this OpenGL directory comes from or where it should be placed? 
>I 
>searched my Mac for that OpenGL directory but couldn't find it. I have used 
>Apple's original GL framework, the headers are in /usr/X11R6/include/GL and 
>the 
>libs can be accessed by '-framework OpenGL'. There are no changes necessary 
>from 
>my point of view. Somebody please posts the output from
>
>   bash~$ sudo find / -iname OpenGL
>
>and
>
>   bash~$ sudo find / -iname gl.h
>
>Thanks,
>   Thomas
>

PPC (G5) based Mac running Tiger

$ sudo find / -iname OpenGL
Password:
/Applications/MATLAB71/sys/opengl
/Developer/Examples/OpenGL
/Developer/qt/examples/demo/opengl
/Developer/qt/examples/opengl
/Developer/qt/src/opengl
/Developer/qt/tools/designer/examples/opengl
/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL
/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
/sw/share/doc/kde/en/kinfocenter/opengl
/sw/share/doc/qt3/examples/demo/opengl
/sw/share/doc/qt3/examples/opengl
/sw/share/doc/qt4-x11/examples/opengl
/System/Library/Frameworks/OpenGL.framework/OpenGL
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
/usr/local/lib/fpc/2.2.0/units/powerpc-darwin/opengl
/usr/local/share/examples/fpc-2.2.0/opengl
$ sudo find / -iname gl.h
Password:
/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks/AGL.framework/Versions/A/Headers/gl.h
/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h
/Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/include/GL/gl.h
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/AGL.framework/Versions/A/Headers/gl.h
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h
/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/GL/gl.h
/sw/include/FL/gl.h
/System/Library/Frameworks/AGL.framework/Versions/A/Headers/gl.h
/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/gl.h
/usr/X11R6/include/GL/gl.h

Ben 

p.s. Intel running Leopard to follow soon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]