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

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to