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++ Core » PLATFORM_X11 warnings
PLATFORM_X11 warnings [message #33417] Wed, 03 August 2011 10:54 Go to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello all

I get a lot of "redefined PLATFORM_X11" warnings.

It is defined in config.h:

#ifdef flagGUI
	#define PLATFORM_X11 1
#endif


and in X11Gui.h:

#define GUI_X11
#define PLATFORM_X11 // To keep legacy code happy


Is there something wrong in my U++ setup?

It is fixed just adding #ifndef in X11Gui.h:

#define GUI_X11
#ifndef PLATFORM_X11
	#define PLATFORM_X11 // To keep legacy code happy
#endif


Best regards
IƱaki
 
Read Message
Read Message
Previous Topic: [DISCUSSION] Add 'complex' datatype, to Value too
Next Topic: Polymorphic Array doubt
Goto Forum:
  


Current Time: Mon May 13 09:33:59 CEST 2024

Total time taken to generate the page: 0.01981 seconds