Skip to content

undefined reference error for graph examples #105

@multigrid101

Description

@multigrid101

When trying to compile the graph-examples, I get an 'undefined reference' error for some functions in the OpenMesh library.

I can get rid of this error by simply replacing everything OpenMesh-related in ..../examples/external/OpenMesh/ by a version of the library that I compiled on my own computer.

So there must either be an incompatibility of the pre-compiled OpenMesh library with my system or Opt depends on features that don't exist in the pre-compiled libs. (The pre-compiled version is older than the newest available version)

Anyway, it seems to me that this issue might be worth putting in the 'common problems' section since the fix is simple (but took me forever to figure out).

EDIT: I am running Opt under linux
EDIT: In my original post, I forgot to mention that the "include" directory for OpenMesh also needs to be replaced. (I initially forgot to do this and only replaced the "lib" directory)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions