Godwin

Results 16 comments of Godwin

Can I try to compile this there? Do you have instructions on compiling from source?

This is the one with 4GB of memory and yet it doesn't compile ``` ../deps/libsquash/sample/enclose_io_unix.h:43:8: warning: C++ style comments are not allowed in ISO C90 #endif // !_WIN32 ^ ../deps/libsquash/sample/enclose_io_unix.h:43:8:...

ok, I got past that with 32GB memory and increasing the swap to 10GB but now, heres another error... ``` ' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_POSIX_C_SOURCE=200112' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=0' '-DUCONFIG_NO_BREAK_ITERATION=0'...

ok,I'll try that and get back asap...

It has failed again... ``` used-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF /tmp/nodec/node-v8.1.4/out/Release/.deps//tmp/nodec/node-v8.1.4/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/asn1/a_digest.o.d.raw -c -o /tmp/nodec/node-v8.1.4/out/Release/obj.target/openssl/deps/openssl/openssl/crypto/asn1/a_digest.o ../deps/openssl/openssl/crypto/asn1/a_digest.c cc '-D_REENTRANT' '-DPURIFY' '-DOPENSSL_NO_COMP' '-DOPENSSL_NO_SSL3' '-DOPENSSL_NO_HEARTBEATS' '-DOPENSSL_NO_HW' '-DENGINESDIR="/dev/null"' '-DTERMIOS' '-DOPENSSLDIR="/etc/ssl"' '-DL_ENDIAN' '-DAES_ASM' '-DCPUID_ASM' '-DOPENSSL_BN_ASM_MONT'...

It has 2 gb memory... here's the output of "free -m" ``` total used free shared buff/cache available Mem: 2000 24 1898 1 77 1943 Swap: 3903 16 3887 ```...

now, I am trying with a fresh server with 32gb of memory ``` total used free shared buff/cache available Mem: 32095 67 29793 21 2235 31755 Swap: 0 0 0...

The folder is really really big... Compiling on the 32GB Ram server worked..but I get this error when I run the compiled program... ``` events.js:182 throw er; // Unhandled 'error'...

Sure, I will try this..Im new to this stuff even to setting those environment variables...where do I set them? Meanwhile, I am trying out on an ARM server just to...

if I try the --inspect-brk and --inspect, it shows this... `/__enclose_io_memfs__/local/bin/nodec:139:in `': invalid option: --inspect-brk (OptionParser::InvalidOption) `