Menu

#1 FIGTree doesn't build on Ubuntu Linux using gcc 4.3.2

closed-fixed
nobody
None
5
2010-05-12
2009-12-02
Anonymous
No

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.

Discussion

  • Vlad Morariu

    Vlad Morariu - 2010-05-12

    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.

     
  • Vlad Morariu

    Vlad Morariu - 2010-05-12
    • status: open --> closed-fixed
     
  • Vlad Morariu

    Vlad Morariu - 2010-05-12

    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.

     

Log in to post a comment.

MongoDB Logo MongoDB