Re: gnome-accessibility-list Digest, Vol 11, Issue 3
- From: Jaideep <jdthe_boss yahoo com>
- To: gnome-accessibility-list gnome org
- Subject: Re: gnome-accessibility-list Digest, Vol 11, Issue 3
- Date: Wed, 2 Mar 2005 12:24:02 -0800 (PST)
Hi,
I tried to write a small program that initializes
at-spi. I tried to compile it with "gcc atk-test.c",
but the compiler gave a lot of errors. I tried to
include the /usr/local/include/at-spi-1.4.0 directory
with -I option but still it did not help. It is not
able to find the header files perhaps. can anybody
help me in this matter? I am including the source code
with this mail
/*atk-tes.c*/
#include<stdio.h>
#include<at-spi-1.0/cspi/spi.h>
int main(void)
{
int success;
printf("Checking if SPI works");
success=SPI_init();
if(!success)
{
printf("AT-SPI init successful");
}
else
printf("Unsuccessful");
return 0;
}
/*end of file*/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]