Sorry for that, there is some misunderstanding....
Referenced page is about compiling and installing Pidgin. Pidgin is a GTK instant messaging application (just like msn messenger)
I have learn on that page, howto compile and install GTK libs on my MAC. Other stuff installing pidgin is not necessary.
I did not install or use X11, Macports and Pidgin
Now i will try instruct you step-by-step:
- Xcode is necessary, you have done it...good
- First you need svn package:
http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip- after this point we need root privileges (usually with "sudo" command)
- open a terminal and try to run "svn", if not run, check your $path with "set" command
- to change $path: export PATH="$PATH:/usr/local/bin" or other path. (i remember this path)
-now will get jhbuild from the net and build it
svn co
http://svn.gnome.org/svn/jhbuild/trunk jhbuild
cd jhbuild
make -f Makefile.plain install
-Then, make sure ~/bin is in your $PATH
Download this file:
http://developer.imendio.com/svn/gtk-osx-build/jhbuildrc-gtk-osx , and save it as ~/.jhbuildrc.
-Now the long procedure begins: (approx 3 hours!)
jhbuild bootstrap
jhbuild build
jhbuild build meta-gtk-osx-core
I remeber this way, i hope this is correct
Check if success: /opt/gtk/bin/gtk-demo
Now GTK libs are ok. Now you can use my binary (not published yet) (will post it)
Or you can compile P2kc. Other problems will appear missing libs: i remember libglade and its dependencies. (and of course libusb)
I also compiled them from source.
While you compile p2kc maybe will receive err msgs regarding missing libraries. these also must be installed/compiled
Huh......quite difficult i think.