Jan Buchal, le Fri 15 Apr 2005 11:23:03 +0200, a dit : > >>>>> "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: > > ST> Hi, Jan Buchal, le Fri 15 Apr 2005 10:50:17 +0200, a dit : > >> >>>>> "ST" == Samuel Thibault <[EMAIL PROTECTED]> > >> writes: > >> > ST> Hi, Jan Buchal, le Fri 15 Apr 2005 09:25:44 +0200, a dit : Have > ST> you recompiled gnopernicus so as to correctly use libbrlapi from > ST> brltty 3.6 (and not the one from brltty 3.4.1 which is not > ST> compatible) ? > >> >> > >> >> that's good question. However I do not know where I can find > >> >> brlapi-dev for brltty 3.6.1 source code. I have found rpm > >> package >> only. > >> > ST> If you installed brltty from sources, it brought you brlapi-dev. > >> > >> OK. However if I commpile gnopernicus it return this erros: > > ST> You should replace gnopernicus/braille/libbrl/ttybrl.c by the > ST> one provided in brltty/Patches/ttybrl.c. > > I copy ttybrl.c from brltty/Patches/ to gnopernicus/braille/lib . I it > correct?
Yes. > then I configured gnopernicus however with same result: > > configure:21547: checking whether to enable brltty support > configure:21587: gcc -o conftest -I/usr/include -L/usr/lib -lbrlapi > conftest.c -lpopt >&5 > conftest.c:35:35: brltty/brlapi.h: No such file or directory Ah, sorry, the configure.in probably needs be updated too: replace #include <brltty/brlapi.h> by #include <brltty/api.h> #include <brltty/brldefs.h> and re-run autoconf. Regards, Samuel _______________________________________________ gnome-accessibility-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
