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