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

Node Webkit Compilation on Wandboard (quad) Armhf ubuntu for v0.10.5 #2410

Closed
s-sjha opened this issue Oct 1, 2014 · 1 comment
Closed

Comments

@s-sjha
Copy link

s-sjha commented Oct 1, 2014

Hi all,
I have been trying to compile the latest version of nodewebkit for armhf to be used on a beaglebone black. As beaglebone black is not really suited for the compilation, i got a freescale imx6.quad wandboard and am using Ubuntu14.04 from armhf to compile the nodewebkit. I have followed all the instruction from different gist available like
https://gist.github.com/xdenser/ba4454f79d4438d7f2f2
https://gist.github.com/albi90/6135922
and have been able to compile the source, however, the linker is failing with two different message, first was 'memory exhausted'. I activated 4 GB of swap and it still kept on failing regardless.

Then I based on chromium's fast build suggestion, I switched to shared library compilation, again compilation is fine, however, the linker now fails with following error,

/usr/bin/ld: obj/content/nw/src/api/shortcut/nw_lib.global_shortcut_listener_x11.o: undefined reference to symbol '_ZN2ui24XKeysymForWindowsKeyCodeENS_12KeyboardCodeEb'
lib//libevents_base.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

I checked to see if libevents_base.so exists in the lib folder or not and its there so I any help if resolving this problem would be really helpful.

@rogerwang
Copy link
Member

merge with #1151. Please discuss there. Thanks.

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