Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation failure due to changes in Julia #35

Open
pron opened this issue Feb 27, 2017 · 2 comments
Open

Installation failure due to changes in Julia #35

pron opened this issue Feb 27, 2017 · 2 comments

Comments

@pron
Copy link

pron commented Feb 27, 2017

Hi.
Installation (on Mac) fails with:

../src/Import.cpp:39:20: error: use of undeclared identifier 'jl_is_function'
         if(val && jl_is_function(val)) filteredNames.push_back(*s);

I have Julia 0.5.0

@CoolHandLuke88
Copy link

CoolHandLuke88 commented Nov 3, 2017

0.6.1 and still fails.


../src/Import.cpp:39:20: error: use of undeclared identifier ` jl_is_function`
 if(val && jl_is_function(val)) filteredNames.push_back(*s);

@schuyduff
Copy link

0.6.2 and still fails

../src/Import.cpp: In member function 'virtual nj::Result nj::Import::eval(std::vector<std::shared_ptr<nj::Value> >&, int64_t)':
../src/Import.cpp:39:38: error: 'jl_is_function' was not declared in this scope
          if(val && jl_is_function(val)) filteredNames.push_back(*s);
                                      ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants