You are not logged in.

1

Saturday, July 28th 2007, 11:59am

KDE4 install under Windows XP (32 bit)

Good day!

I have downloaded and installed KDE4 under Windows, using this installler: http://download.cegit.de/kde-windows/ins…r-gui-0.7.4.exe

But KDE have not registered in the "Start" menu, so I desided to run bin/kdeinit4.exe. But it's execution was failed by the reason: "The procedure entry point _Z5qFreePv could not be located in the dinamic link library QtCore4.dll". I see this message on my screen and then programm shutdowns. I think so, that KDE can not find itself libraries?

Please help to run KDE4!

marceln

Beginner

Posts: 2

Location: Romania

  • Send private message

2

Saturday, July 28th 2007, 9:14pm

It seems that it finds the qt libs but they are a different version than the one KDE was compiled against.
Don't they have any details about this on that site?
Maybe that package comes bundled with a precompiled Qt, in which case you must (re)define your QTDIR to point to that instalaltion and add %QTDIR%\bin to PATH.

Regards
Marcel

3

Sunday, July 29th 2007, 8:39am

I have tryed this command:
set QTDIR="C:\Program Files\KDE4\bin", also `lib` instead `bin`
but without result.

But it rather strange, that this is problem with this variable, bacause designer.exe (QT Designer), which stores in one folder with kdeinit.exe (and others KDE's binaries) can run normally. Such as QT Assistant.

marceln

Beginner

Posts: 2

Location: Romania

  • Send private message

4

Sunday, July 29th 2007, 7:02pm

"QTDIR="C:\Program Files\KDE4\bin""
This is not ok. The QTDIR var must point to the Qt installation dir, not to the KDE binaries, nor libs.

Regards
Marcel