everything compiles but nothing runs

Rikardo Tinauer rikardo.tinauer at eba.si
Wed Dec 6 10:10:07 CET 2006




Ralf Habacker wrote:
> 
> 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
> 
> I did exaclty that. I tried again but nothing chagned. I still get the
> message:
> KDED says: KLaucher could not be reached via D-Bus
> 
> My app shows up, then it takes a long time when trying to create KIO Slave
> (this time is probably timeout period).
> Then my app says: could not create slave: Cannot talk to KLauncher. ....
> 
> I think my D-Bus is not configured OK, I ran it like this: start
> bin\dbus-deamon --config-file=etc\session.conf
> 
> Rikardo
> 
> _______________________________________________
> Kde-windows mailing list
> Kde-windows at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows
> 
> 

-- 
View this message in context: http://www.nabble.com/everything-compiles-but-nothing-runs-tf2761832.html#a7715817
Sent from the kde-windows mailing list archive at Nabble.com.




More information about the Kde-windows mailing list