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 » Cannot compile plugin/ftp
Re: Cannot compile plugin/ftp [message #51399 is a reply to message #51363] Thu, 21 March 2019 21:04 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Solved! Cool

in plugin/ftp/lib/ftplib.f

line 27:

#if defined(__unix__) || defined(VMS) || defined(PLATFORM_MACOS)

instead of

#if defined(__unix__) || defined(VMS)


the same substitution in in plugin/ftp/lib/ftplib.cpp line 90

It seems (__unix__) does not cover macOS. Perhaps a more inclusive constant would be better.
Luigi
 
Read Message
Read Message
Read Message
Previous Topic: Conditional compiling
Next Topic: Can I compile without X11? (Mojave)
Goto Forum:
  


Current Time: Mon May 13 06:02:03 CEST 2024

Total time taken to generate the page: 0.05089 seconds