On 12/29/2010 04:21 PM, Duncan Bradders wrote:
> Hello, I'm trying to compile the latest viewer development on my
> distro, the envoronment it's the same for other viewers and usually I
> can compile TPV V1 viewers.
>
> dbradd...@casa:~/Src/viewer-development/indra$ ./develop.py
> --type=Release configure 2>&1 | tee build.log
>
> then:
>
> dbradd...@casa:~/Src/viewer-development/indra$ ./develop.py
> --type=Release build 2>&1 | tee -a build.log
>
> It tell me fmod.h is missing but it's not. Where I'm wrong?
Maybe that fmod.h is just somewhere else than the build system expects
it? STORM-406 <https://jira.secondlife.com/browse/STORM-406> probably
changed the location where the FMOD files have to be placed.

> many thanks in advance for any hint...
Since quite some time, you can build the Viewer without FMOD and have
sound anyway (OpenAL will be used instead). That's why the instructions
for where to place the FMOD files have been removed from the linux build
documentation
<https://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Linux%29>.
However, since STORM-406 <https://jira.secondlife.com/browse/STORM-406>
one has to explicitly disable the FMOD option (e.g. by configuring with
-DFMOD=OFF) to be able to build when FMOD cannot be found, which still
isn't properly documented, yet.

Cheers,
Boroondas
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to