Nitin Madnani

Results 127 comments of Nitin Madnani

Looks awesome! Great work! 👏

Just to chime in, this would be a great thing to have after the iPadOS issues are addressed.

Unfortunately, this project is not actively maintained since we switched away from GitLab a while ago. It seems that the GitLab API must have changed since this code was written....

Hmm, I’m not sure this will work with gcc 8.2. It certainly hasn’t been tested. Can you try with gcc 4.9? On Tue, Nov 6, 2018 at 1:09 AM Punchwes...

Looks like the problem is that you don’t have wget installed. On Tue, Nov 6, 2018 at 9:48 AM Punchwes wrote: > Hmm, I uninstalled 8.2 and installed gcc 4.9....

Looks like an issue with homebrew here: https://github.com/Homebrew/brew/issues/1734 On Tue, Nov 6, 2018 at 10:34 AM Punchwes wrote: > wow. thanks so much for that.. yes, that is the problem...

Ah, actually I run into this problem too when I try on my machine with macports. Looks like apple does not install the C headers into `/usr/include` with macOS Mojave...

Excellent! I’ll update the readme. On Wed, Nov 7, 2018 at 9:13 PM Punchwes wrote: > Thanks so much for that information!! By installing the package, I > successfully installed...

Well, your failure log points to `wget` not being installed: > make: wget: No such file or directory

Can you put the following in your `.bashrc` (assuming you are using `bash`), open a new terminal, and try building again? ```bash export CPATH=`xcrun --show-sdk-path`/usr/include ```