Jerry Walsh
Jerry Walsh
i had this problem (android 10) .. this plugin downloads the apk to storage on the phone using .apk e.g. com.yourapp.appname.apk .. in my case it was downloading OK (i...
This seems to be the best bet right now: https://github.com/michalkotas/angular2-jsonapi/
I realise this project isn't maintained anymore however I believe I tracked down this bug.. this is the fix: https://github.com/daflip/PagedDragDropGrid/commit/0a0dcaf1d22f2af6cf386e01aafa2b46a8af2793
stdlib.h is already included on line 16, so I removed the malloc.h include.. no difference: ``` root@testbed:/ # npm install /tmp/node-ife/ npm WARN engine [email protected]: wanted: {"node":"0.6 || 0.8 ||...
This is just a VM I'm testing on - I can give you (root) access if you'd like
What version of GCC do you recommend trying it with?
So I installed gcc 4.8 and gave it a bash. It's throwing different errors now: ``` root@testbed:/ # env CC=gcc48 CXX=g++48 CPP=cpp48 npm install /tmp/node-ife/ npm WARN engine [email protected]: wanted:...
Ya was just trying that now.. I had to compile node from the source since the pkg package is 0.12. it's looking a lot closer to working now: ``` env...
I included net/if_var.h in ife.h and it's getting a little further now: ``` env CC=gcc48 CXX=g++48 CPP=cpp48 npm install /tmp/node-ife/ > [email protected] install /node_modules/ife > node-gyp rebuild gmake: Entering directory...
gcc 4.7: ``` env CC=gcc47 CXX=g++47 CPP=cpp47 npm install /tmp/node-ife/ > [email protected] install /usr/ports/lang/gcc47/node_modules/ife > node-gyp rebuild gmake: Entering directory '/usr/ports/lang/gcc47/node_modules/ife/build' CXX(target) Release/obj.target/IFEBinding/IFE.o CXX(target) Release/obj.target/IFEBinding/ife-icmp-support.o CXX(target) Release/obj.target/IFEBinding/ife-bpf.o ../ife-bpf.cc: In function...