On Mon, Sep 22, 2008 at 02:57:00PM -0400, mk360 wrote: > I'm having problems compiling at-spi from subversion. > > I have ubuntu 8.10 and I've installed all the dependencies as described > in orca wiki, but when I run ./autogen.sh --prefix=/usr > --libexecdir=/usr/lib/at-spi it doesn't work... > > If necesary I can send a log of my ./autogen.sh command, but I need some > instructions, becouse ./autogen.sh --prefix=/usr > --libexecdir=/usr/lib/at-spi > resultsfile doesn't get all results.
autogen.sh just calls gnome-autogen.sh, so your command line arguments get lost. After running autogen.sh, does simply ./configure --prefix=/usr --libexecdir=/usr/lib/at-spi do what you expect? Cheers, Patrick _______________________________________________ gnome-accessibility-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
