Garry Hoberg wrote:
> Volker, I've got a Question about the TRIPS source code. The TRIPS audio 
> header files are included locally (with double quotes) in most of the files. 
> But in the test*.cpp these files are included from the standard include path 
> (with <...>). Also, there is a common.mk file. Is the TRIPS4 folder supposed 
> to be extracted from the archive to my OpenSG/Builds/i686-pc-linux-gnu-g++ 
> folder, and I am then to run make and make install and afterwards compile the 
> test*.cpp files? (I'm didn't go ahead and try because there was no Makefile 
> in the TRIPS archive you kindly attached.)
>   
Hi Garry,

for Linux I copied the sources to OpenSG/Source/TRIPS4, then run 
configure to get two folders in the Builds.../ path, one for the lib and 
one for the tests. Make has to be called in there (make dbg, make opt, 
make optLnk etc.) Oh, and the configure call should contain this:
--with-add-incdir=/your-fmod-inc-dir
--with-add-libdir=/your-fmod-lib-dir
--with-add-lib=fmodex
This is a quite old fashon kind of building libs for OpenSG, but there 
are no scons scripts for TRIPS (yet).

For Window I have cloned the project file from WindowGLUT and modified 
it (e.g. OSG_COMPILETRIPSLIB has to be defined). Which platform are You 
using and how do You normaly build OpenSG?

Cheers,
Volker


-- 

-------------------------------------------------------
Volker Settgast
Computer Graphics    tel:      +43 316 873-5406
TU Graz              fax:      +43 316 873-5402
Inffeldgasse 16c     eMail:    [EMAIL PROTECTED]
A-8010 Graz


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to