Opened 19 years ago
Closed 19 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 19 years ago by ole
- Component changed from Architecture and API to Compilation and installation
comment:2 Changed 19 years ago by ole
- Owner changed from duncan to ole
comment:3 Changed 19 years ago by ole
comment:4 Changed 19 years ago by duncan
- Resolution set to fixed
- Status changed from new to 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