-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc not found with Rtools installed? #61
Comments
Thanks. For what is worth I was getting the same problems on a local machine, and I was not trying to compile for both 32 and 64 (just 32). The problem seemed to be the path. So I modified the file But this might just be the wrong way to do things in general (I know nothing about Windows or the intricacies of the new Rtools). |
#60 is setting BINPREF, will be merged soon; please see discussion there for more hints. |
Ooops, you are right. Sorry for the noise. |
I am getting a
d:/Compiler/gcc-4.9.3/mingw_32/bin/gcc: not found
but I think I do have Rtools properly installed (the log says so: https://ci.appveyor.com/project/rdiaz02/oncosimul/build/1.0.17).So I guess I am doing something rather silly, but I can't see what (I find it interesting that it is looking for gcc under 'd:', when tools were installed under 'c:', but maybe that is OK).
My appveyor.yml is as follows (I am dealing with a package in a subdirectory):
The text was updated successfully, but these errors were encountered: