Skip to content

JXCore fails to run Noble #19

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

Open
TheMaverickProgrammer opened this issue May 8, 2017 · 1 comment
Open

JXCore fails to run Noble #19

TheMaverickProgrammer opened this issue May 8, 2017 · 1 comment

Comments

@TheMaverickProgrammer
Copy link

I know there's already a similar issue #308 but I don't have the folders or jx command line program that the users in the thread use. For instance I don't have a ~/.node-gyp/jxb310 folder to delete before rebuilding the modules in my project.

Recap: JXCore works. Noble works. JXCore + Noble does not work:

dyld: lazy symbol binding failed: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup

dyld: Symbol not found: __ZN4node6Buffer3NewEPKcm
Referenced from: /Users/marc/Code/noble/node_modules/xpc-connection/build/Release/binding.node
Expected in: dynamic lookup

Trace/BPT trap: 5

Changing node versions, recompiling, rebuilding, none of those steps worked.

@sandeepmistry
Copy link
Owner

So this is not high on the priority list as this module targets Node.js (and not JXCore).

I might be one of these lines that are causing the linker error:

https://github.com/sandeepmistry/node-xpc-connection/blob/master/src/XpcConnection.cpp#L186-L188

Nan::CopyBuffer, I would suggest trying to comment out those lines and building again to check if they are the problem ...

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

2 participants