I'm trying to install gnucash2 (fink -y install gnucash2).
It is barfing when trying to compile libnautilus.
I have install XCode-3.1 and X11-2.3.0 (latest Xquartz from MacOSForge).

It seems libnautilus believes that X is not installed, or the 
development environment isn't.
Is this a problem with X11-2.3.0?  Would installing X11-2.2.3 fix the 
issue ???

Tail of the error message is: (full log at end of email).

    checking for X... no
    configure: error: X development libraries not found
    ### execution of ./configure failed, exit code 1
    Removing runtime build-lock...
    Removing build-lock package...
    /sw/bin/dpkg-lockwait -r fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2
    (Reading database ... 67240 files and directories currently installed.)
    Removing fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2 ...
    Failed: phase compiling: libnautilus-ext1-shlibs-2.20.0-2 failed


What do I have to do to get gnucash to compile and install?

Thanks, Brendan.

    k9m:~ brendan$ fink -y install gnucash2
    Information about 7051 packages read in 1 seconds.
    The following package will be installed or updated:
     gnucash2
    The following 4 additional packages will be installed:
     evince gnucash2-shlibs libnautilus-ext1-dev libnautilus-ext1-shlibs
    Do you want to continue? [Y/n] (assuming default)
    Setting runtime build-lock...
    dpkg-deb -b
    /sw/src/fink.build/root-fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2
    /sw/src/fink.build
    dpkg-deb: building package
    `fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2' in
    
`/sw/src/fink.build/fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2_2008.08.12-13.59.44_darwin-i386.deb'.
    Installing build-lock package...
    /sw/bin/dpkg-lockwait -i
    
/sw/src/fink.build/fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2_2008.08.12-13.59.44_darwin-i386.deb
    Selecting previously deselected package
    fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2.
    (Reading database ... 67239 files and directories currently installed.)
    Unpacking fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2 (from
    
.../fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2_2008.08.12-13.59.44_darwin-i386.deb)
    ...
    Setting up fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2
    (2008.08.12-13.59.44) ...
    bzip2 -dc /sw/src/nautilus-2.20.0.tar.bz2 | /sw/bin/tar -xf - 
    --no-same-owner --no-same-permissions
    [ -r
    /sw/fink/dists/unstable/main/finkinfo/gnome/libnautilus-ext1-shlibs.patch
    ]
    patch -p1 <
    /sw/fink/dists/unstable/main/finkinfo/gnome/libnautilus-ext1-shlibs.patch
    patching file libnautilus-extension/libnautilus-extension.pc.in
    patching file libnautilus-private/Makefile.in
    patching file libnautilus-private/nautilus-program-choosing.c
    ./configure --prefix=/sw --disable-schemas-install
    --disable-update-mimedb --disable-beagle --disable-tracker
    --disable-dependency-tracking --libdir=/sw/lib/libnautilus-ext1
    --enable-static
    
PKG_CONFIG_PATH="/sw/lib/pango-ft219/lib/pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
    FREETYPE_CONFIG=/sw/lib/freetype219/bin/freetype-config
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of
    Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... 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 gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... none
    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 whether byte ordering is bigendian... no
    checking for an ANSI C-conforming const... 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) none
    checking how to run the C preprocessor... gcc -E
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... i386-apple-darwin9.4.0
    checking host system type... i386-apple-darwin9.4.0
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for ld used by gcc...
    /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
    checking if the linker
    (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
    checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to
    reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking how to recognise dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... none
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... no
    checking for g95... no
    checking for xlf95... no
    checking for f95... no
    checking for fort... no
    checking for ifort... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for ftn... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether  accepts -g... no
    checking the maximum length of command line arguments... 196608
    checking command to parse /usr/bin/nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fno-common
    checking if gcc PIC flag -fno-common works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /sw/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... /sw/bin/msgfmt
    checking for xgettext... /sw/bin/xgettext
    checking for intltool >= 0.35.0... 0.36.1 found
    checking for perl... (cached) /usr/bin/perl
    checking for XML::Parser... ok
    checking for glib-genmarshal... /sw/bin/glib-genmarshal
    checking sys/mount.h usability... yes
    checking sys/mount.h presence... yes
    checking for sys/mount.h... yes
    checking sys/vfs.h usability... no
    checking sys/vfs.h presence... no
    checking for sys/vfs.h... no
    checking for setenv... yes
    checking for unsetenv... yes
    checking for putenv... yes
    checking for statfs... yes
    checking for statvfs... yes
    checking sys/statfs.h usability... no
    checking sys/statfs.h presence... no
    checking for sys/statfs.h... no
    checking sys/statvfs.h usability... yes
    checking sys/statvfs.h presence... yes
    checking for sys/statvfs.h... yes
    checking number of arguments to statfs()... 2
    checking for X... no
    configure: error: X development libraries not found
    ### execution of ./configure failed, exit code 1
    Removing runtime build-lock...
    Removing build-lock package...
    /sw/bin/dpkg-lockwait -r fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2
    (Reading database ... 67240 files and directories currently installed.)
    Removing fink-buildlock-libnautilus-ext1-shlibs-2.20.0-2 ...
    Failed: phase compiling: libnautilus-ext1-shlibs-2.20.0-2 failed

    Before reporting any errors, please run "fink selfupdate" and
    try again.  If you continue to have issues, please check to see if the
    FAQ on fink's website solves the problem.  If not, ask on the fink-users
    or fink-beginners mailing lists, with a carbon copy to the maintainer:

        The Gnome Core Team <[EMAIL PROTECTED]>

    Note that this is preferable to emailing the maintainer directly, since
    most fink package maintainers do not have access to all possible
    hardware and software configurations.

    k9m:~ brendan$





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to