|
Author: Bill
Date: 19-07-05 18:03
I've been arguing with this package forever.
The original file is at http://osprey.ibiblio.org/?q=
I got configure to go through without errors with:
./configure --with-mysql=/usr/local
However make bombs out:
"Makefile", line 574: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
And gmake fares little better:
gmake[3]: Entering directory `/usr/home/ME/work/osprey-1.0a5/tracker/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -DCFG_FILE=\"/usr/local/osprey/etc/tracker.conf\" -DSTATE_DIR=\"/usr/local/osprey/var\" -I/usr/include -I/usr/local/include -I/usr/local/include/mysql -MT tracker.o -MD -MP -MF ".deps/tracker.Tpo" -c -o tracker.o tracker.cpp; \
then mv -f ".deps/tracker.Tpo" ".deps/tracker.Po"; else rm -f ".deps/tracker.Tpo"; exit 1; fi
tracker.cpp: In member function `void CTracker::saveRSS(std::string)':
tracker.cpp:519: error: invalid operands of types `char*()(int, int)' and `int' to binary `operator/'
tracker.cpp:522: error: invalid operands of types `char*()(int, int)' and `int' to binary `operator/'
tracker.cpp:524: error: invalid operands of types `char*()(int, int)' and `int' to binary `operator/'
tracker.cpp:527: error: invalid operands of types `char*()(int, int)' and `int' to binary `operator/'
gmake[3]: *** [tracker.o] Error 1
Hope someone can help
Many Thanks
BP
|
|
Reply To This Message
|
|
Author: Bill
Date: 19-07-05 18:14
Yes, read that in the wrong order - smack me with the cluebat. Very sorry.
BP
|
|
Reply To This Message
|
|