Skip to content
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

Install from source windows #5

Open
adamrobinson361 opened this issue Mar 11, 2019 · 1 comment
Open

Install from source windows #5

adamrobinson361 opened this issue Mar 11, 2019 · 1 comment

Comments

@adamrobinson361
Copy link

Hi there,

I am trying to install RGtk2 on windows from source using install.packages('RGtk2', type='source') to emulate a packrat workflow where I need to restore old versions of RGtk2 from source.

When testing this on the version on cran I get the following error:

./RGtk2/gobject.h:7:18: fatal error: glib.h: No such file or directory
 #include <glib.h>

I have r tools installed and have makevars set up to point to local323 from here which has helped with a number of other package compilations from source.

It looks as though glib doesn't come with local323. Can I ask how you would set this up for a windows installation?

Kind Regards,

Adam

@lawremi
Copy link
Owner

lawremi commented Mar 11, 2019

Installing RGtk2 from source on Windows is not something I would recommend doing routinely. Please see the INSTALL file for instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants