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   |
 |
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:
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
|
|
|
 |
|
Error building upp on Ventura
By: Maelcum on Wed, 06 December 2023 20:44
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Wed, 20 December 2023 14:44
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Thu, 21 December 2023 04:26
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Thu, 21 December 2023 10:51
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Thu, 21 December 2023 20:12
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Mon, 25 December 2023 17:02
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Fri, 05 January 2024 03:43
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Fri, 05 January 2024 11:20
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Fri, 05 January 2024 16:30
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Fri, 05 January 2024 21:27
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Fri, 05 January 2024 21:30
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Fri, 05 January 2024 21:37
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Sat, 06 January 2024 19:40
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Sat, 06 January 2024 20:43
|
 |
|
Re: Error building upp on Ventura
By: Maelcum on Mon, 08 January 2024 20:50
|
 |
|
Re: Error building upp on Ventura
By: Klugier on Mon, 08 January 2024 21:31
|
Goto Forum:
Current Time: Sat Aug 23 20:04:51 CEST 2025
Total time taken to generate the page: 0.03156 seconds
|