Skip to content
Back to formatted view

Raw Message

Message-ID: <CAPLMX9GBj0KRH2+C8dmg1ztkWbD8tpMsD+KEUyTxbwAmnfLqfw@mail.gmail.com>
Date: 2019-02-13T17:45:35Z
From: Travers Ching
Subject: [R-pkg-devel] Configure dot win file preventing compilation for i386 on windows

I have a package in which I thought would be helpful to have a
configure.win file.  However, when compiling (locally as well as
through win-builder) I get the following message:

"Warning: this package has a non-empty 'configure.win' file, so
building only the main architecture"

And then win builder CRAN check fails with an error.  When I take out
the configure.win file everything works (the configure.win file just
had an echo statement in it for testing).

I don't understand why i386 compilation does not proceed with the
configure file?  What is the issue or mistake I'm making?

Travers