FIGTree doesn't build on Ubuntu Linux using gcc 4.3.2
Status: Alpha
Brought to you by:
vmorariu
I get
...
g++ -c -I../include -fpic -O3 ANN.cpp
ANN.cpp: In function ‘void annError(char*, ANNerr)’:
ANN.cpp:170: error: ‘exit’ was not declared in this scope
make[4]: *** [ANN.o] Error 1
Similar error occurs when running the Matlab build script.
The gcc headers had been updated and no longer implicitly included the headers in which exist(), strcmp(), and memset() were defined. The new version of figtree now explicitly includes the required headers.
The gcc headers had been updated and no longer implicitly included the headers in which exist(), strcmp(), and memset() were defined. The new version of figtree now explicitly includes the required headers.