convulted
04-28-2007, 08:19 AM
Hey all,
I am trying to compile a 15-line C file that uses the OSSO-IC API (my target device is a 770 running OS2006). However, I cannot get it to compile. It keeps giving me errors such as:
/usr/include/osso-ic.h:32:23: dbus/dbus.h: No such file or directory
In file included from /usr/include/osso-ic.h:33,
from c.c:3:
/usr/include/libosso.h:28:18: glib.h: No such file or directory
/usr/include/libosso.h:35:32: dbus/dbus-protocol.h: No such file or directory
In file included from /usr/include/osso-ic.h:33,
from c.c:3:
I tried using pkg-config but I do not really understand what it does, or how to use it, and did not solve the problems.
Can anyone help?
Thanks!
I am trying to compile a 15-line C file that uses the OSSO-IC API (my target device is a 770 running OS2006). However, I cannot get it to compile. It keeps giving me errors such as:
/usr/include/osso-ic.h:32:23: dbus/dbus.h: No such file or directory
In file included from /usr/include/osso-ic.h:33,
from c.c:3:
/usr/include/libosso.h:28:18: glib.h: No such file or directory
/usr/include/libosso.h:35:32: dbus/dbus-protocol.h: No such file or directory
In file included from /usr/include/osso-ic.h:33,
from c.c:3:
I tried using pkg-config but I do not really understand what it does, or how to use it, and did not solve the problems.
Can anyone help?
Thanks!