You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attempted to follow the make instructions, but it has failed with the following error:
C:\Users\joelm\Documents\Qt\filament>nmake
Microsoft (R) Program Maintenance Utility Version 14.16.27027.1
Copyright (C) Microsoft Corporation. All rights reserved.
cl.exe main.obj /link /libpath:"lib\\x86_64\\mt\\" filament.lib backend.lib bluegl.lib filabridge.lib filaflat.lib utils.lib geometry.lib smol-v.lib ibl.lib gdi32.lib user32.lib opengl32.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Incremental Linker Version 14.16.27027.1
Copyright (C) Microsoft Corporation. All rights reserved.
/out:main.exe
/libpath:lib\\x86_64\\mt\
filament.lib
backend.lib
bluegl.lib
filabridge.lib
filaflat.lib
utils.lib
geometry.lib
smol-v.lib
ibl.lib
gdi32.lib
user32.lib
opengl32.lib
main.obj
ibl.lib(CubemapIBL.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
ibl.lib(CubemapUtils.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
utils.lib(EntityManager.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
utils.lib(CountDownLatch.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
utils.lib(Panic.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
geometry.lib(SurfaceOrientation.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
backend.lib(OpenGLDriver.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
backend.lib(OpenGLProgram.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
bluegl.lib(BlueGL.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filabridge.lib(SamplerInterfaceBlock.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Froxelizer.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
backend.lib(CommandBufferQueue.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
backend.lib(Driver.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
backend.lib(PlatformWGL.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(RenderPass.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(FrameInfo.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(ShadowMap.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Culler.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Scene.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Renderer.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(View.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(FrameGraph.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(VertexBuffer.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(IndirectLight.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Material.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Texture.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Engine.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(PostProcessManager.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Camera.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
filament.lib(Fence.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
main.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\cl.exe"' : return code '0x2'
Stop.
.. using the makefile and main.cpp file described in the "Linking against Filament" section here, and executed in "x64 Native Tools Command Prompt for VS 2017".
Any help or advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Thank you, that was exactly what the problem was. To give some context, I was attempting to use Filament under Qt on Windows, which has proved tricky since Qt does not have support for MSVC 2019.
I have attempted to follow the make instructions, but it has failed with the following error:
.. using the makefile and main.cpp file described in the "Linking against Filament" section here, and executed in "x64 Native Tools Command Prompt for VS 2017".
Any help or advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered: