Author Topic: Linux Install issues, OGG not found. What am I missing?  (Read 8634 times)

0 Members and 1 Guest are viewing this topic.

Offline Goast

  • 22
Linux Install issues, OGG not found. What am I missing?
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.6... yes
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed.
configure: error: *** OGG installation not found!


What Libraries am I missing?  Any help so I'm not just downloading anything OGG related trying to find the right stuff, and yes OGGZ tools are already installed.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: Linux Install issues, OGG not found. What am I missing?
First guess would be Vorbis-related stuff, as it is the encoding we use in our OGGs.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grĂ¢ce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline pecenipicek

  • Roast Chicken
  • 211
  • Powered by copious amounts of coffee and nicotine
    • Minecraft
    • Skype
    • Steam
    • Twitter
    • PeceniPicek's own deviantart page
Re: Linux Install issues, OGG not found. What am I missing?
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.6... yes
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed.
configure: error: *** OGG installation not found!


What Libraries am I missing?  Any help so I'm not just downloading anything OGG related trying to find the right stuff, and yes OGGZ tools are already installed.
http://www.hard-light.net/wiki/index.php/Fs2_open_on_Linux/Installing_the_Development_Libraries

my guess is either libogg-dev or libvorbis-dev is the one yer missing.
Skype: vrganjko
Ho, ho, ho, to the bottle I go
to heal my heart and drown my woe!
Rain may fall and wind may blow,
and many miles be still to go,
but under a tall tree I will lie!

The Apocalypse Project needs YOU! - recruiting info thread.

 

Offline Goast

  • 22
Re: Linux Install issues, OGG not found. What am I missing?
Thanks, it worked.  Now I'm stuck on the launcher.

~/Downloads/Diaspora_R1_Linux/Diaspora$ ./wxlauncher/build/wxlauncher --add-profile --profile=Diaspora   --file=pro00099.ini
Fatal Error: Unable to load splash image. This normally means that you are running the Launcher from a folder that the launcher does not know how to find the resource folder from.

The launcher is expecting (/usr/local/share/wxlauncher/) to contain the resource images.
Aborted (core dumped)

Any help with this one?

edit update:  Ok now it says
Segmentation fault (core dumped)  (Sorry Linux is relatively new thing to me, trying my best)
 

 

Offline jg18

  • A very happy zod
  • 210
  • can do more than spellcheck
Re: Linux Install issues, OGG not found. What am I missing?
Which instructions did you follow for building wxlauncher? It should have been the instructions in the README.txt that shipped with Diaspora.

Try this:

Code: [Select]
cd Diaspora/wxlauncher/build

rm -rf * # this is to clear out the build folder

cmake -D USE_OPENAL=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo -D DEVELOPMENT_MODE=1 ../

make

The last two lines are just from the instructions in README.txt.

 

Offline Goast

  • 22
Re: Linux Install issues, OGG not found. What am I missing?
Worked thank you! I followed the instructions, via the read me.  Guess I must of missed something.