>From the terminal use these commands when having a good connection to the internet (Ethernet cable better than wifi):
sudo apt-get update sudo apt-get upgrade sudo apt-get install Xastir After the Pi reboots, start the GUI to be able to run Xastir. Click o the icon in the bottom lower left corner of the startx screen and select off the "Other" menu. Jerry N7YGE -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Max Harper Sent: Wednesday, November 20, 2013 8:49 PM To: [email protected] Subject: [Xastir] Compiling Xastir for the Raspberry Pi I have been trying to figure out how to compile Xastir for the RasPi. It stops saying I need X11 but I don't know the exact name. I can't be the only one wanting to do this. Am I getting close? Thanks MaxKG4PID cd /usr/src sudo wget http://downloads.sourceforge.net/project/xastir/xastir-stable/xastir-2.0.4/x astir-2.0.4.tar.gz sudo tar xvf xastir-2.0.4.tar.gz sudo su cd /usr/src/xastir-2.0.4 ./configure && make && make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes Configuring xastir 2.0.4 checking build system type... armv6l-unknown-linux-gnueabi checking host system type... armv6l-unknown-linux-gnueabi checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) mawk checking for ranlib... ranlib checking for devices... found none and none checking for search paths... done checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking whether compiler accepts -Wno-unused-parameter... yes checking for compiler flags... using -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread checking for system... Linux checking for gm... no checking for /usr/bin/gm.exe... no checking for convert... no checking for /usr/bin/convert.exe... no checking for lpr... /usr/bin/lpr checking for gv... no checking for festival... no checking for gpsman... no checking for X... no configure: error: *** No X11! Install X-Windows development headers/libraries! *** _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
