everything compiles but nothing runs

Ralf Habacker ralf.habacker at freenet.de
Wed Dec 6 09:00:37 CET 2006


Rikardo Tinauer schrieb:
> Paulo Jorge Guedes wrote:
>   
>>> -----Original Message-----
>>> From: Rikardo Tinauer [mailto:rikardo.tinauer at eba.si]
>>> Sent: terça-feira, 5 de Dezembro de 2006 14:11
>>> To: kde-windows at kde.org
>>> Subject: everything compiles but nothing runs
>>>
>>>
>>> I successfully compiled kdewin32 and kdelibs and installed them. But
>>> nothing
>>> runs, every application that I try to run
>>> crashes and gives back the same Bimbows dialog about sending error.
>>>
>>> Did anyone successfully run any KDE4 gui app? Did anyone succeeded to
>>> compile and run test for KHTML component?
>>>       
>> Can you paste the console output?
>>
>> Paulo
>>
>> I have managed to run some apps. But I had to build everything in release
>> mode. But I still have problem running KHTMLPart. Here is the console
>> output:
>>
>> [3032] kio (KSycoca): ERROR: No database available!
>> KUrl::setPath /
>> [3032] kio (KSycoca): ERROR: No database available!
>> KIO::Slave::createSlave "http"   "www.kde.org"   "1062"
>> [3032] testkhtml: ERROR: : couldn't create slave : Cannot talk to
>> klauncher: Did not receive a reply. Possible causes include: the remote
>> application did not send a reply, the message bus security policy blocked
>> the reply, the reply timeout expired, or the network connection was
>> broken.
>> [3032] kio (KSycoca): ERROR: No database available!
>> KUrl::setPath
>> KUrl::setPath
>>
>>     
It is required to start klauncher and kded before. Additional it is
required to have an initial install of kdelibs. With mingw I have done
something like the following

set
PATH=c:\Programme\dbus\bin;c:\Programme\gnuwin32\bin;c:\Programme\kdewin32\bin;%PATH%

mingw32-make install -> will install kdelibs into c:\Programme\kelibs 
(german os) 

set PATH=c:\Programme\kdelibs\bin;c:\Programme\kdelibs\lib;%PATH%
set KDEDIRS=c:\Programme\kdelibs

kdeinit         -> will starts dbus-daemon, klauncher and kde in silent
mode

or to get each application in an separate windows

dbus-launch.bat
start klauncher
start kded             -> this will start kbuildsycoca and kconf_update

Then you are ready to run other applications

Ralf




More information about the Kde-windows mailing list