Tristan Gonzalez thartanian@... [xephem] writes:
Looks like libxp-dev is not available on the native 16.04 repos. You may need to compile from source
I found that libXp wasn't actually needed. I edited the Makefile
(GUI/xephem/Makefile) and changed this line:
XLIBS = -lXm -lXt -lXext -lXmu -lX11
to this:
XLIBS = -lXm -lXt -lX11
and that worked, and I've been using that xephem for months.
I guess whatever functionality used to be needed from Xp has been
folded into some other library.
...Akkana