Alexey Trifonov
Alexey Trifonov
Doesn't compile again ``` CMake Error at ext/bgfx/cmake/3rdparty/glsl-optimizer.cmake:55 (list): list sub-command REMOVE_ITEM requires two or more arguments. Call Stack (most recent call first): ext/bgfx/cmake/tools/shaderc.cmake:14 (include) ext/bgfx/cmake/tools.cmake:17 (include) ext/bgfx/CMakeLists.txt:61 (include) ```...
> Try updating the submodules Already tried with no success.
``` In file included from /home/redneck/programs/Imogen/src/Bitmap.cpp:26: /home/redneck/programs/Imogen/src/Platform.h:101:10: fatal error: SDL.h: No such file or directory 101 | #include ``` Arch Linux Shouldn't it be `#include ` ?
Yes, i have, and i have SDL.h in `/usr/include/SDL2`. I also have SDL.h in `/usr/include/SDL` which is SDL 1.x
p.s. https://github.com/CedricGuillemet/Imogen/issues/31#issuecomment-497986243
``` /home/redneck/programs/Imogen/ext/imgui_impl_sdl.cpp:50:10: fatal error: SDL.h: No such file or directory 50 | #include ```
This issue is a dupe of issue #7 Thank You for workaround!
As far as i understand script somehow tries to run itself as binary file, not as script.
@TedsterTech yes i did: `[redneck@pylesos dxup-32bit]$ bash ./setup_dxup.sh` `./setup_dxup.sh: ./setup_dxup.sh: не удаётся запустить бинарный файл`
Issue #11 has a workaround