Hi, just edit Makefile and change line where:
POBJECTS = to POBJECTS = extern/getline.o I believe, it will work then. Regards, S. Quoting Alexander <nitrogen15 at mail.ru>: > 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 > _______________________________________________ > Therion mailing list > Therion at speleo.sk > http://www.speleo.sk/mailman/listinfo/therion >
