Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread 高生旺
users and developers of BRLTTY. Subject: Re: [BRLTTY] 5.6 is now released. [quoted lines by 高生旺 on 2018/02/13 at 13:09 +0800] My build commands: ./autogen ./configure --with-init-path=/sbin/init make Is this immediately after a git clone into a fresh directory? -- I believe the Bible to

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread Dave Mielke
[quoted lines by 高生旺 on 2018/02/13 at 13:09 +0800] >My build commands: >./autogen >./configure --with-init-path=/sbin/init >make Is this immediately after a git clone into a fresh directory? -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread 高生旺
users and developers of BRLTTY. To: Informal discussion between users and developers of BRLTTY. Subject: Re: [BRLTTY] 5.6 is now released. [quoted lines by 高生旺 on 2018/02/13 at 11:47 +0800] Your configure script looks fine. Perhaps, just to be sure, update to the latest code and try again.

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread Dave Mielke
[quoted lines by 高生旺 on 2018/02/13 at 11:47 +0800] Your configure script looks fine. Perhaps, just to be sure, update to the latest code and try again. Please let me know exactly which commands you execute to do the build. Also, after the configure, let me know if the LOUIS_LIBS line in config.

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread Dave Mielke
[quoted lines by Samuel Thibault on 2018/02/12 at 21:54 +0100] >> Could you please try changing that AC_PATH_PROG (line 353 of configure.ac) >> to >> AC_PATH_TOOL (same syntax) as perhaps a simpler way of resolving the problem? > >That seems to be working fine indeed. Thanks. Done. -- I belie

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread Samuel Thibault
Hello, Dave Mielke, on dim. 11 févr. 2018 14:59:02 -0500, wrote: > Could you please try changing that AC_PATH_PROG (line 353 of configure.ac) to > AC_PATH_TOOL (same syntax) as perhaps a simpler way of resolving the problem? That seems to be working fine indeed. Samuel _

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread Dave Mielke
[quoted lines by 高生旺 on 2018/02/12 at 12:20 +0800] >Atached. Thanks! The problem is, that for some reason I'm not understanding, your config.mk contains: LOUIS_INCLUDES = LOUIS_LIBS = "" Your log shows that liblouis isn't installed, so both these make macros should be empty. The way th

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread Dave Mielke
[quoted lines by 高生旺 on 2018/02/12 at 10:44 +0800] >Log file attached. Thank you! Please also post your config.mk and config.log files. -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ EMail: d...@m

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread 高生旺
Log file attached. Thank you! On Sun, 11 Feb 2018, Dave Mielke wrote: Date: Mon, 12 Feb 2018 10:15:55 From: Dave Mielke Reply-To: Informal discussion between users and developers of BRLTTY. To: Informal discussion between users and developers of BRLTTY. Subject: Re: [BRLTTY] 5.6 is

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread Dave Mielke
[quoted lines by 高生旺 on 2018/02/12 at 10:00 +0800] >While building the last code, I got the error: > >gcc: error: : No such file or directory > >What's wrong and how to check and fix it? It means that a source file is missing. That, of course, shouldn't happen. Please post the full make log so t

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread 高生旺
While building the last code, I got the error: gcc: error: : No such file or directory What's wrong and how to check and fix it? Please someone help me. Thank you! Coscell ___ This message was sent via the BRLTTY mailing list. To post a message, send

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread Dave Mielke
[quoted lines by Samuel Thibault on 2018/02/11 at 17:53 +0100] >While working on the Debian package, I got the following warning which >got recently added to Debian: > >autotools-pkg-config-macro-not-cross-compilation-safe > > The package appears to use AC_PATH_PROG to discover the location of >

Re: [BRLTTY] 5.6 is now released.

2018-02-11 Thread Samuel Thibault
Hello, Dave Mielke, on lun. 05 févr. 2018 12:02:34 -0500, wrote: > Release 5.6 of brltty is now available. While working on the Debian package, I got the following warning which got recently added to Debian: autotools-pkg-config-macro-not-cross-compilation-safe The package appears to use AC_P