Jacques,
      I strongly suspect you have legacy compilers installed on your system
rather than those from Xcode 6's Command Line Tools. You would have...

% which cc

/usr/bin/cc

% cc -v

Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)

Target: x86_64-apple-darwin14.0.0

Thread model: posix

If not, make sure your Xcode application shows version 6.1, launch it so
that it installs the additional debugging components and then execute...

sudo xcode-select ---install

from the Terminal to download and install the appropriate command line
tools.
          Jack

On Thu, Oct 23, 2014 at 3:39 PM, Jacques Bloch <jacques.bl...@ur.de> wrote:

> Information about 10116 packages read in 4 seconds.
> The following 2 packages will be installed or updated:
>  icon-naming-utils xfig
> The following 2 additional packages will be installed:
>  xml-sax-expat-pm5182 xml-simple-pm5182
> Default answer will be chosen in 60 seconds...
> Do you want to continue? [Y/n]
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-xfig-3.2.5c-1
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-xfig-3.2.5c-1' in
> `/sw/src/fink.build/fink-buildlock-xfig-3.2.5c-1_2014.10.23-21.37.14_darwin-x86_64.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-xfig-3.2.5c-1_2014.10.23-21.37.14_darwin-x86_64.deb
> Selecting previously deselected package fink-buildlock-xfig-3.2.5c-1.
> (Reading database ... 196363 files and directories currently installed.)
> Unpacking fink-buildlock-xfig-3.2.5c-1 (from
> .../fink-buildlock-xfig-3.2.5c-1_2014.10.23-21.37.14_darwin-x86_64.deb) ...
> Setting up fink-buildlock-xfig-3.2.5c-1 (2014.10.23-21.37.14) ...
>
> sudo -u fink-bld [ENV] sh -c /tmp/fink.6gNfy
> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf
> /sw/src/xfig_3.2.5.c.orig.tar.gz
> sudo -u fink-bld [ENV] sh -c /tmp/fink.DfP2T
> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf
> /sw/src/xfig_3.2.5.c-3.debian.tar.xz
> sudo -u fink-bld [ENV] sh -c /tmp/fink.e5jHU
> [ -r /sw/fink/dists/stable/main/finkinfo/graphics/xfig.patch ]
> sudo -u fink-bld [ENV] sh -c /tmp/fink.8eOg1
> sed 's|@FINKPREFIX@|/sw|g' <
> /sw/fink/dists/stable/main/finkinfo/graphics/xfig.patch | patch -p1
> patching file Imakefile
> patching file f_util.c
> patching file fig.h
> patching file main.c
> patching file w_export.c
> patching file w_keyboard.c
> patching file w_print.c
> patching file w_util.c
> patch -p1 < ../debian/patches/38_formatstring.patch
> patching file w_msgpanel.c
> sudo -u fink-bld [ENV] sh -c /tmp/fink.glVa4
> /tmp/fink.MNTAl
> #!/bin/sh -ev
>  export PATH=/sw/lib/xmkmf/bin:$PATH
>  export IMAKEINCLUDE=-I/sw/lib/X11/config
>  xmkmf
> imake -DUseInstalled -I/sw/lib/X11/config
> <built-in>:0: error: Unknown value '10.10' of -mmacosx-version-min
> imake: Exit code 1.
>   Stop.
> ### execution of /tmp/fink.MNTAl failed, exit code 1
> ### execution of /tmp/fink.glVa4 failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-xfig-3.2.5c-1
> (Reading database ... 196364 files and directories currently installed.)
> Removing fink-buildlock-xfig-3.2.5c-1 ...
> Failed: phase compiling: xfig-3.2.5c-1 failed
>
> ---
> Dr. Jacques C.R. Bloch
> Institute for Theoretical Physics
> University of Regensburg
> 93040 Regensburg, Germany
> tel: +49 941 943-2018
> fax: +49 941 943-3887
> email: jacques.bl...@ur.de
> web: http://homepages.uni-regensburg.de/~blj05290
>
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.apple.fink.devel
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-devel
>
------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to