[Qt-interest] Issues with Configure - Assistance request for configure
Andreas Pakulat
apaku at gmx.de
Wed Feb 4 21:49:01 CET 2009
On 04.02.09 14:37:43, Albert E. Whale wrote:
> WARNING: Failure to find: ../propertyeditor/newdynamicpropertydialog.cpp
> >> WARNING: Failure to find: ../signalsloteditor/signalsloteditor_plugin.cpp
> >> WARNING: Failure to find: ../signalsloteditor/signalsloteditor_instance.cpp
> >> WARNING: Failure to find: ../signalsloteditor/signalsloteditorwindow.cpp
> >> RCC: Error in '../formeditor/formeditor.qrc': Cannot find file
> >> 'images/mac/resourceeditortool.png'
> >>
>
> I do find the following however:
>
> # find . -name "signalsloteditor*" -print
> ./tools/designer/src/components/signalsloteditor
> ./tools/designer/src/components/signalsloteditor/signalsloteditor.cpp
> ./tools/designer/src/components/signalsloteditor/signalsloteditor.h
> ./tools/designer/src/components/signalsloteditor/signalsloteditor.pri
> ./tools/designer/src/components/signalsloteditor/signalsloteditor_global.h
> ./tools/designer/src/components/signalsloteditor/signalsloteditor_instance
So this one exists.
> ./tools/designer/src/components/signalsloteditor/signalsloteditor_p.h
> ./tools/designer/src/components/signalsloteditor/signalsloteditor_plugin.c
As well as this one.
Can't say I understand why it thinks its not there. Of course it could just
be a path that is wrong. So whereever qmake's cwd is there's no
"../signalsloteditor" accessible from that place.
> I do not know why the signalsloteditor_plugin.cpp,
> signalsloteditor_instance.cpp & signalsloteditorwindow.cpp are
They are not missing, you just cut off the rest of the line containing the
remaining parts of the filename.
> missing. Is gcc not creating them??
Of course not, those are part of the tarball you've downloaded.
> also, there is no resourceeditortool.png:
>
> # find . -name "resourceeditortool.png" -print
I don't have a tarballs around, but that suggests that somethings missing
still. In particular this file should be in the tarball, so a tar -tzf
qt-....tar.gz | grep resourceeditortool should list it.
Andreas
--
This will be a memorable month -- no matter how hard you try to forget it.
More information about the Qt-interest-old
mailing list