Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [Manta] Compiling the Manta trunk - build error


Chronological Thread 
  • From: Thiago Ize <thiago@cs.utah.edu>
  • To: Shreekanth Pavar <shreekanth.pavar@ucl.ac.uk>
  • Cc: MANTA <manta@sci.utah.edu>
  • Subject: Re: [Manta] Compiling the Manta trunk - build error
  • Date: Fri, 02 Nov 2007 10:59:49 -0600

Yeah, that's brand new code. Until we get that fixed (I haven't updated to that myself yet), try the revision right before that:
svn up -r 1799

Thiago

Shreekanth Pavar wrote:
Quoting Abe Stephens <abe@sci.utah.edu>:

Hi, Those instructions are for the Manta project template, not the main repository. You can make a copy of the template using the svn URL on that page; it will have a src directory and the appropriate files..


Abe

This worked fine but when I tried to compile the project template it couldn't
find ConfigArchitecture.cmake and CompilerInfo.cmake because my main source
tree was out of date.

I therefore retrieved the latest trunk code (using svn checkout
https://code.sci.utah.edu/svn/Manta/trunk) and tried to build a current version
of Manta with it.

However, the build failed with the following error:

[ 1%] Built target SvnInfo
[ 1%] Built target About
[ 12%] Built target SCIRun_Core
[ 12%] Building CXX object
Core/CMakeFiles/Manta_Core.dir/Persistent/XMLArchive.o
/home/shree/dev/Manta/Core/Persistent/XMLArchive.cc:81: error: extra
qualification ‘<unnamed>::XMLArchiveElement::’ on member ‘readwriteInteger’
/home/shree/dev/Manta/Core/Persistent/XMLArchive.cc:83: error: extra
qualification ‘<unnamed>::XMLArchiveElement::’ on member
‘readwriteIntegerArray’
/home/shree/dev/Manta/Core/Persistent/XMLArchive.cc:209: warning:
‘<unnamed>::XMLArchive::force_initialize’ defined but not used
make[2]: *** [Core/CMakeFiles/Manta_Core.dir/Persistent/XMLArchive.o] Error 1
make[1]: *** [Core/CMakeFiles/Manta_Core.dir/all] Error 2
make: *** [all] Error 2

Is there a recent version of the trunk which builds ok or is there a simple
solution to the above compile error (as i have no clue what the problem is!)?

Regards








Archive powered by MHonArc 2.6.16.

Top of page