livecode
livecode copied to clipboard
ifaddrs.h error
Issue
Get the following error trying to install the package.
get_ip.cpp:4:21: fatal error: ifaddrs.h: No such file or directory
#include <ifaddrs.h>
Step (in my PC) to reproduce the problem
remotes::install_github("rundel/livecode")
Additional info
Tried to reinstall RTools, the problem persisted.
Sys info
OS: Win 10 pro R: 3.6.2 RTools: 3.5 (RStudio: 1.3.820)
This is due to my lack of testing on a windows machines - it should definitely possible to work around this I just need to get a testing setup working so that I can fully support Windows.
For open-source projects (like this one) AppVeyor provide free CI on Virtual Windows environments.