hi all.
first of all, this installation is being done under Suse 7.1, with
all dependencies met. I've googled, search the archives and read the
faq, but the installation still breaks. 'rpm -v --rebuild
visual-2001.10.15-3.src.rpm' ends up with the following error:
g++ -g -I. -I./CXX/Include -I/usr/include/python2.1 -I/usr/include/python2.1/Numeric `gtk-config --cflags gtk gthread` -w -c -o cvisual.o cvisual.cpp
cvisual.cpp:26: parse error before `return'
cvisual.cpp:26: stray '\' in program
cvisual.cpp:75: stray '\' in program
cvisual.cpp:76: stray '\' in program
cvisual.cpp:77: stray '\' in program
cvisual.cpp:78: stray '\' in program
cvisual.cpp:79: stray '\' in program
cvisual.cpp:80: stray '\' in program
cvisual.cpp:81: stray '\' in program
cvisual.cpp:82: stray '\' in program
cvisual.cpp:83: stray '\' in program
cvisual.cpp:84: stray '\' in program
cvisual.cpp:85: stray '\' in program
cvisual.cpp:86: stray '\' in program
cvisual.cpp:87: stray '\' in program
cvisual.cpp:88: stray '\' in program
cvisual.cpp:89: stray '\' in program
cvisual.cpp:90: stray '\' in program
cvisual.cpp:91: stray '\' in program
cvisual.cpp:92: stray '\' in program
cvisual.cpp:75: end of file read inside definition
cvisual.cpp:147: parse error at end of input
make: *** [cvisual.o] Error 1
I looked at the define on line 26, which is:
#define CALLF(what) Object what(const Tuple& args, const Dict& kwargs) { \
return ::what(args,kwargs); \
}
now, my C++ skills aren't what they might have been, but it looks
okay to me. well, ugly, but okay. 'g++ --version' gives me 2.95.2,
which I take to be a stable gcc release.
if anyone have any good idea on how to make this work I'd be
thrilled. and please CC me answers, I'm not on the list. :)
--
Terje
|