Re: [Cooker] C++ expert please

2003-08-24 Thread Gwenole Beauchesne
It looks okay to me. (Error again is line 21: ISO C++ forbids defining types within return type) #ifdef HAVE_LONG_LONG operator LONG_LONG () const { That's not definition of type LONG_LONG but an implicit conversion from some class to this type. Better post the preprocessed output... I guess

[Cooker] C++ expert please

2003-08-23 Thread Austin
I need a C++ hacker to tell me how to fix this build please... g++ -c -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -I../ unix/../include -I../unix/../python/scxx -I/usr/include/python2.3 ../unix/../ python/PyProperty.cpp -fPIC -DPIC In file included from