Announcement

Collapse
No announcement yet.

PSPP CVS installation

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PSPP CVS installation

    I'm trying to compile PSPP (CVS version), because it has GUI. The one in Kubuntu repositories doesn't have it. The README file says I need GTK+ version 2.6.0 or later. I have libgtk2.0-0 installed. Configure script returns the following:

    Code:
    checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:
    
    No package 'gtk+-2.0' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables GTK_CFLAGS
    and GTK_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    Please advise.
    In a world without windows and fences who needs Gates?

    #2
    Re: PSPP CVS installation

    Hi I am not sure about this, but I would try to install some other gtk packages found by apt-cache search gtk+.

    When you say libgtk.. do you mean libgtk2.0-dev??

    Maybe an interesting package would be: libgtkmm-2.4-dev
    But I am not sure of this

    Maybe some gurus will have some better answers
    Check out my Ⓥegan youtube channel PlantSugar
    CV and gallery at grn.dk
    Please add [SOLVED] to topic subject when topic is solved.

    Comment


      #3
      Re: PSPP CVS installation

      When you say libgtk.. do you mean libgtk2.0-dev??
      No, just libgtk2.0. I'm installing libgtk2.0-dev right now; will see if it works...

      EDIT: libgtk2.0-dev did the trick, however there were numerous other dependencies that needed to be statisfied. I think I'll wait for official DEB packages.
      In a world without windows and fences who needs Gates?

      Comment

      Working...
      X