[vtk-developers] vtkGL2PSExporter: now with full text support!

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Tue Jun 3 09:49:35 EDT 2003


>>>>> "MM" == Mathieu Malaterre <Mathieu.Malaterre at creatis.insa-lyon.fr> writes:

    MM> Prabhu, Since I updated VTK with your vtkGL2PSExporter I am
    MM> getting this error when building my project:

    MM> /usr/lib/libglut.so.3: undefined reference to
    MM> `XmuLookupStandardColormap'

    MM> This is easy to overcome by adding '-lXmu' in the command
    MM> line, but shouldn't cmake take care of it ?

Cmake wont take care of it automatically.  However, AFAICT, GL2PS
actually does not depend on glut.  I think my instructions in the
exporters documentation is wrong.  So when you compile libgl2ps.so try
without adding a -lglut and see if that removes the necessity for the
-lXmu.  If this works for you let me know and I'll fix the docs.

Thanks.

cheers,
prabhu




More information about the vtk-developers mailing list