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

fixing the /usr/bin/ld: cannot find -lGLESv2 error #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stephaneAG
Copy link

After an error while trying to compile npm install node-opengv-canvas & digging an answer from https://raspberrypi.stackexchange.com/questions/77619/where-is-legl-lglesv2, I guess this may solve the troubles ;p

Also, do you support dispmanX ? (.it 'd be really cool to have a transparent background canvas to be able to see stuff on layers below it ;p )

Thanks for opening & openvg-canva btw :)

Keep up the good work ++

Some of the error logs:
CXX(target) Release/obj.target/init-egl/src/init-egl.o
SOLINK_MODULE(target) Release/obj.target/init-egl.node
/usr/bin/ld: cannot find -lGLESv2
collect2: error: ld returned 1 exit status

After an error while trying to compile npm install node-opengv-canvas & digging an answer from https://raspberrypi.stackexchange.com/questions/77619/where-is-legl-lglesv2, I guess this may solve the troubles ;p

Also, do you support dispmanX ? (.it 'd be really cool to have a transparent background canvas to be able to see stuff on layers below it ;p )

Thanks for opening & openvg-canva btw :)

Keep up the good work ++

Some of the error logs:
CXX(target) Release/obj.target/init-egl/src/init-egl.o
  SOLINK_MODULE(target) Release/obj.target/init-egl.node
/usr/bin/ld: cannot find -lGLESv2
collect2: error: ld returned 1 exit status
@ryanaltair
Copy link

ryanaltair commented Apr 3, 2018

I test this,
build(import) passed, with node 8.1.2
but failed with node 8.9.4, many errors
both test at raspberry pi 3 - Stretch

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

Successfully merging this pull request may close these issues.

2 participants