animdustry
animdustry copied to clipboard
Most build tasks do not work
Nimble tasks run, build and pack work without error.
Nimble tasks androidBuild, android, androidPackage and androidRelease fail with the following error message:
Executing task androidPackage in /home/username/source/repos/animdustry/animdustry.nimble
Hint: used config file '/home/username/.choosenim/toolchains/nim-2.0.2/config/nim.cfg' [Conf]
Hint: used config file '/home/username/.choosenim/toolchains/nim-2.0.2/config/config.nims' [Conf]
Hint: used config file '/home/username/source/repos/animdustry/config.nims' [Conf]
.................................................................................................................................................
/home/username/source/repos/animdustry/fau/src/core.nim(174, 10) Error: undeclared identifier: 'assetExistsStatic'
candidates (edit distance, scope distance); see '--spellSuggest':
(10, 7): 'GlDeleteStatus'
(10, 7): 'existsDir'
(10, 7): 'fileExists'
Tip: 43 messages have been suppressed, use --verbose to show them.
nimscriptwrapper.nim(160) execScript
Error: Exception raised during nimble script execution
Nimble tasks deploy, deploy win, deploy lin, release, debug, debugBin and web fail with the following error message:
Executing task deploy in /home/username/source/repos/animdustry/animdustry.nimble
Saving 101 images...
Done in 0.02s.
Hint: used config file '/home/username/.choosenim/toolchains/nim-2.0.2/config/nim.cfg' [Conf]
Hint: used config file '/home/username/.choosenim/toolchains/nim-2.0.2/config/config.nims' [Conf]
Hint: used config file '/home/username/source/repos/animdustry/config.nims' [Conf]
...............................................................................................................................................
/home/username/source/repos/animdustry/fau/src/fau/backend/glfwcore.nim(37, 24) Error: undeclared identifier: 'RESIZE_NWSE_CURSOR'
candidates (edit distance, scope distance); see '--spellSuggest':
(6, 6): 'HRESIZE_CURSOR'
(6, 6): 'VRESIZE_CURSOR'
Tip: 43 messages have been suppressed, use --verbose to show them.
nimscriptwrapper.nim(160) execScript
Error: Exception raised during nimble script execution
- Operating system is
Debian GNU/Linux 12 (bookworm)(WSL) - Repository was cloned with
--recursive - Repository is at the latest commit (
f408e63) - fau submodule is at the correct commit (
1a4ce2a) - Executables created with
buildandruntasks can be started and work as expected