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

Compiling with cmake 3.22.1 fails #33

Open
walkero-gr opened this issue Feb 6, 2023 · 0 comments
Open

Compiling with cmake 3.22.1 fails #33

walkero-gr opened this issue Feb 6, 2023 · 0 comments

Comments

@walkero-gr
Copy link

walkero-gr commented Feb 6, 2023

I was trying today to compile Odyssey with a new dev environment I set up. Unfortunately, the compilation stops around 94% with the following error

[ 94%] Building CXX object Source/WebCore/CMakeFiles/webcore.dir/__/__/generated_sources/WebCore/HTMLNames.cpp.obj
/opt/code/Odyssey/build/generated_sources/WebCore/CSSGrammar.cpp:160:10: fatal error: CSSGrammar.hpp: No such file or directory
  160 | #include "CSSGrammar.hpp"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Source/WebCore/CMakeFiles/webcore.dir/build.make:42381: Source/WebCore/CMakeFiles/webcore.dir/__/__/generated_sources/WebCore/CSSGrammar.cpp.obj] Error 1
make[4]: *** Waiting for unfinished jobs....
/opt/code/Odyssey/build/generated_sources/WebCore/XPathGrammar.cpp:124:10: fatal error: XPathGrammar.hpp: No such file or directory
  124 | #include "XPathGrammar.hpp"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.

I tested the old dev environment I had, which has cmake 3.16.3 and this seems to work fine. The problem is that my new dev environment has latest SDK, so I would like to test doing the compilation with it.

While I am doing a research on how this can be fixed, I thought to ask if anyone had the same problem and fixed it somehow.

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