Problem compiling on Linux

D2X-XL - Descent II update for modern systems with many new features and enhanced graphics. Home Page

Moderators: Grendel, Aus-RED-5

Post Reply
D.Cent
DBB Ace
DBB Ace
Posts: 53
Joined: Wed Nov 22, 2006 1:50 pm
Location: Schwieberdingen (Germany)
Contact:

Problem compiling on Linux

Post by D.Cent »

Hey,

I wanted to download the newest d2x-xl for Linux.

I've unpacked the source and the makefiles into the right directories.

Running configure-script works, but if I run make, I get this:

Code: Select all

philipp@kubuntu:~/d2x-xl$ make
make  all-recursive
make[1]: Entering directory '/home/philipp/d2x-xl'
Making all in 2d
make[2]: Entering directory '/home/philipp/d2x-xl/2d'
Makefile:281: .deps/2dsline.Po: No such file or directory
Makefile:282: .deps/bitblt.Po: No such file or directory
Makefile:283: .deps/bitmap.Po: No such file or directory
Makefile:284: .deps/box.Po: No such file or directory
Makefile:285: .deps/canvas.Po: No such file or directory
Makefile:286: .deps/circle.Po: No such file or directory
Makefile:287: .deps/disc.Po: No such file or directory
Makefile:288: .deps/font.Po: No such file or directory
Makefile:289: .deps/gpixel.Po: No such file or directory
Makefile:290: .deps/ibitblt.Po: No such file or directory
Makefile:291: .deps/line.Po: No such file or directory
Makefile:292: .deps/palette.Po: No such file or directory
Makefile:293: .deps/pcx.Po: No such file or directory
Makefile:294: .deps/pixel.Po: No such file or directory
Makefile:295: .deps/poly.Po: No such file or directory
Makefile:296: .deps/rect.Po: No such file or directory
Makefile:297: .deps/rle.Po: No such file or directory
Makefile:298: .deps/scalec.Po: No such file or directory
Makefile:299: .deps/tmerge.Po: No such file or directory
make[2]: *** No rule to make ».deps/tmerge.Po«.  Exiting.
make[2]: Leaving directory '/home/philipp/d2x-xl/2d'
make[1]: *** [all-recursive] Fualts 1
make[1]: Leaving directory '/home/philipp/d2x-xl'
make: *** [all] Fehler 2
philipp@kubuntu:~/d2x-xl$        
Any ideas?
User avatar
Aus-RED-5
DBB Friend
DBB Friend
Posts: 1604
Joined: Fri Apr 23, 2004 7:27 am
Location: Adelaide, South Australia
Contact:

Post by Aus-RED-5 »

D.Cent,

I have no clue about the linux port.

1) If you feel this might be a bug? Please read the Announcement regarding bug reports.

2) If you haven't already, please read the install guide for D2X-XL.
Follow the steps that are laid out there.
This should be a bit more help to you.

Thanks. :)
Warbird
DBB Cadet
DBB Cadet
Posts: 3
Joined: Sun Nov 18, 2007 1:07 am

Re:

Post by Warbird »

I think.... I got these error messages,too.

Maybe,you must type \"sh autogen.sh\" before \"./configure\".
try it.
Post Reply