Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 next message
mdelfede is currently offline  mdelfede
Messages: 1307
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
Re: Bug in app.cpp compiling non-gui apps (linux) [message #13417 is a reply to message #13416] Sat, 05 January 2008 08:28 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Ops&thanks!

Mirek
Previous Topic: What is the status of IDOK please?
Next Topic: BUG in UVS2 2384 release
Goto Forum:
  


Current Time: Fri Apr 19 19:42:12 CEST 2024

Total time taken to generate the page: 0.06506 seconds