qt-3 build error...

Holger Schroeder kde-cygwin@mail.kde.org
Sun, 16 Feb 2003 02:02:17 +0100


Hi, i am trying to build qt 3 from a fresh cvs checkout of HEAD,
and it ends up giving this error:

Administrator@RVSIBM1 ~/orig/qt-3
$ . config.cygwin-thread

This is the Qt/X11 Free Edition.

You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).

Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of either license? yes
Creating qmake. Please wait...
In file included from option.h:40,
                 from generators/makefile.h:40,
                 from generators/unix/unixmake.h:40,
                 from generators/mac/pbuilder_pbx.h:40,
                 from generators/mac/pbuilder_pbx.cpp:38:
project.h:40:25: qstringlist.h: No such file or directory
project.h:41:21: qstring.h: No such file or directory
project.h:42:18: qmap.h: No such file or directory
In file included from generators/makefile.h:40,
                 from generators/unix/unixmake.h:40,
                 from generators/mac/pbuilder_pbx.h:40,
                 from generators/mac/pbuilder_pbx.cpp:38:
option.h:41:21: qstring.h: No such file or directory
option.h:42:25: qstringlist.h: No such file or directory
option.h:43:19: qfile.h: No such file or directory
In file included from generators/unix/unixmake.h:40,
                 from generators/mac/pbuilder_pbx.h:40,
                 from generators/mac/pbuilder_pbx.cpp:38:
generators/makefile.h:42:25: qtextstream.h: No such file or directory
generators/mac/pbuilder_pbx.cpp:40:18: qdir.h: No such file or directory
generators/mac/pbuilder_pbx.cpp:41:19: qdict.h: No such file or directory
generators/mac/pbuilder_pbx.cpp:42:21: qregexp.h: No such file or directory
make: *** [pbuilder_pbx.dep] Error 1
qmake failed to build. Aborting.

Administrator@RVSIBM1 ~/orig/qt-3


can somebody tell me what i am doing wrong or what the error is?
(i need this, so i can play around with kde 3.1 ;-) )

btw there seems to be something wrong in the doc/man/man3 dir on the cvs server,
there are a lot of collosions with a fresh checkout in this directory, i guess
this is because of the same filenames written in different capitalizations and
windows having problems with this.
so perhaps we should delete all the filenames, that contain capital letters,
as they are only "links" to the real files with content, which have lower-case
names. (or is there just something broken in my local setup?)

mfg Holger