From: midi (midi_at_ukr.net)
Date: Thu Feb 23 2006 - 20:07:10 CET
From: midi <midi@ukr.net> Message-ID: <198e.43fe07dd@www.taskjuggler.org> Date: Thu, 23 Feb 2006 20:07:10 +0100 (CET) Subject: [taskjuggler] Compiling on WinXP with Qt-3.3.3
Hi
I'm trying to compile taskjuggler-2.2.0 from the sources downloaded few days ago. And have the following errors:
============ several similar to: ..
taskjuggler\CSVReport.cpp(13) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory
.. but for others files ==============
============ several similar to: ..
taskjuggler\FileInfo.cpp(600) : error C2666: 'QString::operator`[]'' : 2 overloads have similar conversions
C:\Qt\3.3.3\include\qstring.h(639): could be 'QChar QString::operator [](int) const'
or 'built-in C++ operator[(const char *, uint)'
while trying to match the argument list '(const QString, uint)'
======================================
============= and several like this: ..
taskjuggler\Scenario.h(26) : error C2371: 'p' : redefinition; different basic types
taskjuggler\Scenario.h(26) : see declaration of 'p'
======================================
I'm using the MS Visual 7 compiler (Qt also was compiled by it) running:
>>> qmake -project
>>> qmake
>>> nmake
I'm not so professional qt-compiler, so probably I forgot something.
Or it is impossible to compile it under Win?
Anybody knows what is the problem? Could you please help me.
Thanks in advance
-- To unsubscribe, email the address listed in the List-Unsubscribe header For additional commands, email: taskjuggler-help@suse.com
This archive was generated by hypermail 2.1.7 : Thu Feb 23 2006 - 20:07:13 CET