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   |
 |
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
|
|
|
 |
|
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:05:34 CEST 2025
Total time taken to generate the page: 0.06054 seconds
|