Re: [AD] 4.9 build failure on osx |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Those functions are defined in the OpenGL framework:
peterhull$ nm /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib
|grep _glDeleteFramebuffersEXT
92b4149f T _glDeleteFramebuffersEXT
How are you linking your examples?
Pete
On Thu, Mar 6, 2008 at 2:16 AM, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> Peter Hull wrote:
> > I've checked in an updated list to cmake/FileList.cmake. Here is a
> > patch for osx.scons with the correct frameworks:
> >
> Ok your updates more or less solved the problem, I also changed the
> scons files similar to what you did but I didn't get an error about
> 'startswith'. Now I get link errors for the opengl extension symbols:
>
> _glDeleteFramebuffersEXT
> _glGenFramebuffersEXT
> _glBindFramebufferEXT
> _glCheckFramebufferStatusEXT
> _glFramebufferTexture2DEXT
>
> I looked through the /Developer/.../Frameworks but didn't see an
> OpenGLEXT framework or anything.
>
> On a side note, ALLEGRO_CFG_OPENGL needs to be in alplatf.h but
> currently scons only puts in ALLEGRO_UNIX or ALLEGRO_OSX. It should
> interpret the things in alplatf.h.cmake better.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> --
> https://lists.sourceforge.net/lists/listinfo/alleg-developers
>