[Gambas-user] Problem during Gambas 2.19 installation on Ubuntu 9.10

Fabien Bodard gambas.fr at ...626...
Mon Jan 11 12:06:42 CET 2010


2010/1/11 matteo.lisi at ...2324... <matteo.lisi at ...2324...>:
>
> Hi Fabien and thanks for your reply
>
> I update my Ubuntu (Before my last reply I used the apt-get
> string on the installation page) with your last apt-get
> string and something is changed:
>
> now when I launch gambas2 I obtain:
>
> matteo at ...2357...:/usr/src/gambas2-2.19.0$ gambas2
> ERROR: #27: Cannot load component 'gb.debug': cannot find
> library file

Try a
make uninstall
make clean
make -j4
make install



make -j4 allow to accellerate de compilation time by create multiple
instance of the process (a so can use multiple processor capabilities)


>
> any tips ?
>
>
> Thanks in advice
>
>
> matteo at ...2357...:/usr/src/gambas2-2.19.0$ sudo gambas2
> ERROR: #27: Cannot load component 'gb.debug': cannot find
> library file
>
>
> ----- Original Message -----
> Da : Fabien Bodard <gambas.fr at ...626...>
> A : mailing list for gambas users
> <gambas-user at lists.sourceforge.net>
> Oggetto : Re: [Gambas-user] Problem during Gambas 2.19
> installation on Ubuntu 9.10
> Data : Mon, 11 Jan 2010 09:51:11 +0100
>
>> More upto date ... and i've updated on the wiki too ... so
>> gb3 can compile Too with all components.
>>
>>
>> sudo apt-get install build-essential autoconf libbz2-dev
>> libfbclient2 libmysqlclient15-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 libesd-alsa0 libdirectfb-dev libaa1-dev
>> libxtst-dev libffi-dev kdelibs4-dev firebird2.1-dev
>> libqt4-dev libglew1.5-dev libimlib2-dev libv4l-dev
>> libsdl-ttf2.0-dev
>>
>> 2010/1/11 Ricardo Díaz Martín
>> > <oceanosoftlapalma at ...626...>: On before gambas
>> installation on ubuntu 9.10 you must to do this: >
>> > sudo apt-get install build-essential autoconf libbz2-dev
>> > libfbclient2 libmysqlclient15-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 libesd-alsa0 libdirectfb-dev libaa1-dev
>> > libxtst-dev libffi-dev kdelibs4-dev firebird2.1-dev
>> libqt4-dev libglew1.5-dev >
>> >
>> > Please, visit
>> http://gambasdoc.org/help/install/ubuntu?view >
>> > I hope this works for you.
>> >
>> > Regards,
>> >
>> > 2010/1/10 matteo.lisi at ...2324...
>> <matteo.lisi at ...2324...> >
>> >> Yes libqt3-mt-dev is installed....
>> >>
>> >> thanks for your reply !
>> >>
>> >>
>> >> ----- Original Message -----
>> >> Da : Fabien Bodard <gambas.fr at ...626...>
>> >> A : mailing list for gambas users
>> >> <gambas-user at lists.sourceforge.net>
>> >> Oggetto : Re: [Gambas-user] Problem during Gambas 2.19
>> >> installation on Ubuntu 9.10
>> >> Data : Sun, 10 Jan 2010 19:51:21 +0100
>> >>
>> >> > IS libqt3-mt-dev installed ?
>> >> >
>> >> >
>> >> > if not install it and do a reconf-all
>> >> >
>> >> > 2010/1/10 matteo.lisi at ...2324...
>> >> > > <matteo.lisi at ...2324...>: Ok
>> >> > >
>> >> > > I checked all library installed on my ubuntu and
>> redid >> > > the installation from the beginning.
>> >> > >
>> >> > > Somethings is changed:
>> >> > >
>> >> > > When I launch gambas2 I have:
>> >> > >
>> >> > > ERROR: #27: Cannot load component 'gb.qt': cannot
>> find >> > > library file
>> >> > >
>> >> > > The ./configure disable the gb.qte packet and the
>> make / >> > > make install seems to return without
>> error... >> > >
>> >> > > Do you need some output to understand what I wrong
>> ? >> > >
>> >> > > Tnx a lot!
>> >> > >
>> >> > > ----- Original Message -----
>> >> > > Da : Benoît Minisini
>> <gambas at ...1...> >> > > A : mailing list for
>> gambas users >> > > <gambas-user at lists.sourceforge.net>
>> >> > > Oggetto : Re: [Gambas-user] Problem during Gambas
>> 2.19 >> > > installation on Ubuntu 9.10
>> >> > > Data : Sun, 10 Jan 2010 14:59:51 +0100
>> >> > >
>> >> > >> > Hi to All !> > I'm trying to install last
>> gambas2 >> > >> version on my ubuntu 9.10> but I had some
>> error:> > 1) >> > I >> launch the configuration script
>> with:> > sudo >> > /configure >> --enable-net=yes
>> --enable-curl=yes> >> > > --enable-smtp=yes> >
>> >> > >> but at the end I receive the following report:> >
>> THESE >> > >> COMPONENTS ARE DISABLED:> [..]> -
>> gb.net.curl> - >> > >> gb.net.smtp> [..]> > Why this
>> components are disabled >> > ?> >> Because some libraries
>> or development packages are >> > not >> installed. You see
>> it by reading the ./configure >> > output.> >> 2) I
>> launched the:> sudo make> sudo make >> > install> > All >>
>> the make is done without errors but when >> > I execute
>> the:> > >> gambas2> > I receive this error:> >> > ERROR:
>> #27: Cannot load >> component 'gb.qt': cannot find> >> >
>> library file> Are you sure >> that you didn't get error >>
>> > messages during "make >> install"?Anyway, you need to >>
>> > provide the full output of >> the entire configuration,
>> >> > compilation and installation >> process, otherwise
>> nobody >> > will be able to help you.Regards >> ,--
>> Benoît >> > >>
>> >> >
>> Minisini--------------------------------------------------
>> >> > >> --- -------------------------This SF.Net email is
>> >> >> > sponsored by the Verizon Developer CommunityTake
>> advantage >> > >> of Verizon's best-in-class app
>> development supportA >> >> > streamlined, 14 day to market
>> process makes app >> >> > distribution fast and easyJoin
>> now and get one step closer >> > >> to millions of Verizon
>> >> >> > customershttp://p.sf.net/sfu/verizon-dev2dev >>
>> >> >
>> _______________________________________________Gambas-user
>> >> > >> mailing >> >> >
>> listGambas-user at ...2354...://lists.sourcef
>> >> > >> orge.net/lists/listinfo/gambas-user > >> > >
>> >> >
>> ----------------------------------------------------------
>> >> > > -------------------- This SF.Net email is sponsored
>> by >> > > the Verizon Developer Community Take advantage
>> of >> > > Verizon's best-in-class app development support
>> A >> > streamlined, 14 day to market process makes app
>> >> > > distribution fast and easy Join now and get one
>> step >> > > closer to millions of Verizon customers
>> >> > > http://p.sf.net/sfu/verizon-dev2dev
>> >> > > _______________________________________________
>> >> > > Gambas-user mailing list
>> >> > > Gambas-user at lists.sourceforge.net
>> >> >
>> https://lists.sourceforge.net/lists/listinfo/gambas-user >
>> >> > >> >
>> ----------------------------------------------------------
>> >> > -------------------- This SF.Net email is sponsored
>> by the >> > Verizon Developer Community Take advantage of
>> Verizon's >> > best-in-class app development support A
>> streamlined, 14 >> > day to market process makes app
>> distribution fast and easy >> > Join now and get one step
>> closer to millions of Verizon >> > customers
>> http://p.sf.net/sfu/verizon-dev2dev >> >
>> _______________________________________________ >> >
>> Gambas-user mailing list >> >
>> Gambas-user at lists.sourceforge.net >> >
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> >> >>
>> >>
>> ----------------------------------------------------------
>> -------------------- >> This SF.Net email is sponsored by
>> the Verizon Developer Community >> Take advantage of
>> Verizon's best-in-class app development support >> A
>> streamlined, 14 day to market process makes app
>> distribution fast and >> easy
>> >> Join now and get one step closer to millions of Verizon
>> customers >> http://p.sf.net/sfu/verizon-dev2dev
>> >> _______________________________________________
>> >> Gambas-user mailing list
>> >> Gambas-user at lists.sourceforge.net
>> >>
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>> > >>
>> ----------------------------------------------------------
>> > -------------------- This SF.Net email is sponsored by
>> > the Verizon Developer Community Take advantage of
>> > Verizon's best-in-class app development support A
>> streamlined, 14 day to market process makes app
>> > distribution fast and easy Join now and get one step
>> > closer to millions of Verizon customers
>> > http://p.sf.net/sfu/verizon-dev2dev
>> > _______________________________________________
>> > Gambas-user mailing list
>> > Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user >
>>
>> ----------------------------------------------------------
>> -------------------- This SF.Net email is sponsored by the
>> Verizon Developer Community Take advantage of Verizon's
>> best-in-class app development support A streamlined, 14
>> day to market process makes app distribution fast and easy
>> Join now and get one step closer to millions of Verizon
>> customers http://p.sf.net/sfu/verizon-dev2dev
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list