ded icon indicating copy to clipboard operation
ded copied to clipboard

setup_dependencies.bat lacking dependencies / build_msys2_mingw64.sh fails to build

Open Elusive239 opened this issue 1 year ago • 0 comments

having some issues trying to build and use ded, these are the results thus far

Result of running setup_dependencies.bat: 1 dir(s) moved. 1 dir(s) moved. 1 dir(s) moved. 1 file(s) moved. 1 file(s) moved. 1 file(s) moved. 1 file(s) moved.

Dependencies folder contents: dependencies.txt

And thus, the result of running "build_msys2_mingw64.sh":

+ PKGS='--static sdl2 glew freetype2' ++ pkg-config --cflags --static sdl2 glew freetype2 Package sdl2 was not found in the pkg-config search path. Perhaps you should add the directory containing sdl2.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl2', required by 'virtual:world', not found Package 'glew', required by 'virtual:world', not found Package 'freetype2', required by 'virtual:world', not found

  • CFLAGS='-Wall -Wextra -pedantic -ggdb -DGLEW_STATIC -Isrc -Dassert(expression)=((void)0) ' `

Elusive239 avatar Feb 15 '24 09:02 Elusive239