[texworks] r592 breaks compilation on Xubuntu 8.10 w/ gcc 4.3.2 and Qt 4.4.3

Peter Wüsten peter.wuesten at gmx.de
Mon Apr 5 11:15:51 CEST 2010


Dear all,

I just SVNed to r592, and make stops with the following error:

In file included from src/TWScriptable.cpp:23:
src/TWScriptAPI.h: In member function »QVariant 
TWScriptAPI::getInt(QWidget*, const QString&, const QString&, int, int, 
int, int)«:
src/TWScriptAPI.h:109: Fehler: »getInt« ist kein Element von »QInputDialog«
src/TWScriptAPI.h: In member function »QVariant 
TWScriptAPI::getDouble(QWidget*, const QString&, const QString&, double, 
double, double, int)«:
src/TWScriptAPI.h:115: Fehler: »getInt« ist kein Element von »QInputDialog«
make: *** [obj/TWScriptable.o] Fehler 1

which translates to

In file included from src/TWScriptable.cpp:23:
src/TWScriptAPI.h: In member function »QVariant 
TWScriptAPI::getInt(QWidget*, const QString&, const QString&, int, int, 
int, int)«:
src/TWScriptAPI.h:109: Error: »getInt« is not an element of »QInputDialog«
src/TWScriptAPI.h: In member function »QVariant 
TWScriptAPI::getDouble(QWidget*, const QString&, const QString&, double, 
double, double, int)«:
src/TWScriptAPI.h:115: Error: »getInt« is not an element of »QInputDialog«
make: *** [obj/TWScriptable.o] Error 1

Is this error related to my using a relatively old version of Qt?

Cheers,

Peter


More information about the texworks mailing list