Opened 20 years ago
Closed 20 years ago
#28 closed defect (fixed)
Possible issues with compiling pmesh under Linux
| Reported by: | ole | Owned by: | ole |
|---|---|---|---|
| Priority: | normal | Milestone: | Mesh generation finished |
| Component: | Compilation and installation | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Even though we moved the triangle c-extensions down one level we are still experiencing problems. On nautilus (Linux):
ole@nautilus:~/anuga/inundation/pmesh$ python test_mesh.py Traceback (most recent call last):
File "test_mesh.py", line 5, in ?
from mesh import *
File "/home/ole/anuga/inundation/pmesh/mesh.py", line 20, in ?
import triang
ImportError?: /home/ole/anuga/inundation/pmesh/triangmodule.so: undefined symbol: triangulate
Change History (4)
comment:1 Changed 20 years ago by
| Component: | Architecture and API → Compilation and installation |
|---|
comment:2 Changed 20 years ago by
| Owner: | changed from duncan to ole |
|---|
comment:3 Changed 20 years ago by
comment:4 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I hacked the compile.py file, and changed the interface file name to get compile to work.
Note: See
TracTickets for help on using
tickets.

The problem was due to a conflict between .so files generated by compile.py and those of setup.py. Need to reconcile this