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 #33976 is a reply to message #33973] Wed, 05 October 2011 02:15 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
mirek wrote on Mon, 03 October 2011 19:47

All pathes have been applied, thank you!

Mirek


You welcome. But... Rolling Eyes one patch (problem 1.1 at the top of the topic) from the 1st zip:

Index: Defs.h
===================================================================
--- Defs.h	(revision 3933)
+++ Defs.h	(working copy)
@@ -249,6 +249,8 @@
 
 #ifdef PLATFORM_WIN32
 inline bool IsNaN(double d)        { return _isnan(d); }
+#elif __APPLE__
+inline bool IsNaN(double d)        { return std::isnan(d); }
 #else
 inline bool IsNaN(double d)        { return isnan(d); }
 #endif


was left out? Without it one can't compile and use upp on Mac OSX.
 
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: Fri May 02 00:25:42 CEST 2025

Total time taken to generate the page: 0.04687 seconds