Advertisement
Guest User

Untitled

a guest
Nov 15th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. PS F:\Dev Demos and Content\Zig\Eden> zig build
  2. finished linking C...
  3. finished linking opengl32...
  4. finished compiling cimgui...
  5. finished linking glew32...
  6. finished linking SDL2...
  7. finished linking assimp...
  8. finished linking user32...
  9. finished linking gdi32...
  10. finished installing exe...
  11. finished copying SDL2.dll...
  12. finished setting up run_exe_cmd...
  13. finished setting up run_exe_step...
  14. sdl-zig-demo...The following command exited with error code 5:
  15. C:\Program Files\zig-0.7.0+7b9af0592\zig.exe build-exe F:\Dev Demos and Content\Zig\Eden\src\main.zig --library c --library opengl32 -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\cimgui.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\imgui.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\imgui_demo.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\imgui_draw.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\imgui_widgets.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\examples\imgui_impl_sdl.cpp -cflags -std=c++11 -Wno-return-type-c-linkage -DIMGUI_IMPL_OPENGL_LOADER_GLEW=1 -fno-exceptions -fno-rtti -Wno-pragma-pack -- F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\examples\imgui_impl_opengl3.cpp --library glew32s --library SDL2 --library assimp-vc142-mt --library user32 --library gdi32 --cache-dir F:\Dev Demos and Content\Zig\Eden\zig-cache --name sdl-zig-demo -I F:\Dev Demos and Content\Zig\Eden\src -I F:\Dev Demos and Content\Zig\Eden\dependency\cimgui -I F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui -I F:\Dev Demos and Content\Zig\Eden\dependency\cimgui\imgui\examples -I F:\Dev Demos and Content\Zig\Eden\dependency\glew-2.1.0\include -I F:\Dev Demos and Content\Zig\Eden\dependency\SDL2\include -I F:\Dev Demos and Content\Zig\Eden\dependency\assimp\include -L dependency/glew-2.1.0/lib/Release/x64 -L dependency/SDL2/lib/x64 -L dependency/assimp/lib/Release --enable-cache
  16. error: the following build command failed with exit code 5:
  17. F:\Dev Demos and Content\Zig\Eden\zig-cache\o\eff40cb190a80dd7e4a094fe7b1ac35b\build.exe C:\Program Files\zig-0.7.0+7b9af0592\zig.exe F:\Dev Demos and Content\Zig\Eden F:\Dev Demos and Content\Zig\Eden\zig-cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement