Jeff Waller

Results 46 comments of Jeff Waller

This proved to be harder than expected. `args.This()` was not actually null, but nevertheless I was not successful in using it. I finally had to give up and ask on...

On OS/X, there are two things that influence what the include directory is. First if **julia** can be detected by finding it using the _shell PATH_, then that's used (you...

This is likely the basis of the problem then as the install can not determine the location of julia. `Running the python tools/nj_config.py osx base resulted in no output for...

Ok, though apparently node-gyp comes packaged with npm in such a way that it can be invoked automatically upon `npm install`; it can't be invoked on the command line, so...

Hmm ok Centos. When it comes to Linux, the packaging can differ from Ubuntu to Centos, to whatever, but I think those are the main two for which specialized packaging...

Great info, much thanks for that. So switching to node 12 helped, because now nj-v11 is being used (`CXX(target) Release/obj.target/nj/src/nj-v11.o`) that's good, and yea it still fails because _libjulia_ can...

can you attempt to install the latest from master ``` npm install https://github.com/waTeim/node-julia.git ```

Examples? Sure. I think I can put together some examples. For right now, I think you're already there, I am getting the same thing nearly, but maybe just wget instead?...

This is likely connected to the import/include mechanism that Julia uses and how Julia uses [libuv](https://github.com/libuv/libuv) to do it. There has always been a tension between Julia and node-julia and...

It looks like there is a problem with Julia 0.5, but it's likely to be an aspect of a change to Julia; I can work on that. LGTM otherwise. I'm...