Tage Johansson (2019/12/13 08:47 +0100):
$ make distclean

$ git pull origin

$ ./autogen

$ ./configure --with-espeak=no

$ make -j8

$ patch -p1 < speech-test-1.patch
You need to apply the patch before you run make. With what you did, the
driver gets compiled before the patch is applied to the source code so
that patch won't be taken into account.

Sorry I wrote wrong. I actually ran:

$ make distclean
$ git pull origin
$ patch -p1 < speech-test-1.patch
$ ./autogen
$ ./configure --with-espeak=no
$ make -j8


Best regards Tage


_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to