Skip to content
Back to formatted view

Raw Message

Message-ID: <20260309183148.2eb08460@Tarkus>
Date: 2026-03-09T15:31:48Z
From: Ivan Krylov
Subject: [R-pkg-devel] failure on windows builder ("only Win32 target is supported")
In-Reply-To: <CAO0uZ+_6t+fto-nAO8BtM3Lp6nLwwYaCdC9oCSogVy9P-_=Xgw@mail.gmail.com>

Dear Miroslav & Uwe,

On Mon, 9 Mar 2026 10:14:31 +0100
Miroslav Kratochvil <exa.exa at gmail.com> wrote:

> https://win-builder.r-project.org/incoming_pretest/EmbedSOM_2.2.1_20260308_225310/Windows/00install.out

Here's the strange part:

>> using C++ compiler: 'g++ (GCC) 15.2.0'

The currently available version of RTools 4.5 only has GCC 14.3 (and
compiles EmbedSOM without a problem).

Judging by the include paths containing /usr/lib/gcc/x86_64-pc-cygwin/,
it might be a %PATH% problem on Win-Builder, with the MSYS/Cygwin
toolchain being picked up instead of the desired UCRT one.

-- 
Best regards,
Ivan