Re: "cygqt" error while starting KDE-cygwin from KDE3.4 snapshot
Ralf Habacker <[email protected]> Wed, 13 Jul 2005 21:24:02 +0200
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, 13. Juli 2005 17:28 schrieb stephen emslie: > Hi > > I've just installed cygwin, following the instructions here: > http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/ > > When I run ~/startkde I get this error: "This application has failed to > start > because cygqt-mt-3.dll was not found. Re-installing the application may fix > this > problem" > > There was also an error when I tried to run earlier > find /opt/qt/3.3 /opt/kde3.4 -name '*.dll' >/tmp/files.lst > but I carried on anyway. It seems that unpacking of the archives was not performed sucessfully. You can list the content of the binary packages with tar -tjf <package> for the qt package there should be printed something like opt/qt/3.3/... ... Then you can unpack the qt package with tar -C / -xjvf <package> Then verify with with find /opt/qt/3.3 which should list many files Go on with the other packages. > I saw something on the mailing list that seemed to say that this meant I > hadnt installed my cygwin correctly, but I made sure that all the required > packages shown on that page were installed. Is there anything else I need > that isnt described in the instructions? > > Do you have any idea how I can fix this problem? > see above -- Ralf Habacker