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 #60416 is a reply to message #60414] Fri, 05 January 2024 21:27 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1106
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

Thanks for uploading the log file! It looks like linker can not find openssl. Here is the errors from your log file:
Linking...
clang: error: no such file or directory: 'libcrypto.a'
clang: error: no such file or directory: 'libssl.a'


Can you run on your machine following command and send me the output:
brew list openssl


Also, currently I am trying to launch mac build on CircleCI and I encourage similar problem. Here is my PR (CircleCI for macOS). If you want to try and move forward, you may try to modify uppsrc/ide/Builders/Install.cpp to what I have in PR. It means that line 163 and 164 should be:
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");


Klugier


U++ - one framework to rule them all.

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

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:04:51 CEST 2025

Total time taken to generate the page: 0.03156 seconds