Home » U++ Library support » U++ MT-multithreading and servers » Skylark and X11 name clash
Skylark and X11 name clash [message #40245] |
Wed, 10 July 2013 13:46  |
Zbych
Messages: 327 Registered: July 2009
|
Senior Member |
|
|
Hi,
I am trying to add Skylark to an application with X11 GUI and there is name clash between function name in Skylark.h and definition in /usr/include/X11/X.h:
Skylark.h:
virtual void BadRequest(Http& http, const BadRequestExc& e);
X.h:
#define BadRequest 1 /* bad request code */
Mirek, can you add #undef BadRequest to X11Gui.h?
|
|
|
Goto Forum:
Current Time: Tue Apr 29 23:45:19 CEST 2025
Total time taken to generate the page: 0.00880 seconds
|