Skip to content
New issue

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

MinGW windres invalid option -f #55

Open
wini3d opened this issue Sep 11, 2019 · 3 comments
Open

MinGW windres invalid option -f #55

wini3d opened this issue Sep 11, 2019 · 3 comments

Comments

@wini3d
Copy link

wini3d commented Sep 11, 2019

I got this error now during build (MinGW 5.1 Win64)

C:\anki\build>mingw32-make
[  0%] Built target ankivolk
[ 12%] Built target SDL2-static
[ 12%] Built target spirv-tools-spv-amd-shader-ballot
[ 12%] Built target spirv-tools-spv-amd-shader-explicit-vertex-parameter
[ 13%] Built target spirv-tools-header-DebugInfo
[ 13%] Built target spirv-tools-debuginfo
[ 13%] Built target spirv-tools-spv-amd-shader-trinary-minmax
[ 13%] Built target spirv-tools-spv-amd-gcn-shader
[ 13%] Built target extinst_tables
[ 14%] Built target enum_string_mapping
[ 14%] Built target core_tables
[ 20%] Built target SPIRV-Tools
[ 28%] Built target SPIRV-Tools-opt
[ 29%] Built target HLSL
[ 30%] Built target OSDependent
[ 30%] Built target OGLCompiler
[ 33%] Built target glslang
[ 34%] Built target SPIRV
[ 34%] Built target ankitinyexpr
[ 34%] Built target ankitinyxml2
[ 37%] Built target ankilua
[ 39%] Built target ankiz
[ 40%] Built target BulletSoftBody
[ 48%] Built target BulletCollision
[ 52%] Built target BulletDynamics
[ 53%] Built target LinearMath
[ 54%] Built target ankiimgui
[ 54%] Built target ankispirvcross
[ 71%] Built target anki
[ 71%] Built target SDL2main
[ 71%] Building RC object thirdparty/SDL2/CMakeFiles/SDL2.dir/src/main/windows/version.rc.obj
C:\MinGW\bin\windres.exe: invalid option -f
@godlikepanos
Copy link
Owner

Hi @wini3d. MinGW is not supported anymore. If you are using Windows you can build AnKi using Visual Studio (See README.md for info on how to build). Will that work for you or you need MinGW support?

@wini3d
Copy link
Author

wini3d commented Sep 11, 2019

I see. Yes, I would prefer MinGW just as the last time and builds quietly with lesser memory requirements. As for Visual Studio, I only have VS 2015. will that work?

Actually I'm just curious to see how the demos works and looks like first before I do anything dev wise. The last git clone earlier took me almost 1GB bandwidth. So, would it be possible if you can just provide a official binary release(s) just to see what it looks like and how it performs on a user specific machine?

@godlikepanos
Copy link
Owner

I haven't tested with VS 2015 to be honest.

Having some prebuild binaries sounds like a great idea. I'll create a package and upload them to github as soon as I return from vacation. I'll keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants