Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [Manta] osx


Chronological Thread 
  • From: Abe Stephens <abe@sci.utah.edu>
  • To: H.Sri-Narayana@cs.ucl.ac.uk
  • Cc: manta@sci.utah.edu
  • Subject: Re: [Manta] osx
  • Date: Sat, 8 Dec 2007 16:02:44 -0700

On Dec 8, 2007, at 3:28 PM, H.Sri-Narayana@cs.ucl.ac.uk wrote:

This only applies if there are any osx developers out there. I've got osx10.4 with xcode installed. I installed swig using fink.

Problem 1) If I turn on the swig flag in ccmake I get SwigError.txt. The line it is complaining about is:

STRING(REGEX MATCH "SWIG Version $ {MANTA_THREE_PART_VERSION_REGEX}" version-string ${swig-output}) I can't see anything wrong there..

Which version of cmake did fink install? I am able to build on 10.4 using cmake 2.4-7. The Darwin Ports version should work also.


Problem 2) If I turn off the swig flag and make I get OUTPUT.TXT. The important line is: make[2]: *** No rule to make target `/usr/ X11R6/lib/libGLU.dylib', needed by `lib/libManta_Core_XUtils.dylib'.

I might be wrong, but I think glu is included in the opengl framework. If so I need to add this flag somewhere: -framework OpenGL

It is, but to use GL via GLX you'll need to link to the X11 libraries too. Is X11 installed? Does the library exist in that path?

Abe






  • [Manta] osx, H . Sri-Narayana, 12/08/2007
    • Re: [Manta] osx, Abe Stephens, 12/08/2007

Archive powered by MHonArc 2.6.16.

Top of page