Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Bug in app.cpp compiling non-gui apps (linux)
Bug in app.cpp compiling non-gui apps (linux) [message #13416] |
Sat, 05 January 2008 00:38  |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
In App.cpp, the block
#ifdef PLATFORM_X11
#include <signal.h>
#endif
should be
#ifdef PLATFORM_POSIX
#include <signal.h>
#endif
otherwise non-gui apps don't compile.
Ciao
Max
|
|
|
|
Goto Forum:
Current Time: Tue Jul 08 23:06:55 CEST 2025
Total time taken to generate the page: 0.03594 seconds
|