Sorry for that, i have posted the first google hit for libglade
The correct latest version here:
http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-2.6.2.tar.gzToday is OSX day for me.
Try to install Leo. Not a simple tast for my ordinary PC. First attempt "b0 error". Second is permanent resetting. Third is booted but cant see my p2k keyboard.....will be continued. and i have booted my good old 10.4.9 Tiger.
I have take a look into /opt/gtk , all files are from the same day when i compiled my gtk, except libglade.
This means libglade dosent need any other libs. On my PC there are only gtk libs (created with imendio script) and libglade.
This is good for you who has already installed gtk libs. The only thing you need is the libglade.dylib.
I have double check my PATH (in terminal enter "set" command)
My path contains /opt/gtk/bin
and there is another environment variable: PKG_CONFIG_PATH
PKG_CONFIG_PATH=/opt/gtk/lib/pkgconfig
And now compiling libglade-2.6.2:
./autogen.sh --disable-gtk-doc --enable-shared --prefix=/opt/gtk
make
sudo make install
This autogen will run configure also, and the problem was the prefix (sorry for that i remember the wrong prefix)
If libglade installed, you have to compile p2kc
cd p2kc
make clean
cd p2k-core
make mac
cd ..
make
./p2kc
Anyway today i made a package (only intel for now) this contain p2kc and libglade
Who has intel MAC and installed gtk , can run this directly from finder:
http://www.el-co.hu/dl/p2kc/p2kc_OSX_Intel.tar.gzTomorrow i will make a ppc version
Also tried to pack all gtk libs into a package, pkg will 39 Mbytes ,but failed to run. (actually can run but hasnt window)
Hope these will help you.