krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Appveyor seems to ignore Rtools now #116

Closed mattfidler closed 5 years ago

mattfidler commented 6 years ago

I have setup Rtools in my appveyor file as:

https://github.com/nlmixrdevelopment/RxODE/blob/1278c9e7914bce2ad1f918891df0f3c1178db45b/appveyor.yml#L19

However, when trying to compile I get the following:

* installing *source* package 'RxODE' ...

** libs

C:/Rtools/mingw_32/bin/gcc  -I"c:/R/include" -DNDEBUG    -I"c:/RLibrary/dparser/include" -I"c:/RLibrary/Rcpp/include" -I"c:/RLibrary/RcppArmadillo/include" -I"c:/RLibrary/lamW/include" -I"d:/Compiler/gcc-4.9.3/local330/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c call_dvode.c -o call_dvode.o
C:/Rtools/mingw_32/bin/gcc: not found
make: *** [call_dvode.o] Error 127
Warning: running command 'make -f "Makevars" -f "c:/R/etc/i386/Makeconf" -f "c:/R/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="RxODE.dll" SHLIB_LIBADD='$(FLIBS)' ' had status 2

ERROR: compilation failed for package 'RxODE'

* removing 'C:/projects/rxode/RxODE.Rcheck/RxODE'

The funny thing is that it used to work just fine.

krlmlr commented 5 years ago

Is this still a problem? Do you need to indent with two spaces?