lettier / 3d-game-shaders-for-beginners

🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
https://lettier.github.io/3d-game-shaders-for-beginners/index.html
17.35k stars 1.35k forks source link

can't find p3pystub #24

Closed dingowizard closed 3 years ago

dingowizard commented 3 years ago

Trying to build demo, get this error from linker:

/usr/bin/ld: cannot find -lp3pystub
collect2: error: ld returned 1 exit status

I have version 1.11.0 of panda3d installed on arch with samples working. I can't find p3pystub library anywhere.

thanks for any help.

rdb commented 3 years ago

libp3pystub was removed from Panda3D because it is no longer necessary. You can omit it from the linker flags.

dingowizard commented 3 years ago

Thanks. That did it.