Skip to content
Back to formatted view

Raw Message

Message-ID: <fc4413de-2562-0603-fdb9-70ce84fe3f3d@ifom.eu>
Date: 2018-02-15T18:45:02Z
From: Carmen M. Livi
Subject: [R-pkg-devel] configuration failed on win-builder

Hi all,

when submiting my R-package to CRAN I get the following error from the 
windows machine:

* installing *source* package 'spp' ...
./configure.win: 2: Syntax error: word unexpected (expecting ")")
ERROR: configuration failed for package 'spp'
* removing 'd:/RCompile/CRANguest/R-devel/lib/spp'
In R CMD INSTALL

The package I am submitting is using a configure file.
I have a "configure" script generated with autoconf that reads 
configure.ac (for linux) and configure.win (for windows).
It works fine on linux.

Looking at the error it seems (to me) that win-builder tries to execute 
configure.win instead of configure.
Has anyone faced a similar issue? Any idea what is going on?

Thanks,
Carmen