From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: Date: Fri, 5 Oct 2007 19:10:32 +0530 From: "rohit puri" To: "BlueZ users" In-Reply-To: <1191589377.10698.168.camel@violet> MIME-Version: 1.0 References: <1191589377.10698.168.camel@violet> Subject: Re: [Bluez-users] DBus error is missing Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0236426732==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============0236426732== Content-Type: multipart/alternative; boundary="----=_Part_35283_5556504.1191591632882" ------=_Part_35283_5556504.1191591632882 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Marcel, Thanks very much for your assistance but still some errors are there even I have changed the include path to -1 'DBusConnection' undeclared (first use in this function) dbus2.c:10: error: (Each undeclared identifier is reported only once dbus2.c:10: error: for each function it appears in.) dbus2.c:10: error: 'connection' undeclared (first use in this function) dbus2.c:12: error: 'DBusMessage' undeclared (first use in this function) dbus2.c:12: error: 'message' undeclared (first use in this function) dbus2.c:12: error: 'reply' undeclared (first use in this function) dbus2.c:16: error: 'DBUS_BUS_SYSTEM' undeclared (first use in this function) dbus2.c:22: error: 'DBUS_TYPE_STRING' undeclared (first use in this function) dbus2.c:22: error: 'DBUS_TYPE_INVALID' undeclared (first use in this function) Regards, Rohit On 10/5/07, Marcel Holtmann wrote: > > Hi Rohit, > > > whenever I am compiling my program of > > dbus for interprocess communication .i am getting following error .I > > have downloaded a latest version of dbus 1.1.2 > > > > > > Here I am writing the program and all the errors I am facing > > #include > > #include > > #include > > you includes are not complete. You can't use the "dbus-1.0" prefix, you > have to change the include path (-I). > > Regards > > Marcel > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > ------=_Part_35283_5556504.1191591632882 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Marcel,

Thanks very much for your assistance but still some errors are there
even I have changed the include path to -1

'DBusConnection' undeclared (first use in this function)
dbus2.c:10: error: (Each undeclared identifier is reported only once
dbus2.c:10: error: for each function it appears in.)
dbus2.c:10: error: 'connection' undeclared (first use in this function)
dbus2.c:12: error: 'DBusMessage' undeclared (first use in this function)
dbus2.c:12: error: 'message' undeclared (first use in this function)
dbus2.c:12: error: 'reply' undeclared (first use in this function)
dbus2.c:16: error: 'DBUS_BUS_SYSTEM' undeclared (first use in this function)
dbus2.c:22: error: 'DBUS_TYPE_STRING' undeclared (first use in this function)
dbus2.c:22: error: 'DBUS_TYPE_INVALID' undeclared (first use in this function)

Regards,
Rohit
On 10/5/07, Marcel Holtmann <marcel@holtmann.org> wrote:
Hi Rohit,

> whenever I am compiling my program of
> dbus for interprocess communication .i am getting following error .I
> have downloaded a latest version of dbus 1.1.2
>
>
> Here I am writing the program and all the errors I am facing
> #include <stdio.h>
> #include <stdlib.h>
> #include <dbus-1.0/dbus/dbus.h>

you includes are not complete. You can't use the "dbus-1.0" prefix, you
have to change the include path (-I).

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

------=_Part_35283_5556504.1191591632882-- --===============0236426732== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ --===============0236426732== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0236426732==--