<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Tue Jun 18, 2013 9:02 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Tue Jun 18, 2013 9:02 am</pubDate>
  <lastBuildDate>Tue Jun 18, 2013 9:02 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>:S anjuta/c++ with gtkmm PLEASE HELP!!!</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=31891#31891</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=10020'&gt;cookie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Oct 04, 2006 4:32 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      hello all, &lt;br /&gt;
&lt;br /&gt;
im trying to create a gui using glade with gtk and code the project in c++ for this you need the lib gtkmm so my code looks like this:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#include&amp;nbsp; &amp;nbsp;&amp;lt;gtkmm.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main&amp;#40; int argc, char *argv&amp;#91;&amp;#93; &amp;#41; &lt;br /&gt;
&amp;#123;&amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;Gtk&amp;#58;&amp;#58;Main kit&amp;#40;argc, argv&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Gtk&amp;#58;&amp;#58;Window window;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Gtk&amp;#58;&amp;#58;Main&amp;#58;&amp;#58;run&amp;#40;window&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return 0;&lt;br /&gt;
&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
i can compile this app with the command:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;cookie@BLACKBETTY ~/projects/c++/cppgtkwindow/src $ g++ main.cc -o myapp `pkg-config gtkmm-2.4 --cflags --libs`&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
however if i try and run the &quot;./configure&quot; that was made by anjuta i get this error:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
checking how to hardcode library paths into programs... immediate&lt;br /&gt;
checking for pkg-config... /usr/bin/pkg-config&lt;br /&gt;
checking pkg-config is at least version 0.9.0... yes&lt;br /&gt;
checking for PACKAGE... configure&amp;#58; error&amp;#58; Package requirements &amp;#40;gtkmm-2.0&amp;#41; were not met&amp;#58;&lt;br /&gt;
&lt;br /&gt;
No package 'gtkmm-2.0' found&lt;br /&gt;
&lt;br /&gt;
Consider adjusting the PKG_CONFIG_PATH environment variable if you&lt;br /&gt;
installed software in a non-standard prefix.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you may set the environment variables PACKAGE_CFLAGS&lt;br /&gt;
and PACKAGE_LIBS to avoid the need to call pkg-config.&lt;br /&gt;
See the pkg-config man page for more details.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
how can i get the &quot;./configure&quot; to work? please help ive tried linuxquestions and gentoo forums, but neiter have helped, cheers.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=31891#31891</comments>
                                        <author>cookie</author>
                                        <pubDate>Wed Oct 04, 2006 4:32 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=31891#31891</guid>
                                      </item></channel></rss>