[Gtk-sharp-list] Installing GTK# for Mac Issues solved.
SA
phinsxiii@knology.net
Sun, 15 Aug 2004 21:06:31 -0500
--Apple-Mail-1-498158299
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
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.
Thanks.
SA
On Aug 15, 2004, at 3:03 PM, gennady wexler wrote:
> I've became customer of the web page your referring to for the past few
> weeks now. :) it has all the needed info for you to build every
> dependency
> for gtk# and gtk# itself.
>
> so I really do not have any special extra steps.
>
> my questions are whether you followed fink install command with all the
> dependencies and got them all compiled and installed first before you
> attempt to compile gtk#. as well as I need to know what build error
> are you
> getting while compiling gtk#.
>
> you can reply with little "r" if you have any specific questions so I
> can
> help you where need is be.
>
>
> On 8/15/04 12:44 PM, "SA" <phinsxiii@knology.net> wrote:
>
>> Could you explain the steps you used to get GTK# to compile?
>>
>
>
>
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>
Sean Armstrong
Production Supervisor
Nektar Therapeutics
1112 Church St.
Huntsville, AL 35801
256.704.7676
sarmstrong@al.nektar.com
This communication may contain information that is privileged,
confidential or exempt from disclosure. If you are not the intended
recipient, please note that any dissemination, distrubution, or copying
of this communication is strictly prohibited. Anyone who receives this
message in error should notify the sender immediately by telephone or by
return e-mail and delete it from his or her computer.
--Apple-Mail-1-498158299
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
charset=US-ASCII
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.
Thanks.
SA
On Aug 15, 2004, at 3:03 PM, gennady wexler wrote:
<excerpt>I've became customer of the web page your referring to for
the past few
weeks now. :) it has all the needed info for you to build every
dependency
for gtk# and gtk# itself.
so I really do not have any special extra steps.
my questions are whether you followed fink install command with all the
dependencies and got them all compiled and installed first before you
attempt to compile gtk#. as well as I need to know what build error
are you
getting while compiling gtk#.
you can reply with little "r" if you have any specific questions so I
can
help you where need is be.
On 8/15/04 12:44 PM, "SA" <<phinsxiii@knology.net> wrote:
<excerpt>Could you explain the steps you used to get GTK# to compile?
</excerpt>
_______________________________________________
Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
</excerpt><bold><fontfamily><param>Times New Roman</param><bigger><bigger><bigger>Sean
Armstrong</bigger></bigger></bigger></fontfamily></bold><fontfamily><param>Times New Roman</param><bigger><bigger><bigger>
</bigger></bigger>Production Supervisor
Nektar Therapeutics
1112 Church St.
Huntsville, AL 35801
256.704.7676
<color><param>1010,0B0B,9191</param>sarmstrong@al.nektar.com</color></bigger></fontfamily>
This communication may contain information that is privileged,
confidential or exempt from disclosure. If you are not the intended
recipient, please note that any dissemination, distrubution, or copying
of this communication is strictly prohibited. Anyone who receives this
message in error should notify the sender immediately by telephone or
by
return e-mail and delete it from his or her computer.
--Apple-Mail-1-498158299--