[opensource-dev] where do i get 3p-fmodex?

2014-03-24 Thread Lance Corrimal
Hi,

where do i look for 3p-fmodex?


cheers,
LC
___
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


Re: [opensource-dev] where do i get 3p-fmodex?

2014-03-24 Thread Nicky Perian
https://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds

See configuration switches.
Jonathan Yap developed a procedure to build from the FMOD Ex SDK downloaded to 
you system. Similar to the v1 procedure.

https://bitbucket.org/kokua/3p-fmodex-d


This is a fork of Drake Arconis  repo.



On Monday, March 24, 2014 3:42 PM, Lance Corrimal  
wrote:
 
Hi,
>
>where do i look for 3p-fmodex?
>
>
>cheers,
>LC
>___
>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
>
>
>___
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

Re: [opensource-dev] where do i get 3p-fmodex?

2014-03-24 Thread Lance Corrimal
Hi,

got it, thanks!

Cheers
LC



Am Montag 24 März 2014, 13:59:48 schrieb Nicky Perian:
> https://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds
> 
> See configuration switches.
> Jonathan Yap developed a procedure to build from the FMOD Ex SDK downloaded
> to you system. Similar to the v1 procedure.
> 
> https://bitbucket.org/kokua/3p-fmodex-d
> 
> 
> This is a fork of Drake Arconis  repo.
> 
> 
> 
> On Monday, March 24, 2014 3:42 PM, Lance Corrimal
>  wrote:
> 
> Hi,
> 
> >where do i look for 3p-fmodex?
> >
> >
> >cheers,
> >LC
> >___
> >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

___
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


Re: [opensource-dev] where do i get 3p-fmodex?

2014-03-24 Thread Lance Corrimal
Am Montag 24 März 2014, 22:06:36 schrieb Lance Corrimal:
> Hi,
> 
> got it, thanks!
> 
> Cheers
> LC
> 


...does the latest v-d source (today's set of commits) build for anyone?
I get this:

[  751s] [ 32%] Building CXX object 
llaudio/CMakeFiles/llaudio.dir/llaudioengine_fmodex.cpp.o
[  753s] /home/abuild/rpmbuild/BUILD/viewer-
release/indra/llaudio/llaudioengine_fmodex.cpp:40:20: fatal error: fmod.hpp: 
No such file or directory
[  753s]  #include "fmod.hpp"
[  753s] ^


Cheers
LC
___
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


Re: [opensource-dev] where do i get 3p-fmodex?

2014-03-24 Thread Ardy Lay
I worked around it for now:
-#include "fmod.hpp"
-#include "fmod_errors.h"
+#include "fmodex\fmod.hpp"
+#include "fmodex\fmod_errors.h"

On 3/24/2014 5:02 PM, Lance Corrimal wrote:
> Am Montag 24 März 2014, 22:06:36 schrieb Lance Corrimal:
>> Hi,
>>
>> got it, thanks!
>>
>> Cheers
>> LC
>>
>
> ...does the latest v-d source (today's set of commits) build for anyone?
> I get this:
>
> [  751s] [ 32%] Building CXX object
> llaudio/CMakeFiles/llaudio.dir/llaudioengine_fmodex.cpp.o
> [  753s] /home/abuild/rpmbuild/BUILD/viewer-
> release/indra/llaudio/llaudioengine_fmodex.cpp:40:20: fatal error: fmod.hpp:
> No such file or directory
> [  753s]  #include "fmod.hpp"
> [  753s] ^
>
>
> Cheers
> LC
> ___
> 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

___
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