Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] Building manta on octagon


Chronological Thread 
  • From: Christiaan Paul Gribble <cgribble@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [MANTA] Building manta on octagon
  • Date: Tue, 26 Sep 2006 12:26:54 -0600

Hi,

I've run into an issue building manta on octagon with gcc:

[ 37%] Building CXX object Model/CMakeFiles/Manta_Model.dir/Textures/ CheckerTexture.o
/scratch/cgribble/Manta/src/Model/Textures/CheckerTexture.cc:8: error: specialization of ‘void Manta::CheckerTexture<ValueType>::mapValues (Manta::Packet<ValueType>&, const Manta::RenderContext&, Manta::RayPacket&) const [with ValueType = Manta::ColorSpace<Manta::RGBTraits>]’ in different namespace
/scratch/cgribble/Manta/src/Model/Textures/CheckerTexture.cc:8: error: from definition of ‘void Manta::CheckerTexture<ValueType>::mapValues (Manta::Packet<ValueType>&, const Manta::RenderContext&, Manta::RayPacket&) const [with ValueType = Manta::ColorSpace<Manta::RGBTraits>]’
/scratch/cgribble/Manta/src/Model/Textures/CheckerTexture.cc:101: error: specialization of ‘void Manta::CheckerTexture<ValueType>::mapValues (Manta::Packet<ValueType>&, const Manta::RenderContext&, Manta::RayPacket&) const [with ValueType = float]’ in different namespace
/scratch/cgribble/Manta/src/Model/Textures/CheckerTexture.cc:101: error: from definition of ‘void Manta::CheckerTexture<ValueType>::mapValuesValueType>&, const Manta::RenderContext&, Manta::RayPacket&) const [with ValueType = float]’
make[2]: *** [Model/CMakeFiles/Manta_Model.dir/Textures/ CheckerTexture.o] Error 1
make[1]: *** [Model/CMakeFiles/Manta_Model.dir/all] Error 2
make: *** [all] Error 2

Any ideas?

Thanks,

C




  • [MANTA] Building manta on octagon, Christiaan Paul Gribble, 09/26/2006

Archive powered by MHonArc 2.6.16.

Top of page