LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   gtkmm in slackbuild slackware 13.37 (https://www.linuxquestions.org/questions/slackware-14/gtkmm-in-slackbuild-slackware-13-37-a-878660/)

jrecortel 05-03-2011 07:03 PM

gtkmm in slackbuild slackware 13.37
 
Hello. When I tried to install gtkmm from SlackBuild using the sbopkg, I get this error:
Code:

Requested 'atkmm-1.6 >= 2.22.2' but version of atkmm is 2.18.2
You may find new versions of atkmm at http://www.gtkmm.org/

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKMM_CFLAGS
and GTKMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I have atkmm 2.22.4 already installed. I dont know how come that sbopkg sees it as only 2.18.2. I already synced sbopkg to 13.37 repo but still the problem persist. Anyway to fix or install the gtkmm? Thanks in advance

slakmagik 05-03-2011 08:13 PM

I can't reproduce this. The following Works For Me:

Code:

sbopkg -V 13.37 -i "libsigc++ glibmm cairomm mm-common pangomm atkmm gtkmm"
Did you install atkmm from SBo also? Did you remove any other atkmm? And does this problem occur when you run the SlackBuild directly (outside of sbopkg)? (sbopkg isn't what's seeing anything. That code's presumably configure output from gtkmm.)

jrecortel 05-03-2011 09:20 PM

Thanks slakmagik. I build the pangomm before the mm-common since pangomm does not depend on mm-common. What I did is remove the pangomm, mm-common,atkmm packages and do this:
Code:

sbopkg -V 13.37 -i "mm-common pangomm atkmm gtkmm gparted"
Now, it build successfully, though i not sure why it failed to build before. Thanks for the respond.


All times are GMT -5. The time now is 11:58 AM.