Page 1 of 1

Problem compiling on Linux

Posted: Sat Sep 29, 2007 4:39 am
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?

Posted: Sat Sep 29, 2007 10:24 am
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. :)

Re:

Posted: Sun Nov 18, 2007 1:17 am
by Warbird
I think.... I got these error messages,too.

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