jhbuild error on Mac OSX Lion

reubano reubano at gmail.com
Thu Jan 5 02:33:01 EST 2012


On Thu, Jan 5, 2012 at 4:15 AM, John Ralls-2 [via GnuCash]
<ml-node+s1415818n4263687h89 at n4.nabble.com> wrote:
>
>>>
>>> What does config.log say is the error from the C compiler?
>>
>> Where do I find the log file?
>
> When you get the error, select option 4, which will open a shell in the
> build directory. config.log is there.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --prefix /Users/admin/gnucash-stable --libdir
/Users/admin/gnucash-stable/lib
--with-libintl-prefix=/Users/admin/gnucash-stable

## --------- ##
## Platform. ##
## --------- ##

hostname = tokpro.local
uname -m = x86_64
uname -r = 11.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011;
root:xnu-1699.24.8~1/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011;
root:xnu-1699.24.8~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 118 tasks, 531 threads, 4 processors
Load average: 0.92, Mach factor: 3.07
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/admin/gnucash-stable/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /Users/admin/.local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2457: checking for a BSD-compatible install
configure:2525: result: /Users/admin/.local/bin/install-check
configure:2536: checking whether build environment is sane
configure:2596: result: yes
configure:2737: checking for a thread-safe mkdir -p
configure:2776: result: build-aux/install-sh -c -d
configure:2789: checking for gawk
configure:2819: result: no
configure:2789: checking for mawk
configure:2819: result: no
configure:2789: checking for nawk
configure:2819: result: no
configure:2789: checking for awk
configure:2805: found /usr/bin/awk
configure:2816: result: awk
configure:2827: checking whether make sets $(MAKE)
configure:2849: result: yes
configure:2933: checking whether make sets $(MAKE)
configure:2955: result: yes
configure:3014: checking for gcc
configure:3041: result: /usr/bin/gcc-4.2
configure:3273: checking for C compiler version
configure:3281: /usr/bin/gcc-4.2 --version >&5
./configure: line 3283: /usr/bin/gcc-4.2: No such file or directory
configure:3285: $? = 127
configure:3292: /usr/bin/gcc-4.2 -v >&5
./configure: line 3294: /usr/bin/gcc-4.2: No such file or directory
configure:3296: $? = 127
configure:3303: /usr/bin/gcc-4.2 -V >&5
./configure: line 3305: /usr/bin/gcc-4.2: No such file or directory
configure:3307: $? = 127
configure:3330: checking for C compiler default output file name
configure:3352: /usr/bin/gcc-4.2 -arch i386
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
-I/Users/admin/gnucash-stable/include
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include
-L/Users/admin/gnucash-stable/lib -L/Users/admin/gnucash-stable/lib
-arch i386 -L/Developer/SDKs/MacOSX10.5.sdk/usr/lib -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
-Wl,-headerpad_max_install_names conftest.c  >&5
./configure: line 3354: /usr/bin/gcc-4.2: No such file or directory
configure:3356: $? = 127
configure:3394: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libiconv"
| #define VERSION "1.13.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3400: error: in `/Users/admin/gtk/source/libiconv-1.13.1':
configure:3403: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-arch i386
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/Users/admin/gnucash-stable/include
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/Users/admin/gnucash-stable/lib
-L/Users/admin/gnucash-stable/lib -arch i386
-L/Developer/SDKs/MacOSX10.5.sdk/usr/lib -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
-Wl,-headerpad_max_install_names'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_prog_AWK=awk
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_make_make_set=yes

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

ACLOCAL='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run
aclocal-1.11'
ALLOCA=''
ALLOCA_H=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run tar'
APPLE_UNIVERSAL_BUILD=''
AR=''
AS=''
AUTOCONF='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run
autoconf'
AUTOHEADER='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run
autoheader'
AUTOMAKE='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run
automake-1.11'
AWK='awk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BROKEN_WCHAR_H=''
CC='/usr/bin/gcc-4.2'
CCDEPMODE=''
CFLAGS='-arch i386 -I/Developer/SDKs/MacOSX10.5.sdk/usr/include
-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5'
CFLAG_VISIBILITY=''
CP=''
CPP=''
CPPFLAGS='-I/Users/admin/gnucash-stable/include
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include'
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DLLTOOL=''
DLL_VARIABLE=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EILSEQ=''
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
FGREP=''
GETTEXT_MACRO_VERSION=''
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE=''
GMSGFMT=''
GMSGFMT_015=''
GNULIB_ATOLL=''
GNULIB_BTOWC=''
GNULIB_CALLOC_POSIX=''
GNULIB_CHOWN=''
GNULIB_CLOSE=''
GNULIB_DPRINTF=''
GNULIB_DUP2=''
GNULIB_ENVIRON=''
GNULIB_EUIDACCESS=''
GNULIB_FCHDIR=''
GNULIB_FCLOSE=''
GNULIB_FFLUSH=''
GNULIB_FOPEN=''
GNULIB_FPRINTF=''
GNULIB_FPRINTF_POSIX=''
GNULIB_FPURGE=''
GNULIB_FPUTC=''
GNULIB_FPUTS=''
GNULIB_FREOPEN=''
GNULIB_FSEEK=''
GNULIB_FSEEKO=''
GNULIB_FSYNC=''
GNULIB_FTELL=''
GNULIB_FTELLO=''
GNULIB_FTRUNCATE=''
GNULIB_FWRITE=''
GNULIB_GETCWD=''
GNULIB_GETDELIM=''
GNULIB_GETDOMAINNAME=''
GNULIB_GETDTABLESIZE=''
GNULIB_GETHOSTNAME=''
GNULIB_GETLINE=''
GNULIB_GETLOADAVG=''
GNULIB_GETLOGIN_R=''
GNULIB_GETPAGESIZE=''
GNULIB_GETSUBOPT=''
GNULIB_GETUSERSHELL=''
GNULIB_LCHOWN=''
GNULIB_LINK=''
GNULIB_LSEEK=''
GNULIB_MALLOC_POSIX=''
GNULIB_MBRLEN=''
GNULIB_MBRTOWC=''
GNULIB_MBSCASECMP=''
GNULIB_MBSCASESTR=''
GNULIB_MBSCHR=''
GNULIB_MBSCSPN=''
GNULIB_MBSINIT=''
GNULIB_MBSLEN=''
GNULIB_MBSNCASECMP=''
GNULIB_MBSNLEN=''
GNULIB_MBSNRTOWCS=''
GNULIB_MBSPBRK=''
GNULIB_MBSPCASECMP=''
GNULIB_MBSRCHR=''
GNULIB_MBSRTOWCS=''
GNULIB_MBSSEP=''
GNULIB_MBSSPN=''
GNULIB_MBSSTR=''
GNULIB_MBSTOK_R=''
GNULIB_MEMCHR=''
GNULIB_MEMMEM=''
GNULIB_MEMPCPY=''
GNULIB_MEMRCHR=''
GNULIB_MKDTEMP=''
GNULIB_MKSTEMP=''
GNULIB_OBSTACK_PRINTF=''
GNULIB_OBSTACK_PRINTF_POSIX=''
GNULIB_PERROR=''
GNULIB_PRINTF=''
GNULIB_PRINTF_POSIX=''
GNULIB_PUTC=''
GNULIB_PUTCHAR=''
GNULIB_PUTENV=''
GNULIB_PUTS=''
GNULIB_RANDOM_R=''
GNULIB_RAWMEMCHR=''
GNULIB_READLINK=''
GNULIB_REALLOC_POSIX=''
GNULIB_RPMATCH=''
GNULIB_SETENV=''
GNULIB_SIGACTION=''
GNULIB_SIGNAL_H_SIGPIPE=''
GNULIB_SIGPROCMASK=''
GNULIB_SLEEP=''
GNULIB_SNPRINTF=''
GNULIB_SPRINTF_POSIX=''
GNULIB_STDIO_H_SIGPIPE=''
GNULIB_STPCPY=''
GNULIB_STPNCPY=''
GNULIB_STRCASESTR=''
GNULIB_STRCHRNUL=''
GNULIB_STRDUP=''
GNULIB_STRERROR=''
GNULIB_STRNDUP=''
GNULIB_STRNLEN=''
GNULIB_STRPBRK=''
GNULIB_STRSEP=''
GNULIB_STRSIGNAL=''
GNULIB_STRSTR=''
GNULIB_STRTOD=''
GNULIB_STRTOK_R=''
GNULIB_STRTOLL=''
GNULIB_STRTOULL=''
GNULIB_STRVERSCMP=''
GNULIB_UNISTD_H_SIGPIPE=''
GNULIB_UNSETENV=''
GNULIB_VASPRINTF=''
GNULIB_VDPRINTF=''
GNULIB_VFPRINTF=''
GNULIB_VFPRINTF_POSIX=''
GNULIB_VPRINTF=''
GNULIB_VPRINTF_POSIX=''
GNULIB_VSNPRINTF=''
GNULIB_VSPRINTF_POSIX=''
GNULIB_WCRTOMB=''
GNULIB_WCSNRTOMBS=''
GNULIB_WCSRTOMBS=''
GNULIB_WCTOB=''
GNULIB_WCWIDTH=''
GNULIB_WRITE=''
GREP=''
HAVE_ATOLL=''
HAVE_BTOWC=''
HAVE_CALLOC_POSIX=''
HAVE_DECL_ENVIRON=''
HAVE_DECL_FPURGE=''
HAVE_DECL_GETDELIM=''
HAVE_DECL_GETLINE=''
HAVE_DECL_GETLOADAVG=''
HAVE_DECL_GETLOGIN_R=''
HAVE_DECL_MEMMEM=''
HAVE_DECL_MEMRCHR=''
HAVE_DECL_OBSTACK_PRINTF=''
HAVE_DECL_SNPRINTF=''
HAVE_DECL_STRDUP=''
HAVE_DECL_STRERROR=''
HAVE_DECL_STRNDUP=''
HAVE_DECL_STRNLEN=''
HAVE_DECL_STRSIGNAL=''
HAVE_DECL_STRTOK_R=''
HAVE_DECL_VSNPRINTF=''
HAVE_DECL_WCTOB=''
HAVE_DECL_WCWIDTH=''
HAVE_DPRINTF=''
HAVE_DUP2=''
HAVE_EUIDACCESS=''
HAVE_FSEEKO=''
HAVE_FSYNC=''
HAVE_FTELLO=''
HAVE_FTRUNCATE=''
HAVE_GETDOMAINNAME=''
HAVE_GETDTABLESIZE=''
HAVE_GETHOSTNAME=''
HAVE_GETPAGESIZE=''
HAVE_GETSUBOPT=''
HAVE_GETUSERSHELL=''
HAVE_INTTYPES_H=''
HAVE_LINK=''
HAVE_LONG_LONG_INT=''
HAVE_MALLOC_POSIX=''
HAVE_MBRLEN=''
HAVE_MBRTOWC=''
HAVE_MBSINIT=''
HAVE_MBSNRTOWCS=''
HAVE_MBSRTOWCS=''
HAVE_MEMPCPY=''
HAVE_MKDTEMP=''
HAVE_OS_H=''
HAVE_POSIX_SIGNALBLOCKING=''
HAVE_RANDOM_H=''
HAVE_RANDOM_R=''
HAVE_RAWMEMCHR=''
HAVE_READLINK=''
HAVE_REALLOC_POSIX=''
HAVE_RPMATCH=''
HAVE_SETENV=''
HAVE_SIGACTION=''
HAVE_SIGINFO_T=''
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T=''
HAVE_SLEEP=''
HAVE_STDINT_H=''
HAVE_STPCPY=''
HAVE_STPNCPY=''
HAVE_STRCASESTR=''
HAVE_STRCHRNUL=''
HAVE_STRNDUP=''
HAVE_STRPBRK=''
HAVE_STRSEP=''
HAVE_STRTOD=''
HAVE_STRTOLL=''
HAVE_STRTOULL=''
HAVE_STRUCT_RANDOM_DATA=''
HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
HAVE_STRVERSCMP=''
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H=''
HAVE_SYS_PARAM_H=''
HAVE_SYS_TYPES_H=''
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
HAVE_UNISTD_H=''
HAVE_UNSETENV=''
HAVE_UNSIGNED_LONG_LONG_INT=''
HAVE_VASPRINTF=''
HAVE_VDPRINTF=''
HAVE_VISIBILITY=''
HAVE_WCHAR_H=''
HAVE_WCHAR_T=''
HAVE_WCRTOMB=''
HAVE_WCSNRTOMBS=''
HAVE_WCSRTOMBS=''
HAVE_WINT_T=''
HAVE__BOOL=''
ICONV_CONST=''
INCLUDE_NEXT=''
INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROGRAM_ENV=''
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD=''
LDFLAGS='-L/Users/admin/gnucash-stable/lib
-L/Users/admin/gnucash-stable/lib -arch i386
-L/Developer/SDKs/MacOSX10.5.sdk/usr/lib -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
-Wl,-headerpad_max_install_names'
LIBICONV=''
LIBICRT_LIBDEPS=''
LIBICRT_LTLIBDEPS=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN=''
LN_S=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/missing --run
makeinfo'
MKDIR_P='build-aux/install-sh -c -d'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
NEXT_ERRNO_H=''
NEXT_SIGNAL_H=''
NEXT_STDINT_H=''
NEXT_STDIO_H=''
NEXT_STDLIB_H=''
NEXT_STRING_H=''
NEXT_UNISTD_H=''
NEXT_WCHAR_H=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='libiconv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
PRAGMA_SYSTEM_HEADER=''
PTRDIFF_T_SUFFIX=''
RANLIB=''
RC=''
RELOCATABLE=''
RELOCATABLE_BUILD_DIR=''
RELOCATABLE_CONFIG_H_DIR=''
RELOCATABLE_LDFLAGS=''
RELOCATABLE_LIBRARY_PATH=''
RELOCATABLE_SRC_DIR=''
RELOCATABLE_VIA_LD_FALSE=''
RELOCATABLE_VIA_LD_TRUE=''
REPLACE_BTOWC=''
REPLACE_CHOWN=''
REPLACE_CLOSE=''
REPLACE_DPRINTF=''
REPLACE_FCHDIR=''
REPLACE_FCLOSE=''
REPLACE_FFLUSH=''
REPLACE_FOPEN=''
REPLACE_FPRINTF=''
REPLACE_FPURGE=''
REPLACE_FREOPEN=''
REPLACE_FSEEK=''
REPLACE_FSEEKO=''
REPLACE_FTELL=''
REPLACE_FTELLO=''
REPLACE_GETCWD=''
REPLACE_GETLINE=''
REPLACE_GETPAGESIZE=''
REPLACE_LCHOWN=''
REPLACE_LSEEK=''
REPLACE_MBRLEN=''
REPLACE_MBRTOWC=''
REPLACE_MBSINIT=''
REPLACE_MBSNRTOWCS=''
REPLACE_MBSRTOWCS=''
REPLACE_MBSTATE_T=''
REPLACE_MEMCHR=''
REPLACE_MEMMEM=''
REPLACE_MKSTEMP=''
REPLACE_OBSTACK_PRINTF=''
REPLACE_PERROR=''
REPLACE_PRINTF=''
REPLACE_PUTENV=''
REPLACE_SNPRINTF=''
REPLACE_SPRINTF=''
REPLACE_STDIO_WRITE_FUNCS=''
REPLACE_STRCASESTR=''
REPLACE_STRDUP=''
REPLACE_STRERROR=''
REPLACE_STRSIGNAL=''
REPLACE_STRSTR=''
REPLACE_STRTOD=''
REPLACE_VASPRINTF=''
REPLACE_VDPRINTF=''
REPLACE_VFPRINTF=''
REPLACE_VPRINTF=''
REPLACE_VSNPRINTF=''
REPLACE_VSPRINTF=''
REPLACE_WCRTOMB=''
REPLACE_WCSNRTOMBS=''
REPLACE_WCSRTOMBS=''
REPLACE_WCTOB=''
REPLACE_WCWIDTH=''
REPLACE_WRITE=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
SRCLIBOBJS=''
STDBOOL_H=''
STDINT_H=''
STRIP=''
UNISTD_H_HAVE_WINSOCK2_H=''
USE_EXTRA_ENCODINGS=''
USE_MBSTATE_T=''
USE_NLS=''
VERSION='1.13.1'
VOID_UNSETENV=''
WCHAR_H=''
WCHAR_T_SUFFIX=''
WINDRES=''
WINT_T_SUFFIX=''
WOE32=''
WOE32DLL=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='/usr/bin/gcc-4.2'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
gl_LIBOBJS=''
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/Users/admin/gtk/source/libiconv-1.13.1/build-aux/install-sh'
libdir='/Users/admin/gnucash-stable/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/build-aux/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/admin/gnucash-stable'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libiconv"
#define VERSION "1.13.1"

configure: exit 77

>>> If you tried to build Python before running jhbuild bootstrap, you didn't
>>> follow the instructions very carefully...
>>
>> That is what the directions said to do.
>>
>> Procedure
>>
>> Download gtk-osx-setup.sh to your home directory and run it:
>>
>> $ sh gtk-osx-build-setup.sh
>>
>> It will install jhbuild in ~/Source and create ~/.local/bin/jhbuild.
>> It will also install ~/.jhbuildrc and ~/.jhbuildrc-custom and will
>> copy the current gtk-osx modules into ~/Source/jhbuild/modulesets.
>>
>> jhbuild is installed in ~/.local/bin. You must either add that to your
>> path, alias jhbuild, or call jhbuild with that path, e.g.
>>
>> $ ~/.local/bin/jhbuild shell
>>
>>    Note: jhbuild requires Python 2.5 to unpack tar files, but
>
>
>> Tiger
>
> Do you not understand the difference between Tiger (OSX 10.4) and Lion (OSX
> 10.7, and
> what you said you were using)?

Yes, I realized it said building python was for Tiger but I didn't
think running the command would hurt. At any rate, I deleted
everything and started over:

tokpro:~ admin$ sh gtk-osx-build-setup.sh
Checking out jhbuild (2.32.4) from git...
Cloning into jhbuild...
remote: Counting objects: 30548, done.
remote: Compressing objects: 100% (8251/8251), done.
remote: Total 30548 (delta 23701), reused 28684 (delta 22191)
Receiving objects: 100% (30548/30548), 5.94 MiB | 139 KiB/s, done.
Resolving deltas: 100% (23701/23701), done.
Switched to a new branch 'stable'
Installing jhbuild...
Installing jhbuild configuration...
Installing gtk-osx moduleset files...
Done.
tokpro:~ admin$ cp -f jhbuildrc-custom .jhbuildrc-custom
tokpro:~ admin$ jhbuild sanitycheck
checkout root (/Users/admin/gtk/source) is not writable
libtool >= 1.5 not found
gettext >= 0.10.40 not found
pkg-config >= 0.14.0 not found
automake-1.8 not found
automake-1.9 not found
Could not find XML catalog
tokpro:~ admin$ jhbuild bootstrap
*** Checking out libiconv *** [1/12]
curl --continue-at - -L
ftp://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz -o
/Users/admin/gtk/source/pkgs/libiconv-1.13.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 4605k  100 4605k    0     0   116k      0  0:00:39  0:00:39 --:--:--  153k
100 4605k  100 4605k    0     0   115k      0  0:00:39  0:00:39
--:--:--  115kgunzip -dc
"/Users/admin/gtk/source/pkgs/libiconv-1.13.1.tar.gz" | tar xf -
*** Configuring libiconv *** [1/12]
./configure --prefix /Users/admin/gnucash-stable --libdir
'/Users/admin/gnucash-stable/lib'
--with-libintl-prefix=/Users/admin/gnucash-stable
checking for a BSD-compatible install... /Users/admin/.local/bin/install-check
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/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 sets $(MAKE)... (cached) yes
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name...
configure: error: in `/Users/admin/gtk/source/libiconv-1.13.1':
configure: error: C compiler cannot create executables
See `config.log' for more details.
*** Error during phase configure of libiconv: ########## Error running
./configure --prefix /Users/admin/gnucash-stable --libdir
'/Users/admin/gnucash-stable/lib'
--with-libintl-prefix=/Users/admin/gnucash-stable  *** [1/12]

  [1] Rerun phase configure
  [2] Ignore error and continue to build
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
  [7] Go to phase "clean"
  [8] Go to phase "distclean"


--
View this message in context: http://gnucash.1415818.n4.nabble.com/jhbuild-error-on-Mac-OSX-Lion-tp4260521p4264571.html
Sent from the GnuCash - Dev mailing list archive at Nabble.com.


More information about the gnucash-devel mailing list