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 
_______________________________________________
gnome-accessibility-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

Reply via email to