We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using minGW that comes with Qt toolchain:
cmake -G "MinGW Makefiles" mingw32-make -j8
Gives link error:
[ 7%] Built target mesa [ 97%] Built target glsl_optimizer Linking CXX executable glsl_compiler.exe libglsl_optimizer.a(standalone_scaffolding.cpp.obj):standalone_scaffolding.cpp:( .text+0x12): multiple definition of `_mesa_error_no_memory' CMakeFiles\glsl_compiler.dir/objects.a(main.cpp.obj):main.cpp:(.text+0x0): first defined here collect2.exe: error: ld returned 1 exit status CMakeFiles\glsl_compiler.dir\build.make:90: recipe for target 'glsl_compiler.exe ' failed mingw32-make[2]: *** [glsl_compiler.exe] Error 1 CMakeFiles\Makefile2:96: recipe for target 'CMakeFiles/glsl_compiler.dir/all' fa iled mingw32-make[1]: *** [CMakeFiles/glsl_compiler.dir/all] Error 2 Makefile:75: recipe for target 'all' failed mingw32-make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using minGW that comes with Qt toolchain:
Gives link error:
The text was updated successfully, but these errors were encountered: