Re: [AD] Build error with DJGPP for allegro 4.2 SVN revision 7823 |
[ 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] Build error with DJGPP for allegro 4.2 SVN revision 7823
- From: "Ryan Patterson" <cgamesplay@xxxxxxxxxx>
- Date: Thu, 12 Apr 2007 14:13:52 -0400
You're supposed to run "make depend" before "make".
On 4/12/07, Milan Mimica <milan.mimica@xxxxxxxxxx> wrote:
Marcio Afonso Arimura Fialho wrote:
> I've updated my local SVN repository with the last SVN
> version of Allegro (revision 7823), and attempted to
> compile it with DJGPP. I've got the following error:
>
> D:\allegro\4.2>make WARNMODE=1
> Compiling Allegro for djgpp, optimised. Please wait...
> gcc -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -W
> -Wstrict-prototypes -Wno-unused -Werror -mcpu=i586 -O2
> -funroll-loops -ffast-math -fomit-frame-pointer -I.
> -I./include -o obj/djgpp/alleg/poly3d.o -c
> src/poly3d.c
> src/poly3d.c:32:35: obj/djgpp/asmcapa.h: No such file
> or directory (ENOENT)
> make.exe: *** [obj/djgpp/alleg/poly3d.o] Error 1
I don't know why does this happen, but you can fix it by running:
make obj/djgpp/asmcapa.h
Do that for any other file it asks if necessary.
--
Milan Mimica
http://sparklet.sf.net
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
https://lists.sourceforge.net/lists/listinfo/alleg-developers
--
Regards,
Ryan Patterson <mailto:cgamesplay@xxxxxxxxxx>