Ok, first off I am no C++ programmer, though I know a little about C and have written some simple things in C.
The author of this code passed away in late 2003 or I would be consulting with him.
I have a C++ package that has compiled on previous linux releases (redhat 8, suse 8,9,etc) but now I am on opensuse 10.2 and running into an error during make:
../kperl.h:49: error: extra ‘;’
../kcolorstring.h:183: error: extra ‘;’
Here is a snippet from kperl.h, these are lines 47-49:
I could post the snippet from kcolorstring if asked.
OpenSuse uses gcc version 4.1.2
The author of this code passed away in late 2003 or I would be consulting with him.
I have a C++ package that has compiled on previous linux releases (redhat 8, suse 8,9,etc) but now I am on opensuse 10.2 and running into an error during make:
../kperl.h:49: error: extra ‘;’
../kcolorstring.h:183: error: extra ‘;’
Here is a snippet from kperl.h, these are lines 47-49:
Code:
namespace KPerl {
enum EventType {Invalid, Input, Connect, Disconnect, TelnetOp, TelnetSubOp, Exit, LoggedIn};
};
I could post the snippet from kcolorstring if asked.
OpenSuse uses gcc version 4.1.2