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 » Developing U++ » Mac OS » after rev3936 - Minimum things to compile and/or run ide/uppsrc under OSX11
Re: after rev3936 - Minimum things to compile and/or run ide/uppsrc under OSX11 [message #34333 is a reply to message #34088] Mon, 14 November 2011 13:36 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
fudadmin wrote on Mon, 17 October 2011 00:06


1. Is it possible to fix that "IsNaN" thing mentioned before?



Applied.

Quote:


2. If you want to compile AND link dependent upp OBJC packages with theide, line 354 in file ide/Builders/GccBuilder.icpp needs changing to
	if(ToLower(GetFileExt(linkfile[i])) == ".o" || ToLower(GetFileExt(linkfile[i])) == ".a")




Applied.

Quote:


3. Why in Upp sources PLATFORM_POSIX includes X11 stuff?
e.g
#ifdef PLATFORM_WIN32
#define GUIPLATFORM_INCLUDE "Win32Gui.h"
#endif

#ifdef PLATFORM_POSIX
#define GUIPLATFORM_INCLUDE "X11Gui.h"
#endif




Well, hopefully it is not "e.g." anymore, it is the only place. And you have to see it in context, there is #ifndef GUIPLATFORM_INCLUDE around it -> these are just defining default GUI for given platform. Which for POSIX so far is X11...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Solution howto enable upp Multithreading with TLS on MacOSX.
Next Topic: U++ TheIde compiles and runs on pure Cocoa (video) 85% of U++ port done. 2months+-1 left, ifs...
Goto Forum:
  


Current Time: Wed May 15 16:27:11 CEST 2024

Total time taken to generate the page: 0.02621 seconds