Technical support > Linux
Won't start - libvorbis problem
Doctor J:
--- Quote from: Mattn on September 18, 2007, 07:03:53 pm ---have a look whether libvorbisfile.so.3 is a symlink and whether it is valid
--- End quote ---
The *so.3 is in fact a link to the .3.1.1 shared object.
Doctor J:
In an attempt to get a handle on this, i did an SVN update this morning. Watching the output closer this time i see this result of the config:
--- Code: ---checking for openal-config... no
configure: WARNING: cannot find openal-config might fail to find OpenAL!
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
checking OpenAL/alc.h usability... no
checking OpenAL/alc.h presence... no
checking for OpenAL/alc.h... no
checking for library containing alSourcePlay... no
configure: WARNING: Could not find OpenAL library!
checking for ogg_stream_init in -logg... yes
checking for vorbis_info_init in -lvorbis... yes
checking for ov_open in -lvorbisfile... yes
--- End code ---
So we see that at least the configuration process is picking up on the vorbisfile library. However is OpenAL needed, or just an option?
Mattn:
openal is not needed - nor 100% working right now
Doctor J:
So, continuing the build process where we left off, here is where 'make' leaves off. I have 2 questions here:
1) Is there nothing like a build log anywhere?
2) Is this a minor error i can ignore, or somewhat serious??
[code] * [UFO] src/renderer/r_sdl.c
src/renderer/r_sdl.c: In function
Mattn:
1) the build log is on the console
2) that's only half of the message, don't it? the important part is missing
are you sure, that the libvorbis so files are for x86_64? remember, that you can't mix 32 and 64 bit libs easily
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version