The official "ZDoom on Linux" thread.

Discuss anything ZDoom-related that doesn't fall into one of the other categories.

Re: The official "ZDoom on Linux" thread.

Postby Jakester897 » Mon Jun 25, 2012 7:02 pm

I'm having a similar problem to the people above. When I use the "make" command, this happens:

[ 3%] Built target lzma
[ 4%] Built target lemon
[ 6%] Built target re2c
[ 6%] Built target updaterevision
[ 7%] Built target zipdir
[ 16%] Built target gme
[ 30%] Built target dumb
[ 30%] Built target arithchk
[ 30%] Built target qnan
[ 38%] Built target gdtoa
[ 38%] Built target pk3
src/svnrevision.h is up to date at revision 3710.
[ 38%] Built target revision_check
Linking CXX executable ../zdoom
/usr/bin/ld: skipping incompatible /usr/local/lib/libfmodex-4.26.36.so when searching for -lfmodex-4.26.36
/usr/bin/ld: skipping incompatible /usr/local/lib/libfmodex-4.26.36.so when searching for -lfmodex-4.26.36
/usr/bin/ld: cannot find -lfmodex-4.26.36
collect2: ld returned 1 exit status
make[2]: *** [zdoom] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2

It seems to have trouble making the zdoom.exe file, and when I look in the trunk directory, there's no .pk3 file, either.
This is my second try, if that information helps. I still got the same error before.
Also, I'm using Ubuntu version 12.04.
Jakester897
 
Joined: 25 Jun 2012

Re: The official "ZDoom on Linux" thread.

Postby Edward-san » Mon Jun 25, 2012 7:39 pm

Which distro? 32 bit or 64 bit?
Edward-san
Mathematics is the language with which God has written the universe. (Galilei)
 
Joined: 17 Oct 2009

Re: The official "ZDoom on Linux" thread.

Postby Blzut3 » Mon Jun 25, 2012 8:59 pm

It looks like he has 64-bit Ubuntu installed and is trying to link against the 32-bit libfmodex. Try the 64-bit version of fmod.
Blzut3
Pronounced: B-l-zut
 
Joined: 24 Nov 2004

Re: The official "ZDoom on Linux" thread.

Postby Jakester897 » Mon Jun 25, 2012 11:05 pm

Oh, my. It actually is 64 bit. That explains a lot, really. Wow, now I feel dumb.
Okay, I'm going to try it.

Edit: I have the game working perfectly. However, the screen is blocked by Unity's sidebar, and the top with the info bar. This is more of an Ubuntu problem, though, so I've been helped as much as I could have been. Thanks, and happy Dooming.
Jakester897
 
Joined: 25 Jun 2012

Re: The official "ZDoom on Linux" thread.

Postby Edward-san » Sat Jun 30, 2012 4:10 pm

it seems like cmake isn't aware of the changes inside the files in wadsrc* folder, ie doesn't update the pk3 file with the changes. As a workaround I remove the pk3 file before rebuilding everything, but that's a bad imposition imho...

I wonder if it's wadsrc/CMakeList.txt fault or not... should I make a new bug report?
Edward-san
Mathematics is the language with which God has written the universe. (Galilei)
 
Joined: 17 Oct 2009

Re: The official "ZDoom on Linux" thread.

Postby randi » Sat Jun 30, 2012 10:01 pm

Only if you have a fix to go with it. it's supposed to unconditionally run zipdir, but for whatever reason that doesn't happen.
User avatar
randi
Site Admin
 
Joined: 09 Jul 2003

Re: The official "ZDoom on Linux" thread.

Postby afullo » Tue Jul 03, 2012 7:19 pm

Is there a way to update to 2.6.0 on Linux? ;)

I already had a version of the 2.5.9999 r# family compiled and installed, some minutes ago I tried svn update as proposed here, but recompiling just gave me a newer version of that series, specifically 2.5.9999 r3732. :(

Thanks in advance. :)
afullo
 
Joined: 03 Jul 2012
Location: Almese, province of Turin, Piedmont, Italy

Re: The official "ZDoom on Linux" thread.

Postby Blzut3 » Tue Jul 03, 2012 9:55 pm

the trunk is still labelled 2.5.9999, but it is equivalent to 2.6.0. If you really want to build 2.6.0:
Code: Select allExpand view
svn switch http://mancubus.net/svn/hosted/zdoom/zdoom/tags/2.6.0/
Blzut3
Pronounced: B-l-zut
 
Joined: 24 Nov 2004

Re: The official "ZDoom on Linux" thread.

Postby niculinux » Sun Jul 08, 2012 1:12 pm

Hello.

Since I'm a new and very newbie linux user, I was just wandering:

Is there any linux distrubution which has in its own repositories zdoom and/or gzdoom already packed? Maybe anyone knows? :?

Thanks.
niculinux
 
Joined: 08 Jul 2012
Location: Italy

Re: The official "ZDoom on Linux" thread.

Postby Gez » Sun Jul 08, 2012 1:21 pm

niculinux wrote:Is there any linux distrubution which has in its own repositories zdoom and/or gzdoom already packed? Maybe anyone knows? :?

I don't think so; ZDoom contains code under a non-commercial license (Build and the MAME OPL emulator mostly).

However, there is this for Debian.
Gez
 
Joined: 06 Jul 2007

Re: The official "ZDoom on Linux" thread.

Postby Hellser » Thu Jul 12, 2012 5:08 am

While trying to compile ZDooM on Debian (On a Virtual Machine), I get this:
Spoiler:


Yes, I also even did a svn checkout, and I cleared out the release folder and redid the "cmake -DCMAKE_BUILD_TYPE=Release .."

For any other info, it's Debian 6.0.2 64-Bit running on VirtualBox.
User avatar
Hellser
Hello, I'm the Doctor.
 
Joined: 25 Jun 2006
Location: The TARDIS

Re: The official "ZDoom on Linux" thread.

Postby Edward-san » Thu Jul 12, 2012 4:54 pm

just a guess: what happens if you change the "ZDooM SVN" folder name with, for example, "ZdooM_SVN" and retry to compile?
Edward-san
Mathematics is the language with which God has written the universe. (Galilei)
 
Joined: 17 Oct 2009

Re: The official "ZDoom on Linux" thread.

Postby Hellser » Thu Jul 12, 2012 8:02 pm

Edward-san wrote:just a guess: what happens if you change the "ZDooM SVN" folder name with, for example, "ZdooM_SVN" and retry to compile?


Seems to work fine, that should be added to the Wiki -- don't use spaces, Linux doesn't like it.
User avatar
Hellser
Hello, I'm the Doctor.
 
Joined: 25 Jun 2006
Location: The TARDIS

Re: The official "ZDoom on Linux" thread.

Postby Edward-san » Fri Jul 13, 2012 4:58 pm

probably it's the assembler's fault that didn't parse correctly the path to the file object... who knows.
Edward-san
Mathematics is the language with which God has written the universe. (Galilei)
 
Joined: 17 Oct 2009

Re: The official "ZDoom on Linux" thread.

Postby zdoomer » Sat Sep 01, 2012 4:35 pm

Hi, im trying to compile zdoom on linux, and i got it compiled, but i have no sound. I´m a newbie do i have to copy any special file next to the zdoom executable? In the compile instructions they mention copying to /usr/local, when installing fmodex, but i have it without installing it. And, is there a way to make zdoom write its config files, find WADs, and any needed libs to /opt/zdoom instead of $HOME/.zdoom, $DOOMWADDIR, or /usr/local/share?
zdoomer
 
Joined: 22 Jun 2012

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 3 guests