Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Successful installation of XEphem from Git-hub package
I installed XEphem without much trouble just now on brand new hardware using Linux Mint O.S. ver. 20.1:
toggle quoted message
Show quoted text
0) Unziped the file from and as instructed by the INSTALL file: cd GUI/xephem 1) Downloaded and expanded the MOTIF libraries into my /usr/lib directory as a new directory /usr/lib/linux-x86-motif-dev 2) Following the recommendation on , inserted this line into Makefile above the "ifdef MOTIF" line: MOTIF = /usr/lib/linux-x86-motif-dev (because that's where I parked the file referred to in the step above) 3) Made Alexander Wessel's edits to Makefile, as he recommended in his 8 March 2021 e-mail: XLIBS = -lXm -lXt -lXext -lXmu -lX11 CFLAGS := $(LIBINC) $(CFLAGS) LIBS = $(LIBLNK) $(XLIBS) $(LIBLIB) -lm 4) As instructed by the INSTALL file: make MOTIF=../../libXm/linux86 5) Only one wrinkle: my /usr/bin/ld could not find -lXext and -lXmu so I just deleted those two items from the XLIBS specification and ran the "make" again. (Am I right to understand that these libraries pertain to printing?) 6) Continued with Steps 2, 3, ..., n in the INSTALL instructions. Thanks for everybody's help, Bernie On 3/8/21 8:20 PM, rtolesnikov via groups.io wrote:
I've been building XEphem on Cygwin for years and I can confirm that it doesn't use libXp. My guess is that it's not the pre-processor taking care of it, it's that it's not even used anywhere. The print function is not affected as far as I can tell. |
to navigate to use esc to dismiss