[Kst] [Bug 218290] New: Unable to compile Kst under Windows / QtCreator

Grégoire Verlut gregoire.verlut at eurocopter.com
Fri Dec 11 16:24:29 CET 2009


https://bugs.kde.org/show_bug.cgi?id=218290

           Summary: Unable to compile Kst under Windows / QtCreator
           Product: kst
           Version: 2.0.0_devel
          Platform: unspecified
        OS/Version: MS Windows
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kst at kde.org
        ReportedBy: gregoire.verlut at eurocopter.com


Version:           2.0.0_devel (using unspecified)
Compiler:            GNU make port to mingw32   Version: 3.81 + patches from
Eli Zaretskii 
OS:                Windows 32-Bit

When compiling under Windows with QT Creator (1.2.1), I get the following
error:

/usr/bin/sh: C:/Program/QT/qt/binrcc.exe: No such file or directory

A search in the different Makefile returns the following:
C:\Program\kst2\src\kst\Makefile.Debug (1 hits)
    Line 180:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
debug/qrc_images.cpp

C:\Program\kst2\src\kst\Makefile.Release (1 hits)
    Line 180:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
release/qrc_images.cpp

C:\Program\kst2\src\libkstapp\Makefile.Debug (1 hits)
    Line 1201:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
debug/qrc_images.cpp

C:\Program\kst2\src\libkstapp\Makefile.Release (1 hits)
    Line 1201:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
release/qrc_images.cpp

C:\Program\kst2\src\widgets\Makefile.Debug (1 hits)
    Line 372:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
debug/qrc_images.cpp

C:\Program\kst2\src\widgets\Makefile.Release (1 hits)
    Line 372:     @echo rcc ../images/images.qrc &&
C:/Program/QT/qt/bin\rcc.exe -name images ../images/images.qrc -o
release/qrc_images.cpp

I don't know which part (QT, mingw, kst.pro) defines the path of rcc.exe

I need then to change manually the path C:/Program/QT/qt/bin\rcc.exe to
C:/Program/QT/qt/bin/rcc.exe in order to be able to compile.

I think this problem may be also related to QT Creator

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kst mailing list