Opened 16 years ago

Closed 16 years ago

#247 closed defect (fixed)

mesh_engine.c not compiling, since it shouldn't be there anyhow.

Reported by: anonymous Owned by: ole
Priority: normal Milestone:
Component: Compilation and installation Version:
Severity: normal Keywords:
Cc:

Description

Trying to compile c-extension mesh_engine.c in C:\\Python25\\Lib\\site-packages\\anu\par
ga\\mesh_engine\par
Compiler: gcc.exe, version 3.4.5\par
\par
gcc.exe -c mesh_engine.c -I"C:\\Python25\\include" -I"C:\\Python25\\Lib\\site-package\par
s\\anuga\\utilities" -o "mesh_engine.o" -Wall -O3\par
mesh_engine.c: In function `triang_genMesh':\par
mesh_engine.c:156: warning: implicit declaration of function `malloc'\par
mesh_engine.c:545: warning: implicit declaration of function `free'\par
mesh_engine.c:87: warning: 'n' might be used uninitialized in this function\par
mesh_engine.c: At top level:\par
C:/Python25/include/Numeric/arrayobject.h:287: warning: 'PyArray_API' defined bu\par
t not used\par
gcc.exe -shared mesh_engine.o  -o mesh_engine.dll "C:\\Python25\\python25.dll" -lm\par
\par
mesh_engine.o:mesh_engine.c:(.text+0x806): undefined reference to `triangulate'\par
collect2: ld returned 1 exit status\par
compile_all.py:302: DeprecationWarning: raising a string exception is deprecated\par
\par
compile_all.py:304: DeprecationWarning: raising a string exception is deprecated\par
\par

Change History (1)

comment:1 Changed 16 years ago by anonymous

  • Resolution set to fixed
  • Status changed from new to closed

If you are getting this error for the current version of ANUGA 4824 you have installed a new version of ANUGA over an old one. Delete the ANUGA file and re-install.

Note: See TracTickets for help on using tickets.