[Gtk-sharp-list] Installing GTK# for Mac Issues solved.

Chris Ridd chris.ridd@isode.com
Mon, 16 Aug 2004 12:15:49 +0100


On 16/8/04 3:06 am, SA <phinsxiii@knology.net> wrote:

> I have everything from fink installed.
> 
> I then run the configure setup:
> 
> PKG_CONFIG_PATH=/sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig
> PATH=/usr/bin:$PATH ./configure
> --prefix=/Library/Frameworks/Mono.framework/Versions/1.0
> 
> This produces the output:
> 
> ---
> Configuration summary
> 
>     * Installation prefix =
> /Library/Frameworks/Mono.framework/Versions/1.0
>     * C# compiler: /usr/bin/mcs
> 
>     Optional assemblies included in the build:
> 
>        * art-sharp.dll: yes
>        * gnome-sharp.dll: yes
>        * glade-sharp.dll: yes
>        * gda-sharp.dll: yes
>        * gnomedb-sharp.dll: yes
>        * rsvg-sharp.dll: yes
>        * gtkhtml-sharp.dll: yes
>        * vte-sharp.dll: yes
> 
>        NOTE: if any of the above say 'no' you may install the
>              corresponding development packages for them, rerun
>              autogen.sh to include them in the build.
> 
> ---
> Everything good so far.  Then I run make and get the following error:
> 
> /usr/bin/mcs /out:gapi-fixup.exe ./gapi-fixup.cs
> Compilation succeeded
> Making all in glib
> Making all in glue
> source='error.c' object='error.lo' libtool=yes \
> depfile='.deps/error.Plo' tmpdepfile='.deps/error.TPlo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I../.. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include   -I../..
> -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
> -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow
> -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c -o
> error.lo `test -f 'error.c' || echo './'`error.c
> rm -f .libs/error.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I../.. -g -Wall -Wunused
> -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
> -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith
> -Wno-cast-qual -Wcast-align -Wwrite-strings -c error.c -MT error.lo -MD
> -MP -MF .deps/error.TPlo  -fno-common -DPIC -o .libs/error.lo
> /var/tmp//ccfpmxJs.s:unknown:FATAL:can't create output file:
> .libs/error.lo
> make[3]: *** [error.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> I have installed the Mono 1.0 package.  I have no clue why this is not
> building.  ANy help would be appreciated.

You have an apparently non-working C compiler. Try updating your developer
tools (aka Xcode)

Cheers,

Chris