Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2003:
[Freeciv-Dev] (PR#2187) Fwd: problems running 1.14.0 built from scratch
Home

[Freeciv-Dev] (PR#2187) Fwd: problems running 1.14.0 built from scratch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: alexandre.enkerli@xxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#2187) Fwd: problems running 1.14.0 built from scratch on Mac OS X 10.2.4
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Mar 2003 22:57:29 -0800
Reply-to: rt@xxxxxxxxxxxxxx



-------- Original Message --------
Subject: [Freeciv-Dev] problems running 1.14.0 built from scratch on Mac 
OS X 10.2.4
Date: Wed, 5 Mar 2003 00:30:50 -0600
From: Michael Croft <michael@xxxxxxxxxxxxx>
To: freeciv-dev@xxxxxxxxxxxx

I built the stable codebase on Mac OS X 10.2.4 with Apple X11 0.2.1  It
configured, made, served, connected, and started.  Then I got a
segmentation fault.  Oops.  All is not yet right in the state of Denmark.

My configure command line was:
env CC="gcc2 -no-cpp-precomp" ./configure --disable-nls


The -no-cpp-precomp was per the Install doc.  The disable-nls because I
hadn't installed gettext.  The gcc2 was because it seemed like the solution
to my problem, which is identical to ticket 2187

gcc -v gives me:
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1151, based on gcc version 3.1 20020420
(prerelease)
gcc2 -v says:
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-937.2, based on gcc version 2.95.2
19991024 (release)

Ticket 2187 says:
Via PM we found that Apple's gcc3 are the problem. Using the shipped gcc2
removed the problem.

OK, but I think I tried that by setting the env CC="gcc2 ..." line, and I'm
getting the same problem with both gcc and gcc2 in the CC="" line.

The symptom is a segmentation fault on creating a new city dialog.  Sorry
if this is overkill, but I don't know how much info to present to let you
all help me. :)

Thanks in advance,
Michael Croft
After this: I either figure out readline and SDL, or I'm coming back &
asking more questions.

---------
The crash log has the following:
Thread 0 Crashed:
  #0   0x00022234 in create_city_dialog (citydlg.c:1053)
  #1   0x00021040 in popup_city_dialog (citydlg.c:408)
  #2   0x00012110 in handle_city_packet_common (packhand.c:499)
  #3   0x00011f28 in handle_city_info (packhand.c:452)
  #4   0x0000471c in handle_packet_input (civclient.c:300)
  #5   0x0000811c in input_from_server (clinet.c:326)
  #6   0x96476d90 in DoOtherSources
  #7   0x964770a0 in XtAppNextEvent
  #8   0x9646dc3c in XtAppMainLoop
  #9   0x0001d768 in ui_main (gui_main.c:464)
  #10  0x000044d4 in main (civclient.c:231)
  #11  0x000022b8 in _start (crt.c:267)
  #12  0x00002138 in start

citydlg.c:
line 1053 is right near the end of create_city_dialog
   XSetWMProtocols(display, XtWindow(pdialog->shell), &wm_delete_window, 1);

Compiler Output (config.log below):
michael% env CC="gcc2 -no-cpp-precomp" ./configure --disable-nls
checking build system type... powerpc-apple-darwin6.4
checking host system type... powerpc-apple-darwin6.4
checking target system type... powerpc-apple-darwin6.4
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) awk
checking for gcc... gcc2 -no-cpp-precomp
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc2 -no-cpp-precomp accepts -g... yes
checking for gcc2 -no-cpp-precomp option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc2 -no-cpp-precomp... gcc
checking how to run the C preprocessor... gcc2 -no-cpp-precomp -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for uname... uname
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
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 nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
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 unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... no
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... no
checking for bison... bison
checking version of bison... 1.28, ok
configure: checking for which client to compile:...
checking for gtk-config... no
checking for gtk12-config... no
checking for gtk13-config... no
checking for GTK - version >= 1.2.5... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for pkg-config... no
checking for GTK+ - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://pkgconfig.sourceforge.net
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether Xfuncproto was supplied... no
checking for compilable FUNCPROTO definition... yes, determined: 15
checking for workable NARROWPROTO definition... no, cannot determine
checking whether Xfuncproto was determined... yes:  FUNCPROTO=15
checking for Xfuncproto control definition FUNCPROTO... yes: 15
checking for Xfuncproto control definition NARROWPROTO... no
checking extra paths for Xpm... library no, include no
checking for XOpenDisplay in X library -lX11... yes
checking for XShapeCombineMask in X library -lXext... yes
checking for main in X library -lXt... yes
checking for main in X library -lXmu... yes
checking for XpmReadFileToPixmap in X library -lXpm... yes
checking for main in X library -lXaw3d... no
checking for main in X library -lXaw... yes
checking for esd-config... no
checking for ESD - version >= 0.0.20... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
checking for sdl-config... no
checking for SDL - version >= 1.0.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
configure: WARNING: Did not find readline header file.
Configuring server without readline support.
checking for pow... yes
checking for main in -lnls... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzgets in -lz... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.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 pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for working strcoll... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working vsnprintf... yes
checking for fileno... yes
checking for gethostname... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for inet_aton... yes
checking for select... yes
checking for snooze... no
checking for strerror... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for uname... yes
checking for fdopen... yes
checking for fcntl... yes
checking for SIGPIPE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/misc/Makefile
config.status: creating data/trident/Makefile
config.status: creating data/isotrident/Makefile
config.status: creating data/default/Makefile
config.status: creating data/civ1/Makefile
config.status: creating data/civ2/Makefile
config.status: creating data/scenario/Makefile
config.status: creating data/nation/Makefile
config.status: creating data/history/Makefile
config.status: creating common/Makefile
config.status: creating ai/Makefile
config.status: creating client/Makefile
config.status: creating client/agents/Makefile
config.status: creating client/include/Makefile
config.status: creating client/gui-gtk/Makefile
config.status: creating client/gui-gtk-2.0/Makefile
config.status: creating client/gui-xaw/Makefile
config.status: creating client/gui-win32/Makefile
config.status: creating client/gui-stub/Makefile
config.status: creating server/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating undep.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing fc_default-1 commands
extending po/Makefile
config.status: executing fc_default-2 commands
silencing po/Makefile
config.status: executing fc_default-4 commands
modifying po/Makefile add-comments/escape
config.status: executing fc_default-5 commands
config.status: executing default commands
-Config.log-
## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin6.4
ac_cv_build_alias=powerpc-apple-darwin6.4
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc2 -no-cpp-precomp'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func___argz_count=no
ac_cv_func___argz_next=no
ac_cv_func___argz_stringify=no
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_connect=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdopen=yes
ac_cv_func_feof_unlocked=no
ac_cv_func_fgets_unlocked=no
ac_cv_func_fileno=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwuid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_inet_aton=yes
ac_cv_func_mempcpy=no
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_pow=yes
ac_cv_func_putenv=yes
ac_cv_func_remove=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_shmat=yes
ac_cv_func_snooze=no
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=no
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_working_vsnprintf=yes
ac_cv_gnu_library_2_1=no
ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include
ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_X11_xpm_h=yes
ac_cv_header_argz_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_readline_readline_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=powerpc-apple-darwin6.4
ac_cv_host_alias=powerpc-apple-darwin6.4
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xaw3d_main=no
ac_cv_lib_Xaw_main=yes
ac_cv_lib_Xext_XShapeCombineMask=yes
ac_cv_lib_Xmu_main=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xt_main=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_nls_main=no
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_ESD_CONFIG=no
ac_cv_path_PKG_CONFIG=no
ac_cv_path_SDL_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc2 -no-cpp-precomp -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_UNAME=uname
ac_cv_prog_ac_ct_CC='gcc2 -no-cpp-precomp'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_target=powerpc-apple-darwin6.4
ac_cv_target_alias=powerpc-apple-darwin6.4
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=no
am_cv_CC_dependencies_compiler_type=gcc
am_cv_func_iconv='no, consider installing GNU libiconv'
am_cv_langinfo_codeset=no
am_cv_lib_iconv=no
am_cv_val_LC_MESSAGES=yes
nls_cv_header_intl=
nls_cv_header_libgt=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/freeciv-1.14.0/missing --run aclocal'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/freeciv-1.14.0/missing --run tar'
ARFLAGS=''
AUTOCONF='${SHELL} /tmp/freeciv-1.14.0/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/freeciv-1.14.0/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/freeciv-1.14.0/missing --run automake'
AWK='awk'
BUILD_INCLUDED_LIBINTL='no'
CATALOGS=''
CATOBJEXT=''
CC='gcc2 -no-cpp-precomp'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2 -Wall'
CLIENT_CFLAGS=' -I/usr/X11R6/include'
CLIENT_FALSE='#'
CLIENT_GUI_BEOS_FALSE=''
CLIENT_GUI_BEOS_TRUE='#'
CLIENT_GUI_GTK_2_0_FALSE=''
CLIENT_GUI_GTK_2_0_TRUE='#'
CLIENT_GUI_GTK_FALSE=''
CLIENT_GUI_GTK_TRUE='#'
CLIENT_GUI_STUB_FALSE=''
CLIENT_GUI_STUB_TRUE='#'
CLIENT_GUI_WIN32_FALSE=''
CLIENT_GUI_WIN32_TRUE='#'
CLIENT_GUI_XAW_FALSE='#'
CLIENT_GUI_XAW_TRUE=''
CLIENT_LIBS=' -L/usr/X11R6/lib -lXaw -lXpm -lXmu -lXt  -lSM -lICE -lXext
-lX11 '
CLIENT_TRUE=''
CPP='gcc2 -no-cpp-precomp -E'
CPPFLAGS=''
CVS_DEPS='yes'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG='no'
ESD_FALSE=''
ESD_LIBS=''
ESD_TRUE='#'
EXEEXT=''
GDK_IMLIB_CFLAGS=''
GDK_IMLIB_LIBS=''
GENCAT='gencat'
GLIBC21='no'
GMOFILES=' da.gmo de.gmo en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo
it.gmo ja.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sv.gmo'
GMSGFMT=''
GTK_CFLAGS=''
GTK_CONFIG='no'
GTK_LIBS=''
IMLIB_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS='-lz '
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/freeciv-1.14.0/missing --run makeinfo'
MAKE_CLIENT_INCLUDE_FALSE=''
MAKE_CLIENT_INCLUDE_TRUE='#'
MAKE_DATA_FALSE='#'
MAKE_DATA_TRUE=''
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT=''
OBJEXT='o'
PACKAGE='freeciv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='no'
POFILES=' da.po de.po en_GB.po es.po et.po fi.po fr.po hu.po it.po ja.po
nl.po no.po pl.po pt.po pt_BR.po ro.po ru.po sv.po'
POSUB=''
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG='no'
SDL_FALSE=''
SDL_LIBS=''
SDL_TRUE='#'
SERVER_FALSE='#'
SERVER_LIBS=''
SERVER_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SOUND_CFLAGS=''
SOUND_LIBS=''
UNAME='uname'
USE_INCLUDED_LIBINTL='no'
USE_NLS='no'
VERSION='1.14.0'
WINMM_FALSE=''
WINMM_TRUE='#'
XGETTEXT=''
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS='-lXaw -lXpm -lXmu -lXt  -lSM -lICE -lXext -lX11 '
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc2 -no-cpp-precomp'
ac_ct_RANLIB='ranlib'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin6.4'
build_alias=''
build_cpu='powerpc'
build_os='darwin6.4'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gui_sources='gui-xaw'
host='powerpc-apple-darwin6.4'
host_alias=''
host_cpu='powerpc'
host_os='darwin6.4'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/freeciv-1.14.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='powerpc-apple-darwin6.4'
target_alias=''
target_cpu='powerpc'
target_os='darwin6.4'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define DEFAULT_DATA_PATH ".:data:~/.freeciv:/usr/local/share/freeciv"
#define FC_CONFIG_H 1
#define FUNCPROTO 15
#define HAVE_ALLOCA 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FDOPEN 1
#define HAVE_FILENO 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWUID 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETUID 1
#define HAVE_INET_ATON 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBX11 1
#define HAVE_LIBXAW 1
#define HAVE_LIBXEXT 1
#define HAVE_LIBXMU 1
#define HAVE_LIBXPM 1
#define HAVE_LIBXT 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGPIPE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRCOLL 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WORKING_VSNPRINTF 1
#define IS_BETA_VERSION 0
#define IS_DEVEL_VERSION 0
#define LOCALEDIR "/usr/local/share/locale"
#define MAJOR_VERSION 1
#define MINOR_VERSION 14
#define NONBLOCKING_SOCKETS 1
#define PACKAGE "freeciv"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATCH_VERSION 0
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.14.0"
#define VERSION_LABEL ""
#define VERSION_STRING "1.14.0"

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  = config.h
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on Michael-Crofts-Computer.local.

config.status:880: creating config.h
config.status:1189: config.h is unchanged
config.status:1295: executing default-1 commands
config.status:1295: executing default-2 commands
config.status:1295: executing fc_default-1 commands
config.status:1295: executing fc_default-2 commands
config.status:1295: executing fc_default-4 commands
config.status:1295: executing fc_default-5 commands
config.status:1295: executing default commands


-- 
Michael Croft       http://www.whiterose.org/michael
SAM: It's 106 miles to the Crack of Doom. We've got a magic ring,
            two daggers, it's dark, and we're wearing sunglasses
FRODO: Hit it.






[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#2187) Fwd: problems running 1.14.0 built from scratch on Mac OS X 10.2.4, Jason Short <=