build issue with build openage #1657
Labels
area: buildsystem
Related to our cmake/python buildsystem
bug
Behaving differently as it should behave
os: macos
macOS-specific issue
try to build the project on MacOS 14.5 (23F79) M2 pro chip
already installed all the dependency package.
Here are the steps I followed:
However, I encountered an error during the build process:
To proceed, I commented out lines 568-571 in
buildsystem/python.cmake
:After making this change, the build process succeeded, although I encountered a few warnings:
Despite these warnings, the build process completed with the following message:
here is the screenshot of my bin dir
![Screenshot 2024-06-21 at 10 48 03 AM](https://private-user-images.githubusercontent.com/81898120/341848329-ef492ff7-aaf7-4ffd-bbb1-8ef645edc03f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTcxNzksIm5iZiI6MTczOTE1Njg3OSwicGF0aCI6Ii84MTg5ODEyMC8zNDE4NDgzMjktZWY0OTJmZjctYWFmNy00ZmZkLWJiYjEtOGVmNjQ1ZWRjMDNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAzMDc1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkMmQyNmYyMmJhNGJiNmM4YTViODQ2ZTYyODIyYjI1MWM2N2RkZjQwZjZmMDc2OWQ4NjcyMzdjOWNhZWJhMWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XDlTCUfg4B91Wq5tCIMfnalunAU5NV1T0xoRlJYSK5E)
However, I encountered another issue when trying to run the project using
make test
ormake run
:The text was updated successfully, but these errors were encountered: