Compiling on Ubuntu 10.04. Where I go wrong?

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
Psyhister
Posts: 2
Joined: Thu Sep 09, 2010 17:11

Compiling on Ubuntu 10.04. Where I go wrong?

Post by Psyhister »

Hello, guys. I've tried to install GZDoom from source code, but I had some errors.

Code: Select all

-- Fluid synth libs: FLUIDSYNTH_LIBRARIES-NOTFOUND
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FMOD_LIBRARY
    linked by target "zdoom" in directory /home/psyhister/Source_codes/gzdoom/src

-- Configuring incomplete, errors occurred!

So, my question: which version of FMOD I have to install and which kind of FMOD(actually I found only one type of FMOD for Linux — FMOD Ex Programmers API).
Fluid Synth installed from Ubuntu repository and FMOD installed too. And I can't understand, why I have this error. Can you help me?
Thank you in advance.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: Compiling on Ubuntu 10.04. Where I go wrong?

Post by Gez »

I can't really help you because I haven't installed Linux, but other than for a couple of gl-files, the steps for compiling GZDoom are the same as for compiling ZDoom. See this article for FMOD pointers, you'll find direct links to a version of FMOD Ex that is known to work with ZDoom. For more help, you can also try this thread.
User avatar
GuntherDW
Posts: 117
Joined: Sat Nov 12, 2005 1:53
Location: Belgium, Antwerp
Contact:

Re: Compiling on Ubuntu 10.04. Where I go wrong?

Post by GuntherDW »

You'll need FMOD to compile/run gzdoom, I thought that error message was quite clear?

But cmake doesn't like to stop on a configure *error*, so it gets quite confusing at first.
Psyhister
Posts: 2
Joined: Thu Sep 09, 2010 17:11

Re: Compiling on Ubuntu 10.04. Where I go wrong?

Post by Psyhister »

Gez wrote:I can't really help you because I haven't installed Linux, but other than for a couple of gl-files, the steps for compiling GZDoom are the same as for compiling ZDoom. See this article for FMOD pointers, you'll find direct links to a version of FMOD Ex that is known to work with ZDoom. For more help, you can also try this thread.
So, I did everything like in this wiki article and now it works. Maybe it was about version FMOD. Thanks a lot.
GuntherDW wrote:You'll need FMOD to compile/run gzdoom, I thought that error message was quite clear?
But cmake doesn't like to stop on a configure *error*, so it gets quite confusing at first.
Dude, I installed FMOD in first installation but it wasn't work)
User avatar
GuntherDW
Posts: 117
Joined: Sat Nov 12, 2005 1:53
Location: Belgium, Antwerp
Contact:

Re: Compiling on Ubuntu 10.04. Where I go wrong?

Post by GuntherDW »

As i said, the error provider isn't quite clear. You'll have to check the CMakeList.txt to know which versions are accepted and which ones aren't.

Easiest solution is to create a fmod folder inside of the gzdoom source root folder, and extract a known working version in there.

But in ubuntu be sure to install the -dev versions :p.
Locked

Return to “GZDoom”