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 to me..so I started again from scratch and deleted my previous attempts & macports.<br>
<br>Here's what I did:<br><br>- installed GTK+ from <a href="http://www.gtk-osx.org/">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 (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 now!<br><br>Maybe this little "Howto" can push the other OS X users (are there any? ;) ) into the right direction...<br>
<br>Thanks again and have a nice day!<br>Oliver<br><br>  <br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
<br><div class="gmail_quote">On Wed, Sep 30, 2009 at 6:02 PM, Jason Oster <span dir="ltr"><<a href="mailto:jason.oster@campnavajo.com" target="_blank">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>On 09/30/2009 04:25 AM, Nick Treleaven wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
On Mon, 28 Sep 2009 21:07:58 +0200<br>
Juergen Potzkoten<<a href="mailto:gurubuster@googlemail.com" target="_blank">gurubuster@googlemail.com</a>>  wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- Is the Xlib: ... error the critical error?  If yes, how can I fix it?<br>
<br>
   ...Google tells me that this error is not critical, but I get no Geany<br>
Program Window at all, so I can't really believe that this behaviour should<br>
be ignored...so far I found no solution for the RANDR error, I updated X11<br>
core files, but the error keeps poping up...*sigh*<br>
</blockquote>
<br>
First, I don't really know anything about OSX, so any input from<br>
someone with it would be helpful.<br>
<br>
RANDR seems to me to be referring to libXrandr.so[.VERSION] (or<br>
similar), which is a shared library that my Fedora Linux GTK library is<br>
linked to. So I guess that the GTK library you downloaded(?) depends on<br>
an X library file that isn't on your system.<br>
<br>
To confirm this, if you have ldd, you can run:<br>
ldd /usr/lib/libgtk-x11-2.0.so.0<br>
<br>
Where that path is the path to the GTK shared library. Paste the output<br>
here. On my system I get:<br>
...<br>
         libXrandr.so.2 =>  /usr/lib/libXrandr.so.2 (0x00a11000)<br>
...<br>
<br>
If I'm right, you would either need to download the Xrandr<br>
module or download/build a GTK library that doesn't depend on it (not<br>
sure if the latter is possible for X backend).<br>
<br>
It could be that your X library is too old, and that's why the module<br>
is missing.<br>
<br>
Regards,<br>
Nick<br>
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de" target="_blank">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>
</blockquote>
<br></div></div>
When I built Geany on OS X last year, I was using the then-beta version of <a href="http://www.gtk-osx.org/" target="_blank">http://www.gtk-osx.org/</a> which provides native GTK+. (No need for X11, etc.) So then again, I don't have any experience building Geany for OSX/X11.<br>


<br>
This might be something to consider trying.<br>
<br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de" target="_blank">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>
</div></div></blockquote><br></div><br>