Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] r787 - in trunk: . Core Core/Shm Engine/Control Engine/Display Image StandAlone fox


Chronological Thread 
  • From: Abe Stephens <abe@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: Re: [MANTA] r787 - in trunk: . Core Core/Shm Engine/Control Engine/Display Image StandAlone fox
  • Date: Tue, 13 Dec 2005 16:52:34 -0700



abe@sci.utah.edu wrote:

1.) Switched CMake configuration around so that teem and fox are searched for 
in the:

THIRD_PARTY_INCLUDE_PATH and THIRD_PARTY_LIBRARY_PATH
variables using the FIND_DIRECTORY and FIND_LIBRARY cmake commands.

Set these two variables to a common prefix directory (for example in my case: 
/home/sci/abe/build-suse) or set the variables manually.


Actually in my case I set these to:

THIRD_PARTY_INCLUDE_PATH  /home/sci/abe/build-suse/include
THIRD_PARTY_LIBRARY_PATH  /home/sci/abe/build-suse/lib

This will set:

FOUND_FOX_INCLUDE /home/sci/abe/build-suse/include/fox-1.5 FOUND_FOX_LIB /home/sci/abe/build-suse/lib/libFOX-1.5.so FOUND_TEEM_INCLUDE /home/sci/abe/build-suse/include FOUND_TEEM_LIB /home/sci/abe/build-suse/lib/libteem.so

If you're running on a machine with /home/sci mounted, try the build-suse directory while running on fisher and build-darwin/ directory for running on apple.

If you don't set the THIRD_PARTY variables you can always set any "-NOT_FOUND" variable manually. Manta still builds without teem and fox although some functionality is unavailable. Note that the "_LIB" variables are complete library file names with paths due to the way that FIND_LIBRARY works.

Abe








Archive powered by MHonArc 2.6.16.

Top of page