-
Notifications
You must be signed in to change notification settings - Fork 239
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
Building on Ubuntu 22.04 g++-11 #1483
Comments
Yeah the build instructions are most likely out-of-date.
|
Hmm, i think i have gotten this to work by upgrading to a min version of gcc / g++ = 12 and setting -DCMAKE_CXX_COMPILER=g++-12 I was not able to get this to compile with clang, even when upgrading to clang++-15 |
Here are the steps to build Ladybird in Ubuntu 22.04:
However, I get the following errors in the console:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has anyone been able to build this on Ubuntu 22.04 with either g++11 or clang++14?
I have followed the build instructions pretty closely (exactly) as far as I can tell and I still cant get a working compilation.
With clang:
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00879.dir/link.txt --verbose=1
/usr/bin/clang++ CMakeFiles/cmTC_00879.dir/testCXXCompiler.cxx.o -o cmTC_00879
/usr/bin/ld: cannot find -lstdc++: No such file or directory
With g++:
Are the instructions up to date?
Thanks in advance.
The text was updated successfully, but these errors were encountered: