[Gambas-devel] Ubuntu 8.04 LTS still don't like gambas3

Laurent Carlier lordheavym at ...176...
Mon Aug 24 15:10:47 CEST 2009


Le lundi 24 août 2009 14:38:58 Charlie Reinl, vous avez écrit :
> Am Montag, den 24.08.2009, 11:46 +0200 schrieb Laurent Carlier:
> > Le lundi 24 août 2009 11:15:10 Charlie Reinl, vous avez écrit :
> > > Salut,
> > >
> > > gb.qt4/src/ext fails
> > >
> > > Ubuntu 8.04.3 LTS
> > >
> > > gambas3 Revision: 2263
> >
> > What is the Qt4 version ? It look like a missing function in QtWebkit, so
> > perhaps a too much old Qt4 version.
> >
> > ++
>
> How to find Qt4 version ?
>
> Charlie
>
>
> ---------------------------------------------------------------------------
>--- 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-devel

Looking at qt4, you need at least Qt 4.5 for the webkit component, see:
http://doc.trolltech.com/4.4/qwebsettings.html
http://doc.trolltech.com/4.5/qwebsettings.html

cwebsettings.cpp:155: Fehler: »ZoomTextOnly« ist kein Element von 
»QWebSettings«
cwebsettings.cpp:156: Fehler: »PrintElementBackgrounds« ist kein Element von 
»QWebSettings«
cwebsettings.cpp:157: Fehler: »OfflineStorageDatabaseEnabled« ist kein Element 
von »QWebSettings«
cwebsettings.cpp:158: Fehler: »OfflineWebApplicationCacheEnabled« ist kein 
Element von »QWebSettings«
cwebsettings.cpp:159: Fehler: »LocalStorageDatabaseEnabled« ist kein Element 
von »QWebSettings«

These enums are only available with Qt 4.5.x

++




More information about the Devel mailing list