Page 1 of 1

Compilation on Linux and some bugs of trunk (r400)

Posted: Wed Jul 22, 2009 9:12
by Daniele C.
Hello,

I can witness that GZDoom's Linux support is now greatly better than last time I tried to compile it!

I have some patches which need to be merged to the current trunk (revision r400), see attached diff.

This will allow compilation on Arch Linux, since the FMOD library is installed on a different path on this distribution, fix missing namespaces in sdlglvideo.cpp and the DWORD missing declaration in x86.h.

Also, please delete from SVN the files linux_gzdoom-v1.0.27.patch and linux_gzdoom-v1.0.27L.patch (which I had once supplied) since they are no more necessary. I also think that gzdoom_my_diff_r131.diff can be removed.

Thanks!

P.S. I still cannot compile GZDoom on Linux, I am stuck at this error (compiling for Release) and I don't know how to continue:

Re: Compilation on Linux and some bugs of trunk (r400)

Posted: Wed Jul 22, 2009 18:09
by GuntherDW
Check out the other thread (with cmake in the topic)
I, just like you, got r400 to compile, and am working on a .patch :) (minor bugs still occur, the new renderer for ex doesn't initialize correctly)

Re: Compilation on Linux and some bugs of trunk (r400)

Posted: Thu Jul 23, 2009 8:54
by Daniele C.
GuntherDW wrote:Check out the other thread (with cmake in the topic)
I, just like you, got r400 to compile, and am working on a .patch :) (minor bugs still occur, the new renderer for ex doesn't initialize correctly)
Are you compiling on Linux? Gonna check now :) thanks

Re: Compilation on Linux and some bugs of trunk (r400)

Posted: Thu Jul 23, 2009 8:58
by Daniele C.