Re: [AD] trouble with scons build system |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-03-18, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> I dont see anything wrong with it but platform["ALLEGRO_WITH_ESDDIGI" ]
> should have been defined, 0 if you dont have ESD.
>
> Try running $scons config=1.
Nope.
Where do a look to see if platform["ALLEGRO_WITH_ESDDIGI"] is defined?
The contents of settings.cfg are
[unix]
cppflags = []
linkflags = ['$__RPATH']
libpath = ['/usr/X11R6/lib']
ccflags = ['-mcpu=pentium']
libs = ['m', 'vga', 'c', 'jack', 'X11', 'Xext', 'Xcursor', 'Xxf86dga', 'Xxf86vm', 'Xpm', 'pthread', 'c', 'c', 'c', 'c']
cpppath = ['/usr/X11R6/include']
Peter