Announcement

Collapse
No announcement yet.

Trouble installing Basket note pads

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

    Trouble installing Basket note pads

    I'm having trouble installing basket note pads. I'm running kubuntu dapper drake and I got this error message when I excecuted the installer file:

    ================================================== ======================
    (( Step 1 / 3 : Configuration ))
    ================================================== ======================


    ./configure --prefix=/usr
    checking build system type... i686-pc-linux-gnuoldld
    checking host system type... i686-pc-linux-gnuoldld
    checking target system type... i686-pc-linux-gnuoldld
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    checking for kde-config... /usr/bin/kde-config
    checking where to install... /usr (as requested)
    checking for style of include used by make... none
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.

    ================================================== ======================
    (( An Error has Been Encountered ))
    ================================================== ======================


    In the most cases, some libraries are missing or cannot be found.
    Think to install the *-dev or *-devel packages of your distribution.
    For example, if libmng cannot be found,
    please check if libmng AND libmng-devel packages are installed on your system.
    See the reported errors to know which librarie need to be installed.




    I'm kinda new to linux, so I understand that I'm missing some library or something, but don't know which ones or how to get them. Can anyone help me?


    -Thanks




    #2
    Re: Trouble installing Basket note pads

    If you wish to compile from source, you need to install basic compiling tools, package 'build-essential'

    You will probably need dev-libraries, too, package 'kdelibs4-dev' and it's dependencies is a good start.

    However, basket should be available in dapper-universe repository (so you don't need to compile), to enable universe: https://help.ubuntu.com/community/Repositories/Kubuntu

    Comment

    Working...
    X