[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] CVS won't build
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 7 Nov 2005 17:34:35 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=VHOmUN6pklKFzz41AfBIiH2CKcPeOUVCLClnUAGspbXR+JpPd5lJa3gNqkYHQd0lXC1ta0kOOulMhGoCWLLhcE+O+SDg97K6i8/6RfZgUq66+PDGCgY10ZHZCtNNoENf0iGnOy2ySpH+1LOEALCpOxHiSqSXX4cmXvU8ZYzHpig=
I'm not sure what I'm doing wrong, but a freshly checked out CVS copy of
Allegro won't build for me. I made sure the allegro directory was clean
before trying to build it. I ran autoconf, autoheader, and my (long)
configure command:
./configure --disable-esddigi --disable-artsdigi --disable-xwin-dga2
--disable-linux --enable-dbglib --enable-strictwarn --disable-asm
--enable-exclopts="athlon-tbird -fweb -funswitch-loops"
It configured okay with no discernable problems, b ut when I try to make, I
got this:
include/allegro/internal/alconfig.h:36:44: allegro/platform/alplatf.h: No such
file or directory
include/allegro/internal/alconfig.h:60:8: #error platform not supported
...followed by a whole crap load of errors. I checked, and indeed alplatf.h is
missing. I tried running make depend, but that didn't fix the problem. Any
ideas?