Results 1 to 3 of 3

Thread: Unable to install QCA

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Unable to install QCA

    Hi,

    I have to develop a digital signature application on Qt. For that I tried to install QCA but I got the error "g++: conf4.cpp: No such file or directory". These are the steps that I used to install QCA.

    1. Run the exe and installed QT 4.5 using qt-sdk-win-opensource-2009.04.

    2. Set the following environment paths:
    QTDIR=D:\Qt\2009.04\qt
    QTMAKESPEC=D:\Qt\2009.04\qt\mkspecs\win32-g++
    path= D:\Qt\2009.04\qt\bin;D:\Qt\2009.04\mingw\bin

    3. downloaded QCA 2.0.2 from url "http://delta.affinix.com/download/qca/2.0/"

    4. Now on executing the configure command from QCA directory is throwing the following error:
    Configuring Qt Cryptographic Architecture (QCA) ...
    Verifying Qt 4 build environment ... fail

    Reason: There was an error compiling 'conf'. See conf.log for details.

    Be sure you have a proper Qt 4.0 build environment set up. This means not
    just Qt, but also a C++ compiler, a make tool, and any other packages
    necessary for compiling C++ programs.

    If you are certain everything is installed, then it could be that Qt 4 is not
    being recognized or that a different version of Qt is being detected by
    mistake (for example, this could happen if %QTDIR% is pointing to a Qt 3
    installation). At least one of the following conditions must be satisfied:

    1) --qtdir is set to the location of Qt
    2) %QTDIR% is set to the location of Qt

    This program will use the first one it finds to be true, checked in the above
    order.

    Generated conf.log file is showing the message:

    D:/Qt/2009.04/qt/bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DHAVE_MODULES -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Qt\2009.04\qt\include\QtCore" -I"d:\Qt\2009.04\qt\include" -I"d:\Qt\2009.04\qt\include\ActiveQt" -I"debug" -I"d:\Qt\2009.04\qt\mkspecs\win32-g++" -D__GNUC__ -DWIN32 conf4.cpp -o debug\conf4.moc
    g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DHAVE_MODULES -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Qt\2009.04\qt\include\QtCore" -I"d:\Qt\2009.04\qt\include" -I"d:\Qt\2009.04\qt\include\ActiveQt" -I"debug" -I"d:\Qt\2009.04\qt\mkspecs\win32-g++" -o debug\conf4.o conf4.cpp
    g++: conf4.cpp: No such file or directory

  2. #2
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows Symbian S60

    Default Re: Unable to install QCA

    Hey.. Did you find any solution for this problem? I'm facing the same issue now. Can someone help?

  3. #3
    Join Date
    Jan 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Unable to install QCA

    I have the same problem.

Similar Threads

  1. Unable to install QT 4.4.0 from sources
    By debnathm in forum Installation and Deployment
    Replies: 4
    Last Post: 6th August 2008, 06:43
  2. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 19:38
  3. "make install" doesn't install binary
    By jiveaxe in forum Newbie
    Replies: 2
    Last Post: 2nd January 2008, 12:00
  4. Qt4.3 and MSVC++ 2005 - unable to install Qt
    By nitor in forum Installation and Deployment
    Replies: 12
    Last Post: 25th July 2007, 21:45
  5. Unable to install Qt 4.2.1 on LInux Fedora
    By shyam prasad in forum Installation and Deployment
    Replies: 1
    Last Post: 12th January 2007, 14:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.