Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Compiling problems with 64 bit


Chronological Thread 
  • From: Thiago Ize < >
  • To: Biagio Cosenza < >
  • Cc:
  • Subject: [Manta] Re: Compiling problems with 64 bit
  • Date: Tue, 24 Jun 2008 14:05:01 -0600

Many of us use manta on 64 bit Suse Linux (opensuse 10.2 I think) and everything works automatically. Here's what my cmake automatically put in:

OPENGL_INCLUDE_DIR               /usr/include
OPENGL_gl_LIBRARY                /usr/lib64/libGL.so
OPENGL_glu_LIBRARY               /usr/lib64/libGLU.so
OPENGL_xmesa_INCLUDE_DIR         /usr/include

Do you have those files on your system? Are they in those paths? Maybe your OpenGL is out of date? Have you installed the latest nvidia/ati/intel drivers supplied by the manufacturer? Did you do a clean install of 64 bit suse or did you upgrade the OS and perhaps are missing certain libraries, the versions are not matching, etc...?

If that doesn't help, I'm sure other people on this list can provide more help (I haven't had to mess directly with opengl in years!).
Thiago

Biagio Cosenza wrote:
Hi!
I've a problem compiling Manta with a 64 bit Suse Linux.

In a clean regular installation, Manta doesn't seem able to find GLU
(where GL is ok), and I continue to have trouble in linking with calls
to this library (i.e. gluErrorString ) also if I manually change paths
to the correct one.
I also tried changing the paths to /usr/lib64, and hacking (a lot)
with Manta CMake files, pointing with both 32 and 64 bit lib version,
with both intel and gcc compiler... and so forth, without success.


Anyone know what the problem is? Have you experienced 64bit installations?
Any suggestions is welcomed...

Thanks, Biagio

[note: I installed Manta in CentOs, RedHat, XUbuntu, ...  32 bit
versions without particular problems]



Archive powered by MHonArc 2.6.16.

Top of page