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'm trying to download libiconv/1.17. it seems like at compile time, the c:mingw64bingcc.exe cannot be found, and it prevents libiconv from being built. I've downloaded two mingw64s, one with msys2 and another from this website https://winlibs.com/ which I extracted to C:\mingw64. I've added both to the system path but the error still prevails. was wondering if I could get help solving this problem. I'd like to add that in my conan profile, I've set the CC and CXX compilers to the mingw64 downloaded without the msys2.
Try to change CC to C:/mingw64/bin/gcc.exe and CXX to C:/mingw64/bin/g++.exe. Env vars are not curated when they are passed to Autotools builds , but tools.build:compiler_executables paths are curated (at least since conan 2.0.5 conan-io/conan#13867, I don't know whether it has been backported to conan v1).
Description
I'm trying to download libiconv/1.17. it seems like at compile time, the c:mingw64bingcc.exe cannot be found, and it prevents libiconv from being built. I've downloaded two mingw64s, one with msys2 and another from this website https://winlibs.com/ which I extracted to C:\mingw64. I've added both to the system path but the error still prevails. was wondering if I could get help solving this problem. I'd like to add that in my conan profile, I've set the CC and CXX compilers to the mingw64 downloaded without the msys2.
Package and Environment Details
Conan profile
[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.version=13.1
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
CC = C:\mingw64\bin\gcc.exe
CXX = C:\mingw64\bin\g++.exe
Steps to reproduce
conan install conanfile.txt --build=missing
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: