|
From: Peter H. <pet...@nt...> - 2005-09-06 06:02:27
|
On Tuesday, September 6, 2005, at 06:20 am, Achim Woellgens wrote: > well first thing I tried was the fixunix batch and then make and I=20 > tried and copied the makefile.lnx to the root directory and ran it=20 > with same results. Don't copy that file, fixunix.sh will create a makefile in the=20 directory which includes some other makefiles automatically > what I get when trying to compile: > > ################################################### > [root@localhost KQ]# make > make: *** Keine Regel vorhanden, um das Target=20 > =BB/usr/local/include/allegro/internal/alconfig.h=AB, > ben=F6tigt von =BBobj/unix/combat.o=AB, zu erstellen. Schluss. > ################################################### > it prints target-erors which looks for me as if it wants the includes=20= > etc. in /usr/local/include, ...../lib etc. but most of the libs are=20 > precompiled rpms located in the /usr tree except jgmod, dumb and my=20 > browser plugins..... If you type allegro-config --cflags this should indicate where it thinks the allegro include files should=20 be installed. If this is not right, allegro hasn't been installed=20 properly. Try this: ./fixunix.sh make depend make Does that work? I'm puzzled because combat.c does not include=20 alconfig.h directly (at least in the version I have here) Pete |