HOWTO Install Gambas3??

Discussion in 'Linux Ubuntu' started by redleg, Dec 23, 2013.

  1. redleg

    redleg New Member

    Joined:
    Dec 21, 2013
    Messages:
    1
    Likes Received:
    0
    Is there anyone who has Gambas working?

    I try to install the following packages, before I can compile gambas. but I get the following errors.

    Code:
    sudo apt-get install subversion build-essential autoconf mysql-client libbz2-dev \
      libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev \
      libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev \
      libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev \
      libxslt1-dev libbonobo2-dev libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev \
      libpoppler-glib-dev libasound2-dev libesd0-dev libdirectfb-dev libaa1-dev \
      libxtst-dev libffi-dev kdelibs5-dev firebird2.1-dev libqt4-dev libglew1.5-dev \
      libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev \
      linux-libc-dev libgmime-2.6-dev libgsl0-dev libgstreamer-plugins-base0.10-dev \
      libgmp-dev libopenal-dev libalure-dev
    
    
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     libcurl4-gnutls-dev : Depends: libcurl3-gnutls (= 7.22.0-3ubuntu4) but 7.21.6-3ubuntu3 is to be installed
     libgstreamer-plugins-base0.10-dev : Depends: libgstreamer-plugins-base0.10-0 (= 0.10.36-1) but 0.10.35-1-0ubuntu0+ppa1 is to be installed
                                         Depends: libgstreamer0.10-dev (>= 0.10.36) but 0.10.35-1 is to be installed
                                         Depends: gir1.2-gst-plugins-base-0.10 (= 0.10.36-1) but 0.10.35-1-0ubuntu0+ppa1 is to be installed
    E: Unable to correct problems, you have held broken packages.
    
    Is there anyone who can give me advice. I am new with linux.

    (I would like to install domotiga on the udoo quad)
     

Share This Page