Belligero

Because I can...

 
  • Increase font size
  • Default font size
  • Decrease font size

D-Bus C API Compilation Problems

E-mail Print PDF

Well, ignore my last post.  At this point, I essentially have nothing done for my project, since I cannot get anything to compile.  I figure it would be essentially impossible to learn Python well enough in time to get my 0.1 release coded, so I started looking into the C API for DBus.

However, I cannot get it to compile.  My first hassle was getting the compiler to find the dbus.h file, which I was able to solve with the proper flags.  Now, when I try to compile, the compiler cannot find required functions.  My code and the compilation errors are posted at http://pastebin.ca/1219504

If i can't get this to compile, then I'm screwed for Friday's due date. Does anybody have any suggestions on how to get this to work?

Last Updated ( Saturday, 04 October 2008 22:29 )  
Comments (2)
compiling your dbus example
1 Sunday, 05 October 2008 06:40
i think you might need library dbus-glib-1
D-Bus C API Compilation Problems
2 Sunday, 05 October 2008 17:52
Sounds like your not linking against the dbus library. You need to -ldbus or -ldbus-1

Add your comment

Your name:
Your email:
Your website:
Subject:
Comment:

User Login