node-openvg icon indicating copy to clipboard operation
node-openvg copied to clipboard

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

Open stephaneAG opened this issue 6 years ago • 1 comments

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

stephaneAG avatar Feb 18 '18 06:02 stephaneAG

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

ryanaltair avatar Apr 03 '18 06:04 ryanaltair