Hi, All!
I just tried to compile amuled, amuleweb, and amulecmd from the latest CVS. The output tells me that wx/colour.h is needed. I checked the sources and it is indeed included in src/Color.h.
As I don't have any GUI on my server (Debian Sarge), I only have wxbase 2.6.0 installed. There isn't any wx/colour.h included with wxbase...
The CVS 20050614 compiled without problems. I also tried with wxbase 2.6.1 and had the same error. Other than trying the latest CVS I didn't make any changes to the system.
I think some conditional compilation is missing... Comments?
In Datei, eingefügt von WebServer.h:63,
von WebServer.cpp:44:
KnownFile.h:227:10: Warnung: #warning KAD TODO - Check usage
In Datei, eingef³gt von WebServer.cpp:68:
Color.h:35:55: wx/colour.h: Datei oder Verzeichnis nicht gefunden
In file included from WebServer.cpp:68:
Color.h:51: error: Syntaxfehler before `(' token
Color.h:54: error: `colour' was not declared in this scope
Color.h:54: error: `percentage' was not declared in this scope
Color.h:55: error: `colour' was not declared in this scope
Color.h:55: error: `percentage' was not declared in this scope
Color.h:57: error: Fehler beim Parsen before `return'
Color.h:96: error: Syntaxfehler before `(' token
Color.h:102: error: `wxColour' was not declared in this scope
Color.h:102: error: Fehler beim Parsen before `)' token
Color.h: In function `COLORREF CrFromWxColour(...)':
Color.h:104: error: `col' undeclared (first use this function)
Color.h:104: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[3]: *** [amuleweb-WebServer.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2