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 » Error building upp on Ventura (Linker errors )
Re: Error building upp on Ventura [message #60418 is a reply to message #60417] Fri, 05 January 2024 21:37 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1106
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

This PR (CircleCI for macOS) should solve your issue. I managed to reproduce your problem on CircleCI. Exactly the same error and exactly the same paths returned by brew list command. If you want to move forward you can modify the source file by your own (uppsrc/ide/Builders/Install.cpp - lines 163 & 164) to:
Path("$INCLUDE$", "/opt/local/include;/usr/include;/usr/local/include;/opt/homebrew/include;/opt/homebrew/opt/openssl/include");
Path("$LIB$", "/opt/local/lib;/usr/lib;/usr/local/lib;/opt/homebrew/lib;/opt/homebrew/opt/openssl/lib");


As you see in above code. I added /usr/local/include to "$INCLUDES" and /usr/local/lib to "$LIB$". If you don't want to experiment you will need to wait several days until we will merge my PR and then when new nightly build will be generated. I will let you know when it will happened.

Many thanks for raising this issue! Very important one!

Klugier


U++ - one framework to rule them all.

[Updated on: Fri, 05 January 2024 21:40]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
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: Clipboard Usage
Next Topic: [SOLVED] Mysqlclient statically linked: how to do?
Goto Forum:
  


Current Time: Sat Aug 23 20:05:34 CEST 2025

Total time taken to generate the page: 0.06054 seconds