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

can't find p3pystub

dingowizard opened this issue · 2 comments

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

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

Thanks. That did it.