Unable to build from source

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Robert

Unable to build from source

Post by Robert »

Hey folks,

trying to finally get Exult to work on my Debian Testing System brought me to the brink of despair.

I use the latest snapshot. ./configure in the sourcedir gives me

./configure: line 17382: PKG_PROG_PKG_CONFIG: command not found
./configure: line 17389: syntax error near unexpected token `$SDL_VERSION,'
./configure: line 17389: `AM_PATH_SDL($SDL_VERSION,'

pkg-configure which is mentioned in the first line is up to date, for the other two lines i dont have any clue what the problem could be.

Thank you for any piece of help.
wjp
Site Admin
Posts: 1708
Joined: Thu May 14, 2020 1:34 pm

Re: Unable to build from source

Post by wjp »

Any errors when running autogen.sh? It sounds like you possibly ran autogen.sh with a few missing -dev packages.
Robert

Re: Unable to build from source

Post by Robert »

Ah well autogen.sh had some errors, which i must have overseen before. A new try after a system update now doesnt give me the above errors - but instead of them i get these:

./configure: line 17880: syntax error near unexpected token `newline'
./configure: line 17880: ` XIPH_PATH_OGG('
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Unable to build from source

Post by Dominus »

missing ogg and vorbis libs and devel libs?
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Robert

Re: Unable to build from source

Post by Robert »

Thank you for your reply, but how to find out which packages may be missing? I am not the most experienced unix user and have no clue : /
Robert

Re: Unable to build from source

Post by Robert »

Oh, i finally got it working. The missing libs where "libogg"play1-dev" and
"libfishsound1-dev", just in case anyone else expieriences this problem.


Thank you a lot!
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Unable to build from source

Post by Dominus »

Libfishsound? Strange... But good you got it run.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Locked