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 18:12:19 -0600

Hi Shreekanth,
That revision appears to be compiling correctly for me on my 64 bit linux computer. I know there was a change to PureOpenGLDisplay.h a couple days ago, so that might have broken things. Try going back a revision and recompiling until either it works or you are below revision 1785 (I picked that revision out of a hat). If it works for you, then we introduced a bug. If it doesn't, then either you found an unknown bug or some setting needs to be changed on your end. Let us know what happens.

Thiago

Shreekanth Pavar wrote:
Quoting Thiago Ize <thiago@cs.utah.edu>:

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


Hi Thiago

I ran the above in the Manta root directory and it appeared to update my local
copy of the repository code.

However, now I'm getting a different compile error when building Manta (see
below). Any suggestions?

[  1%] Built target SvnInfo
[  1%] Built target About
[ 12%] Built target SCIRun_Core
[ 25%] Built target Manta_Core
[ 25%] Built target Manta_Core_XUtils
[ 38%] Built target Manta_Interface
[ 41%] Built target Manta_Image
[ 79%] Built target Manta_Model
[ 79%] Building CXX object
Engine/CMakeFiles/Manta_Engine.dir/Display/PureOpenGLDisplay.o
/home/shree/dev/sockets/Manta/Engine/Display/PureOpenGLDisplay.cc: In member
function âbool Manta::PureOpenGLDisplay::drawImage_texture(const
Manta::Image*)â:
/home/shree/dev/sockets/Manta/Engine/Display/PureOpenGLDisplay.cc:443: error:
âGL_UNPACK_CLIENT_STORAGE_APPLEâ was not declared in this scope
/home/shree/dev/sockets/Manta/Engine/Display/PureOpenGLDisplay.cc: In member
function âbool Manta::PureOpenGLDisplay::drawImage_pbo(const Manta::Image*)â:
/home/shree/dev/sockets/Manta/Engine/Display/PureOpenGLDisplay.cc:580: warning:
statement has no effect
make[2]: *** [Engine/CMakeFiles/Manta_Engine.dir/Display/PureOpenGLDisplay.o]
Error 1
make[1]: *** [Engine/CMakeFiles/Manta_Engine.dir/all] Error 2
make: *** [all] Error 2

Thanks








Archive powered by MHonArc 2.6.16.

Top of page