add_common_builds for Windows assumes mingw
See original GitHub issueAfter upgrading to 0.2.20, I’m getting:
Traceback (most recent call last):
File "build.py", line 18, in <module>
builder.add_common_builds(pure_c=False)
File "C:\Users\Jenkins\AppData\Roaming\Python\Python27\site-packages\conan\packager.py", line 124, in add_common_builds
if self.mingw_builds(pure_c):
File "C:\Users\Jenkins\AppData\Roaming\Python\Python27\site-packages\conan\packager.py", line 95, in mingw_builds
version, arch, exception, thread = config
ValueError: need more than 1 value to unpack
Looks like mingw_builds needs to check if mingw_configurations is empty?
for config in self.mingw_configurations:
version, arch, exception, thread = config
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Get Started with C++ and Mingw-w64 in Visual Studio Code
In this tutorial, you configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from mingw-w64 to create programs...
Read more >Setting up MinGW-w64 - Eclipse
Test MinGW-w64. Open the command prompt of Windows either via the Program Menu or type cmd in the Start Search of Windows. Enter:...
Read more >Use GNU on Windows with MinGW - Opensource.com
First, select mingw-get from your application menu to launch it. To install GCC, click the GCC and G++ package to mark GNU C...
Read more >MinGW-w64
Everything needed for linking and running your code on Windows. Winpthreads, a pthreads library for C++11 threading support and simple integration with existing ......
Read more >Installation using MSYS2 and the MinGW Compilers
These instructions assume you are running on 64-bit Windows. ... Launch the “MSYS MinGW 64-bit” option to use the MinGW 64bit toolchain, producing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for fixing! Looking forward to 0.2.21 😄
0.2.21 is available. Sorry for the delay!