Re: [AD] 4.9 build failure on osx |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] 4.9 build failure on osx
- From: Jon Rafkind <workmin@xxxxxxxxxx>
- Date: Wed, 05 Mar 2008 19:16:48 -0700
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.