Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

QSA-interest Archive, August 2005
QSA configure: running it generates lots of errors


Message 1 in thread

Here is an attempt with QTDIR set (hopefully to the right path):
It generates lots of errors. What have I still not done? Thanks.
=============================
QTDIR=/usr/local/Trolltech/Qt-4.0.1
/home/daf}cd QSA/*0
/home/daf/QSA/qsa-x11-opensource-1.2.0}sudo ./configure
Using Qt library in /usr/local/Trolltech/Qt-4.0.1.
Trying my best without a .qmake.cache file
Building 2nd stage configure
QFile::open: No file name specified
QFile::open: No file name specified
qt_config.prf:8: Unknown test function: debug
In file included from main.cpp:14:
configutils.h:16:21: qstring.h: No such file or directory
configutils.h:17:25: qstringlist.h: No such file or directory
configutils.h:18:18: qdir.h: No such file or directory
In file included from main.cpp:14:
configutils.h:20: error: syntax error before `*' token
configutils.h:29: error: syntax error before `&' token
configutils.h:30: error: syntax error before `)' token
configutils.h:32: error: syntax error before `)' token
configutils.h:35: error: syntax error before `&' token
configutils.h:38: error: syntax error before `&' token
configutils.h:39: error: syntax error before `&' token
configutils.h:40: error: syntax error before `&' token
configutils.h:43: error: syntax error before `&' token
configutils.h:44: error: syntax error before `&' token
main.cpp:16:19: qfile.h: No such file or directory
main.cpp:17:23: q3process.h: No such file or directory
main.cpp:18:18: qdir.h: No such file or directory
main.cpp:19:25: qstringlist.h: No such file or directory
main.cpp:20:21: qregexp.h: No such file or directory
main.cpp:21:26: qapplication.h: No such file or directory
main.cpp: In function `void dumpMessages()':
main.cpp:31: error: `messages' undeclared (first use this function)
main.cpp:31: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
main.cpp:31: error: `qWarning' undeclared (first use this function)
main.cpp: In function `int main(int, char**)':
main.cpp:44: error: `printf' undeclared (first use this function)
main.cpp:49: error: syntax error before `(' token
main.cpp:56: error: `qapp' undeclared (first use this function)
main.cpp:57: error: syntax error before `=' token
main.cpp:58: error: `arg' undeclared (first use this function)
main.cpp:63: error: `configs' undeclared (first use this function)
main.cpp:66: error: `prefix' undeclared (first use this function)
main.cpp:68: error: `qWarning' undeclared (first use this function)
main.cpp:100: error: `qtDir' undeclared (first use this function)
main.cpp:100: error: syntax error before `(' token
main.cpp:36: warning: unused parameter `int argc'
/home/daf/QSA/qsa-x11-opensource-1.2.0}        
=========================================
-- 
 [ signature omitted ] 

Message 2 in thread

On Thursday 25 August 2005 09:28, Dave Feustel wrote:
> Here is an attempt with QTDIR set (hopefully to the right path):
> It generates lots of errors. What have I still not done? Thanks.

Note that all these errors occur even when I execute 
configure with the options

  -thread       Force a threaded configuration.
  -no-ide       Excludes QSA Workbench from the qsa library.
  -no-editor    Excludes the QSA Editor from the qsa library.

There aren't any other options that affect configuration listed
by the configure -help option.

Dave Feustel
-- 
 [ signature omitted ]