On 01.10.2008 16:54, Scott Berry wrote:
hello there, I am trying to compile at-spi from the svn repository however, I am having no luck. I did get get the trunk of at-spi down. But the ./autogen.sh is giving me the problem and I am using Ubuntu. Here is what I type: ./autogen.sh --prefix=/usr --libexedir=/usr/lib/at-spi When I do this I get a lot of warnings. Unfortunately I can't put them all down but I'll put a few down.
Important is what the last few lines tell you. If there are no errors, and the last line shows something like:
"now type make to compile..." you should be on a good way. Did you install automake1.9? Did you type: sudo apt-get build-dep at-spi before compiling? Hermann