Hello, I'm using a FreeBSD 7.0 box with gcc 4.2.1 and trying to compile therion.0.5.1. First problem encountered with
extern/lxFile.cxx:725: error: 'getline' was not declared in this scope
was solved with addition of #include "getline.h" string
Next one encountered when linking:
extern/proj4/libproj.a -s
extern/lxFile.o(.text+0x2404): In function `lxFile::ImportPLT(char
const*)':
: undefined reference to `getline'
*** Error code 1
Could you give me directions to solve trouble?
Alexander
