Skip to content

Instantly share code, notes, and snippets.

@Palmr
Created March 14, 2022 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Palmr/f1ba2de8e6da3a84c334dd2e6e1c8e87 to your computer and use it in GitHub Desktop.
Save Palmr/f1ba2de8e6da3a84c334dd2e6e1c8e87 to your computer and use it in GitHub Desktop.
/opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -DCMAKE_C_COMPILER_WORKS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_CROSSCOMPILING=ON /tmp/msvc-wine_issue-41_repro
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine
Cannot get compiler information:
Compiler exited with error code 2: /opt/msvc/bin/x86/cl @/tmp/misc/response-file12954642806412015051 /tmp/misc/compiler-file7185106763504052988 | @response-file12954642806412015051=/TP /DIssueRepro_EXPORTS /DNDEBUG /DWIN32 /D_MBCS /D_USRDLL /D_WINDOWS /EHsc /EHsc -MD /GL /Oi /GF /Gy /W3 /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueRepro.dir/cmake_pch.hxx /Be /Bd /EP
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7
0014:err:ole:get_local_server_stream Failed: 800736b7
000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not find Wine Gecko. HTML rendering will be disabled.
it looks like wine32-development is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32-development"
0025:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0025:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/wine/.wine" has been updated.
Microsoft (R) C/C++ Optimizing Compiler Version 19.31.31104 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
all:
@cd Z:\tmp\msvc-wine_issue-41_repro\cmake-build-release-docker-wine\IssueRepro
@set INCLUDE=z:\opt\msvc\vc\tools\msvc\14.31.31103\include;z:\opt\msvc\kits\10\include\10.0.19041.0\shared;z:\opt\msvc\kits\10\include\10.0.19041.0\ucrt;z:\opt\msvc\kits\10\include\10.0.19041.0\um;z:\opt\msvc\kits\10\include\10.0.19041.0\winrt
@set LIB=z:\opt\msvc\vc\tools\msvc\14.31.31103\lib\x86;z:\opt\msvc\kits\10\lib\10.0.19041.0\ucrt\x86;z:\opt\msvc\kits\10\lib\10.0.19041.0\um\x86
@set CL=
@set _CL_=
@set LINK=
Z:\opt\msvc\vc\tools\msvc\14.31.31103\bin\Hostx64\x86\cl.exe @<< z:/tmp/misc/compiler-file7185106763504052988
/TP /DIssueRepro_EXPORTS /DNDEBUG /DWIN32 /D_MBCS /D_USRDLL /D_WINDOWS /EHsc /EHsc -MD /GL /Oi /GF /Gy /W3 /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueRepro.dir/cmake_pch.hxx /Be /Bd /EP<<
cl /TP /DIssueRepro_EXPORTS /DNDEBUG /DWIN32 /D_MBCS /D_USRDLL /D_WINDOWS /EHsc /EHsc -MD /GL /Oi /GF /Gy /W3 /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueRepro.dir/cmake_pch.hxx /Be /Bd /EP
cl : Command line error D8004 : '/FI' requires an argument
Compiler exited with error code 2: /opt/msvc/bin/x86/cl @/tmp/misc/response-file18347426129002880301 /tmp/misc/compiler-file7185106763504052988 | @response-file18347426129002880301=/TP /DWIN32 /EHsc /EHsc -MD /GL /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueReproTest.dir/cmake_pch.hxx /Be /Bd /EP
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7
0014:err:ole:get_local_server_stream Failed: 800736b7
0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not find Wine Gecko. HTML rendering will be disabled.
it looks like wine32-development is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32-development"
0025:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0025:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/wine/.wine" has been updated.
Microsoft (R) C/C++ Optimizing Compiler Version 19.31.31104 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
all:
@cd Z:\tmp\msvc-wine_issue-41_repro\cmake-build-release-docker-wine\IssueRepro
@set INCLUDE=z:\opt\msvc\vc\tools\msvc\14.31.31103\include;z:\opt\msvc\kits\10\include\10.0.19041.0\shared;z:\opt\msvc\kits\10\include\10.0.19041.0\ucrt;z:\opt\msvc\kits\10\include\10.0.19041.0\um;z:\opt\msvc\kits\10\include\10.0.19041.0\winrt
@set LIB=z:\opt\msvc\vc\tools\msvc\14.31.31103\lib\x86;z:\opt\msvc\kits\10\lib\10.0.19041.0\ucrt\x86;z:\opt\msvc\kits\10\lib\10.0.19041.0\um\x86
@set CL=
@set _CL_=
@set LINK=
Z:\opt\msvc\vc\tools\msvc\14.31.31103\bin\Hostx64\x86\cl.exe @<< z:/tmp/misc/compiler-file7185106763504052988
/TP /DWIN32 /EHsc /EHsc -MD /GL /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueReproTest.dir/cmake_pch.hxx /Be /Bd /EP<<
cl /TP /DWIN32 /EHsc /EHsc -MD /GL /Zi /EHsc /FI/tmp/msvc-wine_issue-41_repro/cmake-build-release-docker-wine/IssueRepro/CMakeFiles/IssueReproTest.dir/cmake_pch.hxx /Be /Bd /EP
cl : Command line error D8004 : '/FI' requires an argument
[Failed to reload]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment