Compile error kubuntu 15.04

Hi I’m trying to compile panda3d 1.9 on Kubuntu 15.04 and I am getting this error:

In file included from panda/src/display/nativeWindowHandle.h:21:0,
from panda/src/display/config_display.cxx:28,
from panda/src/display/p3display_composite1.cxx:1:
panda/src/display/get_x11.h:55:27: fatal error: X11/Intrinsic.h: No such file or directory
#include <X11/Intrinsic.h>
^
compilation terminated.
[T1] Building C++ object built/tmp/p3display_composite2.o
In file included from panda/src/display/nativeWindowHandle.h:21:0,
from panda/src/display/nativeWindowHandle.cxx:15,
from panda/src/display/p3display_composite2.cxx:8:
panda/src/display/get_x11.h:55:27: fatal error: X11/Intrinsic.h: No such file or directory
#include <X11/Intrinsic.h>
^
compilation terminated.
The following command returned a non-zero value: g++ -ftemplate-depth-70 -fPIC -c -o built/tmp/p3display_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -I/usr/include/eigen3 -Ipanda/src/display -pthread -fno-exceptions -msse2 -ffast-math -fno-finite-math-only -O2 -DBUILDING_PANDA panda/src/display/p3display_composite1.cxx
Storing dependency cache.
Elapsed Time: 14 min 30 sec
Build process aborting.
Build terminated.

Using this command: python2.7 makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-gles2 --threads 2
Thanks.

Under Ubuntu, at least, this result suggests the installation of the package “libxt-dev”.

(You may well find that more packages are called for after that, if you don’t already have them; most can, I think, be discovered via quick web-searches using the relevant file-names as search-terms.)

Thank you that fixed the problem :slight_smile: