Re: gtk-quartz for osx

2006-02-08 Thread electroteque
Crap forgot to meantion, you need the xcode legacy tools via apple developer centre, i have the dmg if needed first, the fink xorg needs gcc 3.1, i had gcc 3.3, gcc 3.1 would not install via fink lol. On 09/02/2006, at 1:43 PM, electroteque wrote: Ive already shopped around, it looks like

Re: gtk-quartz for osx

2006-02-08 Thread electroteque
Ive already shopped around, it looks like if there was a Quartz.h available for 10.3 it just might work. What the problem is here is, apple hold you by their finger and "force" you to "upgrade" to you can get those features. Im pretty sure if they spent an hour or so on it they could have t

Re: gtk-quartz for osx

2006-02-08 Thread electroteque
I'd like to know, ive given up and now installing xorg via fink "slowly" On 09/02/2006, at 2:27 AM, Michael Torrie wrote: Richard Hult wrote: It uses a few functions that are not available in 10.3. It should be fairly easy to make it build in 10.3 or even older. New functions as in new carbo

Re: Gtk + OSX

2006-02-08 Thread electroteque
tools on install cd) and gtk+ from Fink project... On 08.02.2006., at 09.59, electroteque wrote: Yeh i prob missed that one, so it does need the Quartz stuff, i just wasted my time :D Im looking now @ Xdarwin instead :D On 08/02/2006, at 7:33 PM, Richard Hult wrote

Re: Gtk + OSX

2006-02-08 Thread electroteque
Yeh i prob missed that one, so it does need the Quartz stuff, i just wasted my time :D Im looking now @ Xdarwin instead :D On 08/02/2006, at 7:33 PM, Richard Hult wrote: Hi, electroteque wrote: In file included from GdkQuartzView.c:22: GdkQuartzView.h:21:26: Quartz/Quartz.h: No such file

XDarwin possible goer ?

2006-02-07 Thread electroteque
So it looks like after all that effort gtk wont compile in 10.3. Ive just stumbled across this, will this work to run gtk apps off it ? http://www.xdarwin.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/list

Re: gtk-quartz for osx

2006-02-07 Thread electroteque
It looks like you need Quartz Composer tools which is only available for Tiger from the looks of it ! http://developer.apple.com/cgi-bin/search.pl? q=Quartz%2Eh&num=10&site=default_collection What a pain. On 08/02/2006, at 1:17 PM, electroteque wrote: Thats what i am to find

Re: gtk-quartz for osx

2006-02-07 Thread electroteque
Thats what i am to find out. It cant find Quartz.h atm thats it. I presume the header files are somewhere. On 08/02/2006, at 1:13 PM, Michael Torrie wrote: On Wed, 2006-02-08 at 12:19 +1100, electroteque wrote: Can someone tell me if this is still in development or available to try out

gtk-quartz for osx

2006-02-07 Thread electroteque
Can someone tell me if this is still in development or available to try out ?? http://gtk-quartz.sourceforge.net/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Gtk + OSX

2006-02-07 Thread electroteque
Hi, i finally manage to get pango going with that extra flag to CFLAGS. Now gtk broke, with this gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -pthreads -

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
n: linker input file unused because linking not done gcc: -framework: linker input file unused because linking not done gcc: AppKit: linker input file unused because linking not done I suppose that flag outside the quotes ? On 08/02/2006, at 10:00 AM, Richard Hult wrote: Hi, electroteque wrot

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
_objc_msgSend make[3]: *** [cairosimple] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 On 08/02/2006, at 2:08 AM, electroteque wrote: Using this libpangocairo_1_0_la_LDFLAGS = \ $(LIBRARY_LIBTOOL_OPTIONS

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
r 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Bug report it ? On 08/02/2006, at 2:01 AM, muppet wrote: electroteque said: Sorry dude how would i do that ? Um, for now, just add the options to the end of the line in Makefile.am. If that works, let the maintainers know and the

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
Sorry dude how would i do that ? Currently recompiling all the deps here :D On 08/02/2006, at 12:16 AM, muppet wrote: On Feb 7, 2006, at 7:21 AM, electroteque wrote: libpangocairo_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) That looks like the one. Append to that. Appending is

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
libpangocairo_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) On 07/02/2006, at 11:14 PM, Hubert Figuiere wrote: electroteque wrote: like this ? libpangocairo_1_0_la_LDFLAGS = "-framework CoreFoundation -framework ApplicationServices" if that it to build libpangocairo_1_0_la, yes.

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
ok there is two Makefile.am, i worked out there is a second one within the /pango dir. On 07/02/2006, at 11:14 PM, Hubert Figuiere wrote: electroteque wrote: like this ? libpangocairo_1_0_la_LDFLAGS = "-framework CoreFoundation -framework ApplicationServices" if that i

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
like this ? libpangocairo_1_0_la_LDFLAGS = "-framework CoreFoundation -framework ApplicationServices" I suppose but is it a bug, or just my system ? On 07/02/2006, at 10:59 PM, Hubert Figuiere wrote: electroteque wrote: Cairo makefile i guess or pango ? Well, to the right _LDFL

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
Cairo makefile i guess or pango ? The ld libtool is using is /usr/bin/ld, could that be an issue ? should i also put ld in the prefix path ? On 07/02/2006, at 10:32 PM, Hubert Figuiere wrote: electroteque wrote: I went all the way back to cairo in the list. It would be nice if it said

Re: Issue now with pango on osx

2006-02-07 Thread electroteque
I went all the way back to cairo in the list. It would be nice if it said which library was trying to reference libiconv ? Should i take out /sw/lib out of my path for compiling ? On 07/02/2006, at 12:32 AM, muppet wrote: On Feb 6, 2006, at 7:15 AM, electroteque wrote: Yes i installed

Re: Issue now with pango on osx

2006-02-06 Thread electroteque
]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 On 06/02/2006, at 11:09 PM, electroteque wrote: Compile stops here though .. libtool: link: warning: `/usr/lib//libiconv.la' seems to be moved libtool: link: warning: `/usr/lib//libiconv.la' seems to be moved

Re: Issue now with pango on osx

2006-02-06 Thread electroteque
l/gtk/lib/libintl.dylib(localcharset.o) definition of _locale_charset /usr/bin/libtool: internal link edit command failed make[4]: *** [libpangocairo-1.0.la] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 On 06/02/2

Issue now with pango on osx

2006-02-06 Thread electroteque
Hi there, i now have an issue with pango using this configure line ./autogen.sh --prefix=$prefix --disable-gtk-doc --without-x && make && make install the result is gcc -I/sw/include -Wall -o .libs/cairosimple cairosimple.o -L/usr/local/gtk/lib ../pango/.libs/libpango-1.0.dylib -L/sw/lib .

Re: More compiling issues this time gtk-doc

2006-02-06 Thread electroteque
Yeh, somebody like me really doesnt need it, but glib seemed to even with the --disable-gtk-doc Im up to atk atm. It seems compiling every single dependancy into the specified prefix is happy. On 06/02/2006, at 10:10 PM, Stefan Kost wrote: Hi, electroteque wrote: ##SUBDIRS = help/manual

Re: More compiling issues this time gtk-doc

2006-02-06 Thread electroteque
##SUBDIRS = help/manual/C Works, i guess its not needed ? Should somone make a patch ? Im still writing my notes and its going into a blog and will post my outcomes. On 06/02/2006, at 7:48 PM, Richard Hult wrote: Hi, Stefan Kost wrote: hi, electroteque wrote: Im still currently going

Re: More compiling issues this time gtk-doc

2006-02-06 Thread electroteque
On 06/02/2006, at 6:46 PM, Stefan Kost wrote: hi, electroteque wrote: Im still currently going through the painful process of doing this on osx. However for some reason when trying to reinstall gtk-doc into a different prefix i have issues iElectro:/usr/share/sources/gtk/gtk-doc root

More compiling issues this time gtk-doc

2006-02-05 Thread electroteque
Im still currently going through the painful process of doing this on osx. However for some reason when trying to reinstall gtk-doc into a different prefix i have issues iElectro:/usr/share/sources/gtk/gtk-doc root# ./autogen.sh --prefix=$prefix configure.in: installing `./install-sh' configure.in

Re: compiling glib on OSX.

2006-02-05 Thread electroteque
Thanks for now export prefix=/usr/local/gtk :D Ill let you know how i go :\ On 06/02/2006, at 1:58 AM, muppet wrote: On Feb 4, 2006, at 11:52 PM, electroteque wrote: Just for compiling or for all the time ?, like maybe other binaries use the fink path thats all. pkg-config and

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
Just for compiling or for all the time ?, like maybe other binaries use the fink path thats all. On 05/02/2006, at 3:45 PM, Hubert Figuiere wrote: electroteque wrote: ok however the pkg-config is in fink which has been a pain, ive had to add symlinks all over the place to the fink pkgconfig

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
ok however the pkg-config is in fink which has been a pain, ive had to add symlinks all over the place to the fink pkgconfig path ! So do i build everything including pkg-config into a different prefix ? On 05/02/2006, at 3:18 PM, Hubert Figuiere wrote: electroteque wrote: Yeh its complete

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
Yeh its complete hacking here. I have libs and includes all over the place. I suppose i should configure all the dependancies via source and not rely on fink ? It means ill have duplicates though. On 05/02/2006, at 1:26 PM, Travis Watkins wrote: On 2/4/06, electroteque <[EMAIL PROTEC

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
, Hubert Figuiere wrote: electroteque wrote: Hi there, im having some issues getting glib compiled for OSX. Ive been going through these steps on this page which aparantly doesnt require X11. http://developer.imendio.com/wiki/Gtk_Mac_OS_X/Build_Instructions I had some great pain getting up to

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
thing has been a pain from the start, any help would be greatful, i have tried installing gtk hundreds of times and given up :) On 05/02/2006, at 1:15 AM, electroteque wrote: Hi there, im having some issues getting glib compiled for OSX. Ive been going through these steps on this page which apar

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
It looks like i needed automake-1.7 instead of just symlinking automake-1.9 which means i had to downgrade it ?? On 05/02/2006, at 1:15 AM, electroteque wrote: Hi there, im having some issues getting glib compiled for OSX. Ive been going through these steps on this page which aparantly doesnt

compiling glib on OSX.

2006-02-04 Thread electroteque
Hi there, im having some issues getting glib compiled for OSX. Ive been going through these steps on this page which aparantly doesnt require X11. http://developer.imendio.com/wiki/Gtk_Mac_OS_X/Build_Instructions I had some great pain getting up to glib, especially cairo where i had to tweak s

OSX and GTK

2006-02-02 Thread electroteque
Hi there, ive been trying to compile GTK from the steps on this page http://developer.imendio.com/wiki/Gtk_Mac_OS_X Is this port project still going ? I just tried to get packages via cvs, however none of the cvs packages would compile, i had to edit autogen.sh to at least run without causing