Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error (and possible solution) #5

Open
mp-004 opened this issue Nov 16, 2024 · 0 comments
Open

Compilation error (and possible solution) #5

mp-004 opened this issue Nov 16, 2024 · 0 comments

Comments

@mp-004
Copy link

mp-004 commented Nov 16, 2024

OS: Fedora Linux 41 (Workstation Edition) x86_64
Kernel: Linux 6.11.7-300.fc41.x86_64
Tau Language Framework Alpha version 0.7 (2024-11-16 build 3912dcb)

I'm leaving this here in case anyone else encounters this problem. There must be some sort of incompatibility with the versions of CMake and Boost I have installed, but I have managed to compile successfully.

I tried running release.sh but it failed. I think I've fixed it by installing boost-devel as well as adding the following lines below the "Adding Boost log library" comment (CMakeLists.txt file):

cmake_policy(SET CMP0167 OLD)
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost REQUIRED COMPONENTS log)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant