[Mesa-dev] [PATCH 0/2] Compilation fixes for mingw

Miklós Máté mtmkls at gmail.com
Sun Mar 19 12:28:21 UTC 2017


After this series the build goes further, but eventually stops with:
 scons: Building targets ...
 Archiving build\windows-x86-debug\gallium\auxiliary\libgallium.a ...
 Installing build\windows-x86-debug\bin\u_atomic_test.exe ...
 Compiling src\gallium\tests\unit\u_format_compatible_test.c ...
 The command line is too long.
 scons: *** [build\windows-x86-debug\gallium\auxiliary\libgallium.a] Error 1
 scons: building terminated because of errors.

To fix this error one would probably need to compile gallium/auxillary into 2-3
smaller archives and then compose them into libgallium.a. Unfortunately, my
buildsystem knowledge is too weak for this.


Miklós Máté (2):
  c11: fix include with mingw
  c11: comment out thrd_equal()

 include/c11/threads_win32.h | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.11.0



More information about the mesa-dev mailing list