KDE 2.0 porting (kdesupport and kdelibs)

I’m trying to port the KDE minimum set so that I can run any KDE
application.
However, I’m having problems with kdelibs2.0. I can’t compile kdesu_pty.cpp,
even if I #include unistd.h so that #define’s are correct. Any known
solution?
BTW, if I port qt, kdesupport and kdelibs, is that enough to run KDE and any
of its applications?


Thanks!

Ricardo K. Ashikawa

“Ricardo Kazumi Ashikawa” <ashikawa@dixtal.com.br> wrote in message
news:999u15$jh2$1@inn.qnx.com

I’m trying to port the KDE minimum set so that I can run any KDE
application.
However, I’m having problems with kdelibs2.0. I can’t compile
kdesu_pty.cpp,
even if I #include unistd.h so that #define’s are correct. Any known
solution?
BTW, if I port qt, kdesupport and kdelibs, is that enough to run KDE and
any
of its applications?

Did you get dcopserver running yet?

I have failed message when trying to run it.
_KDE_IceTransSocketOpen: socket() failed for local
_KDE_IceTransSocketOpenCOTSServer: Unable to open socket for local

Is this caused by AF_UNIX sockets?

Regards,
Sergey Sobolev

I would suggest starting your KDE port in a 6.2 system
where UDS is supported.

frank

Sergey Sobolev <ssobolev@volgasoft.net> wrote:

Did you get dcopserver running yet?
I have failed message when trying to run it.
_KDE_IceTransSocketOpen: socket() failed for local
_KDE_IceTransSocketOpenCOTSServer: Unable to open socket for local

Is this caused by AF_UNIX sockets?

Regards,
Sergey Sobolev

Please look at: http://sourceforge.net/projects/openqnx for a port of Qt


Jens
“Sergey Sobolev” <ssobolev@volgasoft.net> wrote in message
news:aa426l$npb$1@inn.qnx.com

“Ricardo Kazumi Ashikawa” <> ashikawa@dixtal.com.br> > wrote in message
news:999u15$jh2$> 1@inn.qnx.com> …
I’m trying to port the KDE minimum set so that I can run any KDE
application.
However, I’m having problems with kdelibs2.0. I can’t compile
kdesu_pty.cpp,
even if I #include unistd.h so that #define’s are correct. Any known
solution?
BTW, if I port qt, kdesupport and kdelibs, is that enough to run KDE and
any
of its applications?

Did you get dcopserver running yet?
I have failed message when trying to run it.
_KDE_IceTransSocketOpen: socket() failed for local
_KDE_IceTransSocketOpenCOTSServer: Unable to open socket for local

Is this caused by AF_UNIX sockets?

Regards,
Sergey Sobolev

<fliu@bb.vipstage.com> wrote in message news:aa43os$onm$1@inn.qnx.com

I would suggest starting your KDE port in a 6.2 system
where UDS is supported.

frank
I almost get it working on my 6.1 box with INET sockets.

Unfortunately, I have no access to QNX 6.2. :frowning:

Sergey

<fliu@bb.vipstage.com> wrote in message news:aa43os$onm$1@inn.qnx.com

I would suggest starting your KDE port in a 6.2 system
where UDS is supported.

Where can I get it???

I think they does not release it yet :frowning: