View Single Post
Old 07-05-2008, 08:54 AM   #1
Kiba
Member
Kiba began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Apr 2008
Device: iLiad
Compile application gtk+ with liberdm

Hello. I try to compile a gtk application with liberdm.

I used the command :
$ arm-linux-gcc -o form form.c 'pkg-config --cflags --libs gtk+-2.0', PKG_CONFIG_PATH = .../arm-linux/lib/pkgconfig/

The error is :

Code:
In function 'on_copy_button'
Undefined reference to dmDisplay
I've included <liberdm/erdm.h>

I saw that ipdf use this library. I've downloaded it and tried to compile it, to saw compilation properties, but ./configure doesn't pass...

Thanks for your help
Kiba is offline   Reply With Quote