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

QSA-interest Archive, August 2006
How to build the QSA with Visual C++ 2005 Express Edition


Message 1 in thread

Anyone know how to build the QSA 1.2.1 with VC++ 2005 Express Edition? 
Exists any how-to about this?

One thing that I tried was setup up the var with the correct path in my 
environment and execute qsabuild.bat, but
doesn't worked! I got the following messages:

...
        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(244) : error C2511: 'void 
Config::setIndentIndentSize(int,const QString &)' : overloaded member 
functio
n not found in 'Config'
        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(250) : error C2511: 'void 
Config::setIndentKeepTabs(bool,const QString &)' : overloaded member 
function
 not found in 'Config'
        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(256) : error C2511: 'void 
Config::setIndentAutoIndent(bool,const QString &)' : overloaded member 
functi
on not found in 'Config'
        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
8\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
configure failed to automake
C:\Qt\QSA\1.2.1>

----------------------------------------

I know that with MinGW this work well, but with VC++ 2005 Express Edition 
don't!
Any pointers?
Anyone already tried this?

Regards,




To unsubscribe - send "unsubscribe" in the subject to qsa-interest-request@xxxxxxxxxxxxx


Message 2 in thread

After some test the procedure that make thing works was:

Download again the file "qsa-win-opensource-1.2.1.exe" again.

Double clicked the file: "qsa-win-opensource-1.2.1.exe":

After the initial dialogs...

Select Qt Version Dialog:

   - Select a Compiler Frame:
      - ComboBox: "Visual C++ 2005 Express Edition"

   - Select Qt Version Frame:
      - Detected Qt Version ComboBox: <Empty>
           Left empty!
      - Specify QTDIR manually LineEdit:
           Changed to C:\Qt\4.1.4-msvc2005

Next:

QSA 1.2.1 Build Options Dialog:

   - QSA Build Options:
      - "Don't compile Workbench into QSA" unchecked
      - "Don't compile Workbench into QSA nor QSA Editor into QSA" checked

Install:

   - Finished Okay!

Any other combination checkbox combination at "QSA 1.2.1 Build Options 
Dialog" generated the following:

   - QSA 1.2.1 Setup
     Building QSA 1.2.1 failed.
     Look at the output, resolve the problem, and try to rebuild it 
manually.
     (errorcode:4)

and the same errors related before!


"occulate" <occulate@xxxxxxxxx> wrote in message 
news:ecd9hq$aq7$1@xxxxxxxxxxxxxxxxxxxxx
> Anyone know how to build the QSA 1.2.1 with VC++ 2005 Express Edition? 
> Exists any how-to about this?
>
> One thing that I tried was setup up the var with the correct path in my 
> environment and execute qsabuild.bat, but
> doesn't worked! I got the following messages:
>
> ...
>        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
> c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(244) : error C2511: 'void 
> Config::setIndentIndentSize(int,const QString &)' : overloaded member 
> functio
> n not found in 'Config'
>        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
> c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(250) : error C2511: 'void 
> Config::setIndentKeepTabs(bool,const QString &)' : overloaded member 
> function
> not found in 'Config'
>        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
> c:\qt\qsa\1.2.1\tools\designer\editor\conf.cpp(256) : error C2511: 'void 
> Config::setIndentAutoIndent(bool,const QString &)' : overloaded member 
> functi
> on not found in 'Config'
>        c:\qt\qsa\1.2.1\src\ide\conf.h(43) : see declaration of 'Config'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
> 8\VC\BIN\cl.EXE"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
> 8\VC\BIN\nmake.exe"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
> configure failed to automake
> C:\Qt\QSA\1.2.1>
>
> ----------------------------------------
>
> I know that with MinGW this work well, but with VC++ 2005 Express Edition 
> don't!
> Any pointers?
> Anyone already tried this?
>
> Regards,
>
>
>
> 


To unsubscribe - send "unsubscribe" in the subject to qsa-interest-request@xxxxxxxxxxxxx