Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] compile issues on linux


Chronological Thread 
  • From: Christiaan Paul Gribble <cgribble@sci.utah.edu>
  • To: Aaron Knoll <knolla@cs.utah.edu>
  • Cc: manta@sci.utah.edu
  • Subject: Re: [MANTA] compile issues on linux
  • Date: Tue, 16 May 2006 17:35:14 -0600

It also doesn't work on PPC Macs, unless I've done something wrong by just updating and attempting to rebuild:

/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc: In constructor 'Manta::OctreeVolume::OctreeVolume(std::string, int, int, double, int, int, Manta::ST, Manta::ST)':
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:62: warning: cannot pass objects of non-POD type 'struct std::string' through '...'; call will abort at runtime
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:120: warning: cannot pass objects of non-POD type 'struct std::string' through '...'; call will abort at runtime
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc: In member function 'void Manta::OctreeVolume::make_from_single_res_data (SCIRun::Array3<Manta::ST>&, int, double, int, int, Manta::ST, Manta::ST)':
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:318: error: invalid conversion from 'int' to 'const int*'
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:318: error: initializing argument 1 of 'Manta::VectorT<T, Dim>::VectorT (const T*) [with T = int, int Dim = 3]'
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:319: error: invalid conversion from 'int' to 'const int*'
/Users/cgribble/Manta/src/Model/Primitives/OctreeVolume.cc:319: error: initializing argument 1 of 'Manta::VectorT<T, Dim>::VectorT (const T*) [with T = int, int Dim = 3]'
make[2]: *** [Model/CMakeFiles/Manta_Model.dir/Primitives/ OctreeVolume.o] Error 1
make[1]: *** [Model/CMakeFiles/Manta_Model.dir/all] Error 2
make: *** [all] Error 2

C

On May 16, 2006, at 5:07 PM, Aaron Knoll wrote:

Hi everyone -

Although Manta compiles fine on mactel/OS X, I checked out a linux copy and there are a few compile errors. I'm currently fixing those. Apologies for breaking anyone's build.

-Aaron






Archive powered by MHonArc 2.6.16.

Top of page