U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
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
 
Read Message
Read Message
Previous Topic: What is the status of IDOK please?
Next Topic: BUG in UVS2 2384 release
Goto Forum:
  


Current Time: Mon May 11 10:22:24 GMT+2 2026

Total time taken to generate the page: 0.00504 seconds