[Xastir] UI-view Maps not working

Skyler F electricity440 at gmail.com
Thu May 7 10:23:36 EDT 2015


./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/skylerfennell/desktop/xastir/xastir-2.0.6/missing: Unknown
'--is-lightweight' option
Try '/Users/skylerfennell/desktop/xastir/xastir-2.0.6/missing --help' for
more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes

Configuring xastir 2.0.6

checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 whether gcc understands -c and -o together... (cached) yes
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) awk
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... 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
checking for system... Darwin
checking for gm... no
checking for /usr/bin/gm.exe... no
checking for convert... /opt/local/bin/convert
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... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing tan... none required
checking for XextAddDisplay in -lXext... yes
checking for XpGetDocumentData in -lXp... yes
checking for XtDisplay in -lXt... yes
checking for XmTextFindString in -lXm... yes
checking for sed... /usr/bin/sed
checking for mv... /bin/mv
checking for xfontsel... /opt/X11/bin/xfontsel
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... yes
checking for main in -lcompat... no
checking for sched_yield in -lrt... no
checking whether byte ordering is bigendian... no
checking for Motif headers... in default path
checking for Motif libraries... in default path
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for socklen_t... yes
checking for sighandler_t... no
checking for sig_t... yes
checking for sigjmp_buf... yes
checking for gmtoff in struct tm... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking whether getpgrp requires zero arguments... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for getpagesize... yes
checking for working mmap... yes
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for working strtod... yes
checking for __argz_count... no
checking for __argz_next... no
checking for __argz_stringify... no
checking for alarm... (cached) yes
checking for dcgettext... no
checking for getcwd... yes
checking for getpgrp... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for getwd... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for mempcpy... no
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for pow... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for settimeofday... yes
checking for signal... yes
checking for sigignore... yes
checking for snprintf... yes
checking for socket... yes
checking for sqrt... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strptime... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtof... yes
checking for strtol... yes
checking for strtoul... yes
checking for tzset... yes
checking for vsnprintf... yes
checking for pthread_mutexattr_setkind_np... no
checking for pthread_mutexattr_settype... yes
checking for strndup... yes
checking for roundf... yes
checking for gettext in -lintl... yes
checking for pj_init in -lproj... yes
checking shapefil.h usability... yes
checking shapefil.h presence... yes
checking for shapefil.h... yes
checking for DBFOpen in -lshp... yes
checking for DBFGetFieldIndex in -lshp... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking X11/xpm.h usability... no
checking X11/xpm.h presence... no
checking for X11/xpm.h... no
checking Xm/XpmI.h usability... no
checking Xm/XpmI.h presence... no
checking for Xm/XpmI.h... no
checking xtiffio.h usability... yes
checking xtiffio.h presence... yes
checking for xtiffio.h... yes
checking for TIFFClose in -ltiff... yes
checking for GTIFNew in -lgeotiff... yes
checking netax25/ax25.h usability... no
checking netax25/ax25.h presence... no
checking for netax25/ax25.h... no
checking for gdal-config... yes
checking gdal.h usability... yes
checking gdal.h presence... yes
checking for gdal.h... yes
checking for GDALAllRegister in -lgdal... yes
checking if db.h is exists and is usable... no
checking for GraphicsMagick-config... no
checking for Magick-config... /opt/local/bin/Magick-config
checking magick/api.h usability... yes
checking magick/api.h presence... yes
checking for magick/api.h... yes
checking for library containing WriteImage... none required
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating callpass/Makefile
config.status: creating config/Makefile
config.status: creating help/Makefile
config.status: creating m4/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/values
config.status: creating scripts/values.pl
config.status: creating src/Makefile
config.status: creating src/rtree/Makefile
config.status: creating src/shapelib/Makefile
config.status: creating src/shapelib/contrib/Makefile
config.status: creating symbols/Makefile
config.status: creating xastir.spec
config.status: creating xastir-min.spec
config.status: creating xastir-lsb.spec
config.status: creating config.h
config.status: executing depfiles commands
===========================================

xastir 2.0.6 has been configured to use the following
options and external libraries:

MINIMUM OPTIONS:
  ShapeLib (Vector maps) ................. : yes

RECOMMENDED OPTIONS:
-n   GraphicsMagick/ImageMagick (Raster maps) :
yes (ImageMagick)
  pcre (Shapefile customization) ......... : yes
  dbfawk (Shapefile customization) ....... : yes
  rtree indexing (Shapefile speedups) .... : yes
  map caching (Raster map speedups) ...... : no
  internet map retrieval ................. : yes (libcurl)

FOR THE ADVENTUROUS:
  AX25 (Linux Kernel I/O Drivers) ........ : no
  libproj (USGS Topos & Aerial Photos) ... : yes
  GeoTiff (USGS Topos & Aerial Photos) ... : yes
  Festival (Text-to-speech) .............. : no
  GDAL/OGR (Obtuse map formats) .......... : yes
  GPSMan/gpsmanshp (GPS downloads) ....... : no

xastir will be installed in /usr/local/bin.
Type 'make' to build Xastir (Use 'gmake' instead on some systems).

On Thu, May 7, 2015 at 8:21 AM, Skyler F <electricity440 at gmail.com> wrote:

> Sorry, I never mentioned, I am running  2.0.6.
>
> Libraries Used:
> ImageMagick libProj GeoTiff GDAL/OGR ShapeLib PCRE Dbfawk rtree libcurl
>
> Here is my output when running ./configure
>
> Do you want me to paste the whole output when I run ./configure, it does a
> lot of stuff.
>
>
>
> On Thu, May 7, 2015 at 8:12 AM, russo at bogodyn.org <russo at bogodyn.org>
> wrote:
>
>> On Thu, May 07, 2015 at 08:05:37AM -0600, we recorded a bogon-computron
>> collision of the <electricity440 at gmail.com> flavor, containing:
>> >    I selected all of the default maps and worldhi is the only one that
>> >    worked. I do remember installing imagemagick.**
>>
>> Looks like you've got a barebones build.  This could happen if you
>> installed
>> Magick but Xastir's configure didn't find it.  Again, what does it say
>> after
>> "Libraries used" in "Help->About"?
>>
>> Did you build from source code?  If so, could you re-run the configure
>> script
>> and post the block of text it emits at end, reporting which features are
>> enabled or disabled?  It'll look something like this:
>>
>> ------
>> xastir 2.0.7 has been configured to use the following
>> options and external libraries:
>>
>> MINIMUM OPTIONS:
>>   ShapeLib (Vector maps) ................. : yes
>>
>> RECOMMENDED OPTIONS:
>>   GraphicsMagick/ImageMagick (Raster maps) : yes (GraphicsMagick)
>>   pcre (Shapefile customization) ......... : yes
>>   dbfawk (Shapefile customization) ....... : yes
>>   rtree indexing (Shapefile speedups) .... : yes
>>   map caching (Raster map speedups) ...... : yes
>>   internet map retrieval ................. : yes (libcurl)
>>
>> FOR THE ADVENTUROUS:
>>   AX25 (Linux Kernel I/O Drivers) ........ : no
>>   libproj (USGS Topos & Aerial Photos) ... : yes
>>   GeoTiff (USGS Topos & Aerial Photos) ... : yes
>>   Festival (Text-to-speech) .............. : no
>>   GDAL/OGR (Obtuse map formats) .......... : yes
>>   GPSMan/gpsmanshp (GPS downloads) ....... : no
>>
>> --
>> Tom Russo    KM5VY   SAR502   DM64ux          http://www.swcp.com/~russo/
>> Tijeras, NM  QRPL#1592 K2#398  SOC#236
>> http://kevan.org/brain.cgi?DDTNM
>>  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
>> [n-z][a-m]
>>
>>
>>
>>
>>
>
>
> --
> Skyler Fennell
> amsatnet.info
> KDØWHB
> electricity440 at gmail.com
>



-- 
Skyler Fennell
amsatnet.info
KDØWHB
electricity440 at gmail.com


More information about the Xastir mailing list