|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Missing info filesHi,
On my system, qt3/kde3 libraries are not installed. I want to build Gambas3 with all the components except below: - gb.db.sqlite2 - gb.qt - gb.qt.kde - gb.sdl It builds successfully; but it fails when installing. Running the informer again twice because of dependencies between information files gb gb.cairo gb.chart gbi3: warning: .info file not found in component archive. gb.compress gb.corba gb.crypt gb.db gb.db.firebird gb.db.form gbi3: warning: .info file not found in component archive. gb.db.mysql gb.db.odbc gb.db.postgresql gb.db.sqlite3 gb.debug gb.desktop gb.eval gb.eval.highlight gb.form gb.form.dialog gb.form.mdi gb.gtk gb.gtk.ext gb.gtk.svg gb.gui gbi3: warning: .info file not found in component archive. gb.image gb.image.io gb.info gb.mysql gb.net gb.net.curl gb.net.smtp gb.opengl gb.option gb.pcre gb.pdf gb.qt4 gbi3: warning: .info file not found in component archive. gb.qt4.ext gb.qt4.opengl gb.qt4.webkit gb.report gbi3: warning: .info file not found in component archive. gb.sdl gb.sdl.sound gb.settings gb.v4l gb.vb gb.web gb.xml gb.xml.rpc gb.xml.xslt gb gb.cairo gb.chart gbi3: warning: .info file not found in component archive. gb.compress gb.corba gb.crypt gb.db gb.db.firebird gb.db.form gbi3: warning: .info file not found in component archive. gb.db.mysql gb.db.odbc gb.db.postgresql gb.db.sqlite3 gb.debug gb.desktop gb.eval gb.eval.highlight gb.form gb.form.dialog gb.form.mdi gb.gtk gb.gtk.ext gb.gtk.svg gb.gui gbi3: warning: .info file not found in component archive. gb.image gb.image.io gb.info gb.mysql gb.net gb.net.curl gb.net.smtp gb.opengl gb.option gb.pcre gb.pdf gb.qt4 gbi3: warning: .info file not found in component archive. gb.qt4.ext gb.qt4.opengl gb.qt4.webkit gb.report gbi3: warning: .info file not found in component archive. gb.sdl gb.sdl.sound gb.settings gb.v4l gb.vb gb.web gb.xml gb.xml.rpc gb.xml.xslt After these errors, building of some examples fails with "Unknown identifier: ..." errors. Some of them use qt3 and so it is expected to have these errors; but gambas IDE also fails with: Compiling gambas3... warning: cannot read component list file: gb.db.form.list /home/fatih/git/gambas/app/src/gambas3/.src/Debug/FOutput.class:426: Unknown identifier: ToolBar Is this a problem when qt3 libraries are not available? I want to package it without qt3 dependency since the new release of Pardus Linux does not have qt3 libraries in its repos. Is it possible to package it without qt3? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Missing info files> Hi,
> > On my system, qt3/kde3 libraries are not installed. I want to build Gambas3 > with all the components except below: > > - gb.db.sqlite2 > - gb.qt > - gb.qt.kde > - gb.sdl > > It builds successfully; but it fails when installing. > > Running the informer again twice because of dependencies between > information files > gb > gb.cairo > gb.chart > gbi3: warning: .info file not found in component archive. > gb.compress > gb.corba > gb.crypt > gb.db > gb.db.firebird > gb.db.form > gbi3: warning: .info file not found in component archive. > gb.db.mysql > gb.db.odbc > gb.db.postgresql > gb.db.sqlite3 > gb.debug > gb.desktop > gb.eval > gb.eval.highlight > gb.form > gb.form.dialog > gb.form.mdi > gb.gtk > gb.gtk.ext > gb.gtk.svg > gb.gui > gbi3: warning: .info file not found in component archive. > gb.image > gb.image.io > gb.info > gb.mysql > gb.net > gb.net.curl > gb.net.smtp > gb.opengl > gb.option > gb.pcre > gb.pdf > gb.qt4 > gbi3: warning: .info file not found in component archive. > gb.qt4.ext > gb.qt4.opengl > gb.qt4.webkit > gb.report > gbi3: warning: .info file not found in component archive. > gb.sdl > gb.sdl.sound > gb.settings > gb.v4l > gb.vb > gb.web > gb.xml > gb.xml.rpc > gb.xml.xslt > gb > gb.cairo > gb.chart > gbi3: warning: .info file not found in component archive. > gb.compress > gb.corba > gb.crypt > gb.db > gb.db.firebird > gb.db.form > gbi3: warning: .info file not found in component archive. > gb.db.mysql > gb.db.odbc > gb.db.postgresql > gb.db.sqlite3 > gb.debug > gb.desktop > gb.eval > gb.eval.highlight > gb.form > gb.form.dialog > gb.form.mdi > gb.gtk > gb.gtk.ext > gb.gtk.svg > gb.gui > gbi3: warning: .info file not found in component archive. > gb.image > gb.image.io > gb.info > gb.mysql > gb.net > gb.net.curl > gb.net.smtp > gb.opengl > gb.option > gb.pcre > gb.pdf > gb.qt4 > gbi3: warning: .info file not found in component archive. > gb.qt4.ext > gb.qt4.opengl > gb.qt4.webkit > gb.report > gbi3: warning: .info file not found in component archive. > gb.sdl > gb.sdl.sound > gb.settings > gb.v4l > gb.vb > gb.web > gb.xml > gb.xml.rpc > gb.xml.xslt > > After these errors, building of some examples fails with "Unknown > identifier: ..." errors. Some of them use qt3 and so it is expected to have > these errors; but gambas IDE also fails with: > > Compiling gambas3... > warning: cannot read component list file: gb.db.form.list > /home/fatih/git/gambas/app/src/gambas3/.src/Debug/FOutput.class:426: > Unknown identifier: ToolBar > > Is this a problem when qt3 libraries are not available? I want to package > it without qt3 dependency since the new release of Pardus Linux does not > have qt3 libraries in its repos. Is it possible to package it without qt3? > Theoritically, qt3 and KDE components are not needed anymore. Did you use the last revision? Anyway, as usual, I need the full output of all the reconf / configure / make / make install process. Regards, -- Benoît ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Missing info filesOn Saturday 22 August 2009 14:32:12 Benoît Minisini wrote:
> Theoritically, qt3 and KDE components are not needed anymore. > > Did you use the last revision? Yes, r2250. > Anyway, as usual, I need the full output of all the reconf / configure / > make / make install process. http://cekirdek.pardus.org.tr/~fatih/tmp/gambas-build.txt ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Missing info filesOn Saturday 22 August 2009 14:40:16 Fatih Aşıcı wrote:
> On Saturday 22 August 2009 14:32:12 Benoît Minisini wrote: > > Theoritically, qt3 and KDE components are not needed anymore. > > > > Did you use the last revision? > > Yes, r2250. > Sorry for typo. It is r2259. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Missing info filesOn Saturday 22 August 2009 14:42:40 Fatih Aşıcı wrote:
> On Saturday 22 August 2009 14:40:16 Fatih Aşıcı wrote: > > On Saturday 22 August 2009 14:32:12 Benoît Minisini wrote: > > > Theoritically, qt3 and KDE components are not needed anymore. > > > > > > Did you use the last revision? > > > > Yes, r2250. > > Sorry for typo. It is r2259. I have tried again with revision 2317. It seems this problem is fixed. Thanks. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
| Free embeddable forum powered by Nabble | Forum Help |