Actually jhbuild shell doesn't seem to be necessary anymore to build Geany under OSX....from <a href="http://www.gtk-osx.org/">http://www.gtk-osx.org/</a> you can download a nice and convenient .dmg file that seems to install all the necessary framework files...in my first tries I fiddled around with jhbuild but it's not required for building Geany these days, as far as I can tell. Maybe I'll take a deeper look at the other integration packages (osx theme sounds interesting...) in the near future but now I have some Python coding to do...which was the reason for installing Geany in the first place ;) (before the whole trouble started *g).<br>
<br>Oh, and what about creating a nice Geany .dmg package for the OSX community? ;-) ...maybe there are some other users interested..so we could combine efforts..<br><br>May the Source Be With You! :)<br><br>Oliver  <br><br>
<div class="gmail_quote">On Fri, Oct 2, 2009 at 4:33 PM, Jason Oster <span dir="ltr"><<a href="mailto:jason.oster@campnavajo.com">jason.oster@campnavajo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 10/01/2009 06:58 AM, Juergen Potzkoten wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Success!<br>
<br>
first of all I'd like to thank you Nick & Jason for the hints!<br>
Building Geany natively under OSX with GTK+  (without X11) sounded fine<br>
to me..so I started again from scratch and deleted my previous attempts<br>
& macports.<br>
<br>
Here's what I did:<br>
<br>
- installed GTK+ from <a href="http://www.gtk-osx.org/" target="_blank">http://www.gtk-osx.org/</a><br>
- downloaded the latest Geany SVN Version again<br>
- ran ./autogen.sh in Terminal again and got the following error:<br>
<br>
....<br>
     checking pkg-config is at least version 0.9.0... yes<br>
     checking for GTK... configure: error: Package requirements<br>
(gtk+-2.0 >= 2.8.0) were not met:<br>
<br>
     No package 'gtk+-2.0' found<br>
...<br>
<br>
- fired up Finder to search for gtk, found it under <myuser>/gtk<br>
- added the path in Terminal by typing:<br>
   export PKG_CONFIG_PATH=<myuser>/gtk/inst/lib/pkgconfig/<br>
- checked it with: pkg-config --modversion gtk+-2.0<br>
   Output: 2.16.2<br>
<br>
-so there we are!<br>
-then I ran configure, make and sudo make install again<br>
<br>
-->Success! Geany executable is under /usr/local/bin/geany and runs fine<br>
now!<br>
<br>
Maybe this little "Howto" can push the other OS X users (are there any?<br>
;) ) into the right direction...<br>
<br>
Thanks again and have a nice day!<br>
Oliver<br>
</blockquote>
<br></div></div>
Glad you got it working! I'm not sure if gtk-osx still uses jhbuild shell (it probably does for building it and dependencies) but it at least provides a full environment to build GTK+ apps on OS X. There were also some related packages from the same group (Imendio) to build OS X application packages, a more OS X-alike GTK+ theme, and an integration package to use the OS X menu bar and Dock.<br>

<br>
It was enough to get the look-and-feel just about right, but again I don't know how much progress has been made on those side-projects.<br>
<br>
Happy hacking! :)<br>
<br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>