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 p

Re: compiling glib on OSX.

2006-02-04 Thread Hubert Figuiere
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 path ! So do i build everything including pkg-config into a different prefix ? Just set the PKG_CONFIG_PATH environment. Hub _

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 ha

Re: compiling glib on OSX.

2006-02-04 Thread Hubert Figuiere
electroteque wrote: 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. Just build in a different prefix. Back when I was working on that I did ha

Re: directfb backend

2006-02-04 Thread Mike Emmel
Its now checked in. On 2/4/06, Mike Emmel <[EMAIL PROTECTED]> wrote: > Hi all just wanted to let everyone know the directfb backend should go > into cvs tonight or tomorrow. > > Mike > ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail

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 PROTECTED]> wro

Re: compiling glib on OSX.

2006-02-04 Thread Travis Watkins
On 2/4/06, electroteque <[EMAIL PROTECTED]> wrote: > That list of instructions linked from the gtk site says to get > everything from cvs as it has the specific osx port stuff in it right ? > Yes I could easily skip all this and install from fink. Although yes > some of it like fontconfig requires

directfb backend

2006-02-04 Thread Mike Emmel
Hi all just wanted to let everyone know the directfb backend should go into cvs tonight or tomorrow. Mike ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
That list of instructions linked from the gtk site says to get everything from cvs as it has the specific osx port stuff in it right ? Yes I could easily skip all this and install from fink. Although yes some of it like fontconfig requires X11 or something like that. On 05/02/2006, at 8:58 AM,

Re: compiling glib on OSX.

2006-02-04 Thread Hubert Figuiere
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 glib, especially cairo wh

Re: compiling glib on OSX.

2006-02-04 Thread Michael Torrie
On Sun, 2006-02-05 at 01:15 +1100, electroteque wrote: > my steps before that was > > ln -s /usr/share/aclocal/gtk-doc.m4 /sw/share/aclocal/gtk-doc.m4 ^^ Since you are using fink, why not just configure fink to build from source (to grab the latest pr

Re: compiling atk

2006-02-04 Thread Jean Bréfort
Le dimanche 05 février 2006 à 02:04 +1100, electroteque a écrit : > It looks like a make install solved my issue with glib, i ignored those > errors. Ive moved onto atk compiling with ./autogen.sh --prefix=$prefix > --disable-gtk-doc > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATE

Re: compiling glib on OSX.

2006-02-04 Thread Jean Bréfort
Le dimanche 05 février 2006 à 01:31 +1100, electroteque a écrit : > Ive reverted back to automake-1.7 and still more issues > > Making all in po > file=./`echo fa | sed 's,.*/,,'`.gmo \ >&& rm -f $file && /sw/bin/msgfmt -c -o $file fa.po > fa.po:95: number of format specifications in `msgid' a

Re: compiling glib on OSX.

2006-02-04 Thread electroteque
Ive reverted back to automake-1.7 and still more issues Making all in po file=./`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /sw/bin/msgfmt -c -o $file fa.po fa.po:95: number of format specifications in `msgid' and `msgstr' does not match fa.po:210: number of format specifications in `msg

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