Ingrater
Ingrater
Hi Joel, I wrote Spacecraft over 3 years ago, back then DUB didn't exist so there is no dub support for it. Also I didn't find time to keep maintaining...
Yes, I actually tried to reproduce this issue after my recent changes to the file watcher. I could not reproduce this issue. I'll mark this issue as fixed. @C-Core please...
I think on linux the QT Component "Gui-Private" is missing from CMakeLists.txt. That's why you get the missing header error.
@ArshErgon this issue still exists. Please read https://ezengine.net/pages/docs/tools/headercheck.html to understand what the header checker is about and how jni.h is a problem. If you then want to fix the issue,...
@ArshErgon once you have build HeaderChecker.exe locally, this is the command line that CI uses: HeaderCheck.exe C:\agent\_work\1\s\Code\Engine\Foundation -i C:\agent\_work\1\s\Code\Engine -f C:\agent\_work\1\s\Code\Engine\Foundation\headerCheckerIgnore.json You'll have to change the paths to match the...
I'm currently working on other linux related features, and as this is a purely cosmetical issue that would only get rid of the compiler warning and not have any other...
There is no separate linux fork. All linux code is checked into the main repository, and is already in the "develop" branch. Yes, linux is building for me. Running cmake...
This was fixed in #647
@vadimcn do you have any details on this? Is there a LLDB bug tracking this issue? I'm currently hitting this as well.
LLDB issue is tracked here: https://github.com/llvm/llvm-project/issues/54250