From: Mark P. E. <ma...@sr...> - 2004-04-21 19:15:42
|
I am having trouble compiling octave-forge-2004.02.12 on Fedora Core 1 linux. It dies with the following errors: galois.cc: In function `boolMatrix mx_el_lt(const galois&, const galois&)': galois.cc:1282: error: `NBM' undeclared (first use this function) galois.cc:1282: error: (Each undeclared identifier is reported only once for each function it appears in.) galois.cc: In function `boolMatrix mx_el_eq(const galois&, const galois&)': galois.cc:1282: error: `TBM' undeclared (first use this function) galois.cc:1282: error: `FBM' undeclared (first use this function) make[2]: *** [galois.o] Error 1 I wanted to try out tk_octave from source forge. I compiled and installed octave2.1.57 with -lpthread and that seemed to work. I deleted the NOINSTALL file in extra/tk_octave and set the make file for my system (no VTK and I have tk8.3 instead of tk8.4). That all seemed to work, but the compile died further along. -Mark Esplin |