<p>Okay a crazy question, do you have pkgconfig installed then?</p>
<p>K.r.<br>
René Kj.</p>
<div class="gmail_quote">On Nov 3, 2010 9:28 PM, &quot;Terrell Prude&amp;apos; Jr.&quot; &lt;<a href="mailto:microman@cmosnetworks.com">microman@cmosnetworks.com</a>&gt; wrote:<br type="attribution">&gt; Wols Lists wrote:<br>
&gt;&gt; On 03/11/10 19:44, Terrell Prude&#39; Jr. wrote:<br>&gt;&gt;   <br>&gt;&gt;&gt; OK, folks, I&#39;ve got another issue, this time when running autogen.sh.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Here&#39;s the command I&#39;m running (OS is CentOS 5).<br>
&gt;&gt;&gt;<br>&gt;&gt;&gt; ./autogen.sh --with-git --with-num-cpus=3 --without-junit --disable-kde4<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I get the following configure error:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; checking for autoconf... yes<br>
&gt;&gt;&gt; checking for flex... yes<br>&gt;&gt;&gt; checking for bison... yes<br>&gt;&gt;&gt; checking for ccache... no<br>&gt;&gt;&gt; checking for distcc... no<br>&gt;&gt;&gt; checking for widget sets... checking for FOO_GTK... no<br>
&gt;&gt;&gt; configure: error: Gtk+ library requirements were not met<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; If I throw the &quot;--disable-gtk&quot; switch, autogen.sh is happy.  I<br>&gt;&gt;&gt; checked, and I&#39;m seeing the gtk+-devel and gtk2-devel packages installed.<br>
&gt;&gt;&gt; BTW, this is a new box, a 64-bit Core 2 Duo running 64-bit CentOS 5. <br>&gt;&gt;&gt; Both the 32- and 64-bit versions of the gtk+ and gtk2 binaries and<br>&gt;&gt;&gt; &quot;-devel&quot; packages appear to be installed.  I made sure by yum<br>
&gt;&gt;&gt; install&#39;ing these packages, and they&#39;re showing up as already installed.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Suggestions?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;     <br>&gt;&gt; First thing. Have you got a file gtk+-2.0.pc in /usr/lib/pkgconfig? If<br>
&gt;&gt; not, any ideas why not? If a similar file, what&#39;s that called?<br>&gt;&gt;<br>&gt;&gt; <a href="http://configure.in">configure.in</a> is using pkgconfig to see what libraries you have on your<br>&gt;&gt; system, and that&#39;s the library it&#39;s looking for. If it can&#39;t find it,<br>
&gt;&gt; that&#39;s why it&#39;s moaning that gtk isn&#39;t present.<br>&gt;&gt;<br>&gt;&gt; Let me know more, and I&#39;ll dig deeper (I&#39;m trying to get the Qt version<br>&gt;&gt; of this test working correctly :-)<br>
&gt;&gt;<br>&gt;&gt; Cheers,<br>&gt;&gt; Wol<br>&gt; Just checked.  Looks like the file is there.  Here&#39;s an ls -l, and the <br>&gt; contents of the file.<br>&gt; <br>&gt; [root@tprude01 pkgconfig]# ls -l gtk*<br>&gt; -rw-r--r-- 1 root root 322 May 24  2008 gtk+-2.0.pc<br>
&gt; -rw-r--r-- 1 root root 373 Mar 14  2007 gtk2-java.pc<br>&gt; -rw-r--r-- 1 root root 156 Mar 14  2007 gtk-engines-2.pc<br>&gt; -rw-r--r-- 1 root root 171 Mar 14  2007 gtk+.pc<br>&gt; -rw-r--r-- 1 root root 294 May 24  2008 gtk+-unix-print-2.0.pc<br>
&gt; -rw-r--r-- 1 root root 322 May 24  2008 gtk+-x11-2.0.pc<br>&gt; [root@tprude01 pkgconfig]# pwd<br>&gt; /usr/lib/pkgconfig<br>&gt; [root@tprude01 pkgconfig]# more gtk+-2.0.pc<br>&gt; prefix=/usr<br>&gt; exec_prefix=/usr<br>
&gt; libdir=/usr/lib<br>&gt; includedir=/usr/include<br>&gt; target=x11<br>&gt; <br>&gt; gtk_binary_version=2.10.0<br>&gt; gtk_host=i686-redhat-linux-gnu<br>&gt; <br>&gt; Name: GTK+<br>&gt; Description: GIMP Tool Kit (${target} target)<br>
&gt; Version: 2.10.4<br>&gt; Requires: gdk-${target}-2.0 atk cairo<br>&gt; Libs: -L${libdir} -lgtk-${target}-2.0<br>&gt; Cflags: -I${includedir}/gtk-2.0<br>&gt; [root@tprude01 pkgconfig]# <br>&gt; <br>&gt; _______________________________________________<br>
&gt; LibreOffice mailing list<br>&gt; <a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</div>