Running Panda3D on Linux over SSH

Thanks for the quick reply! I’m indeed on a headless server.

I’m compiling Panda3D without X11 support using

python makepanda/makepanda.py --everything --installer --no-x11

but am running into

built/lib/libpandaegg.so: undefined reference to `PointerTo<EggTexture>::PointerTo()'
collect2: error: ld returned 1 exit status

I tried implementing the workaround described here, but it looks like pointerTo.h has since been changed

Any ideas?

(I’m using: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) and Python 3.8.5)