trying to run KDevelop, again!!! :)

I stopped this project some time ago, but now I’m back.
As XPhoton is still not stable, I could port it but couldn’t run for too
much
long. And it asked for too much memory!
So, I’m trying to run KDevelop over XFree86, but I’m having some problems:

  • anyone with ports from shared memory functions (shmget, shmop, shmctl,
    …)? ok, I should do it, but I didn’t yet! :wink: BTW, i just deleted those
    shared memory functions and it has just seemed to work!
  • I’m having problems linking it! There’s a problem on a library from
    kdelibs.
    Although I’m including the header file and linking with the correct library,
    the same problem shows all the time:
    /usr/local/kde/lib/libkhtmlw.a (html.o): In function
    ‘KHTMLWidget::registerFormats(void)’:
    html.o (.text+0x169a3): undefined reference to ‘kimgioRegister(void)’

Thanks!

Ricardo K. Ashikawa

Are you linking against libkimgio.so?

Ricardo Kazumi Ashikawa <ashikawa@dixtal.com.br> wrote:

I stopped this project some time ago, but now I’m back.
As XPhoton is still not stable, I could port it but couldn’t run for too
much
long. And it asked for too much memory!
So, I’m trying to run KDevelop over XFree86, but I’m having some problems:

  • anyone with ports from shared memory functions (shmget, shmop, shmctl,
    …)? ok, I should do it, but I didn’t yet! > :wink: > BTW, i just deleted those
    shared memory functions and it has just seemed to work!
  • I’m having problems linking it! There’s a problem on a library from
    kdelibs.
    Although I’m including the header file and linking with the correct library,
    the same problem shows all the time:
    /usr/local/kde/lib/libkhtmlw.a (html.o): In function
    ‘KHTMLWidget::registerFormats(void)’:
    html.o (.text+0x169a3): undefined reference to ‘kimgioRegister(void)’

Thanks!

Ricardo K. Ashikawa


cburgess@qnx.com

Ricardo Kazumi Ashikawa wrote:

I stopped this project some time ago, but now I’m back.
As XPhoton is still not stable, I could port it but couldn’t run for too
much
long. And it asked for too much memory!
So, I’m trying to run KDevelop over XFree86, but I’m having some problems:

  • anyone with ports from shared memory functions (shmget, shmop, shmctl,
    …)?

Kris Warkentin wrote a replacement, see
http://staff.qnx.com/~kewarken

ok, I should do it, but I didn’t yet! > :wink: > BTW, i just deleted those
shared memory functions and it has just seemed to work!

  • I’m having problems linking it! There’s a problem on a library from
    kdelibs.
    Although I’m including the header file and linking with the correct library,
    the same problem shows all the time:
    /usr/local/kde/lib/libkhtmlw.a (html.o): In function
    ‘KHTMLWidget::registerFormats(void)’:
    html.o (.text+0x169a3): undefined reference to ‘kimgioRegister(void)’

No idea :slight_smile:

Armin

  • I’m having problems linking it! There’s a problem on a library from
    kdelibs.
    Although I’m including the header file and linking with the correct library,
    the same problem shows all the time:
    /usr/local/kde/lib/libkhtmlw.a (html.o): In function
    ‘KHTMLWidget::registerFormats(void)’:
    html.o (.text+0x169a3): undefined reference to ‘kimgioRegister(void)’

Make sure that libkimio.a is in your link line after libkhtmlw.a


cburgess@qnx.com