Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Dynamic library libscene_triangleSceneViewer.dylib not found


Chronological Thread 
  • From: Martin Eisemann < >
  • To:
  • Subject: [Manta] Dynamic library libscene_triangleSceneViewer.dylib not found
  • Date: Mon, 18 Jan 2010 16:36:40 +0100

Hi,

I downloaded the Manta Raytracer and it compiled fine. Also the test scene runs without problems. But I cannot load any other scenes.

I compiled the program again with

cmake -DSCENE_TRIANGLESCENEVIEWER:BOOL=TRUE ..

But once I try to start it with


bin/manta -scene "lib/libscene_triangleSceneViewer.dylib( -model file.obj )"


I get the following error message:


manta.cc (argument parsing): Caught exception: Can't open plugin : lib/libscene_triangleSceneViewer.dylib, dlerror = lib/libscene_triangleSceneViewer.dylib: cannot open shared object file: No such file or directory


It seems like he does not find the dynamic library "lib/libscene_triangleSceneViewer.dylib", which probably due to the fact that it does not exist. The compile only created a "lib/libscene_triangleSceneViewer.so"

Is there a way to solve that problem?

Many greets,

Martin



Archive powered by MHonArc 2.6.16.

Top of page