Re: [AD] macro namespaces |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-02-23, Trent Gamblin <trent@xxxxxxxxxx> wrote:
> On Sat, February 23, 2008 4:03 pm, Peter Wang said:
> > Hi,
> >
> > Milan's latest commit adds a platform configuration macro
> > ALLEGRO_OGL. I
> > wondered why it was called that instead of ALLEGRO_OPENGL, but of
> > course
> > ALLEGRO_OPENGL is already the name of a display flag. Similarly
> > with
> > ALLEGRO_DIRECT3D and ALLEGRO_D3D. I think we need to start
> > distinguishin the configuration macros from other macros, e.g.
> > ALLEGRO_CFG_OPENGL. We had the same confusions in Allegro 4.
> >
> > Peter
>
> I was just changing ALLEGRO_D3D to ALLEGRO_CFG_D3D when I noticed
> that after an svn up the build fails on the demo. The full error is
> below. Even after passing WANT_OGL=off it still seems to be building
> the OpenGL driver.
Did you spell it WANT_OGL or WANT_OPENGL? Otherwise, I can't see what
the problem might be. Does it happen if you reconfigure from scratch?
Peter