|
From: Achim W. <a.w...@on...> - 2005-09-06 05:24:44
|
Peter Hull wrote: > Dear Achim, > > Hello! Thanks for your message; I'll help you if I can. > You need these libraries to build KQ: > Allegro 4.0 or above > DUMB 0.92 or above > Lua 4.x (not Lua 5.x) > Lua and Allegro should be available from your Mandrake disks. For > DUMB, go to dumb.sf.net. > > Unpack the KQ archive, cd into it and type > ./fixunix.sh > then > make > > Hopefully that will work. If not, can you tell me: which version of KQ > are you trying to build? What _exact_ errors do you get? > > Yours, > > Peter > > Hi Peter, thanks for the quick response! well first thing I tried was the fixunix batch and then make and I tried and copied the makefile.lnx to the root directory and ran it with same results. what I get when trying to compile: ################################################### [root@localhost KQ]# make make: *** Keine Regel vorhanden, um das Target »/usr/local/include/allegro/internal/alconfig.h«, benötigt von »obj/unix/combat.o«, zu erstellen. Schluss. ################################################### it prints target-erors which looks for me as if it wants the includes etc. in /usr/local/include, ...../lib etc. but most of the libs are precompiled rpms located in the /usr tree except jgmod, dumb and my browser plugins..... but most lib and include pathes are in the ldconfig - and profiles a swell so they should be found elsewhere! so it always tells me, "there s no rule to build a certain target, here: alconfig.h ! think I need adjustments to path infos in some config files but I did not find these path infos... the system is a Mandrake 9.1 Linux, so pathes are more or less similar to RedHat! the KQ version is the 20030713 build. any idea where I should look? bye Achim |