-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
build issuedocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
I precisely followed the instructions at
and it failed for two reasons; the second of which I could not solve.
- Adding the repository and GPG key calls
lsb_release -sc, which returns “virginia” here, instead of “jammy” which it is based on. → This was easy to solve, by editingsed 's/virginia/jammy/g' /etc/apt/sources.list.d/llvm.list. Yes, the instructions say Ubuntu, and not Mint. But this is the first time that claused problems, and since Mint is more popular AFAIK, it’s probably a good idea to support it. Should be easy too. - After continuing to follow the instructions with the fixed codename,
./Meta/ladybird.sh run ladybirdfails too, because according to./Toolchain/Build/cmake/Bootstrap.cmk/cmake_bootstrap.log,cmake_bootstrap_109383_test.cxx:2:10: fatal error: 'iostream' file not found.
Here’s the full log: cmake_bootstrap.log
I’m not a C++ programmer, so I have no idea why it can’t find iostream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
build issuedocumentationImprovements or additions to documentationImprovements or additions to documentation