Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread 高生旺

Well, I delete the source and clone again, then every thing is okay.
Thank you very very much!

On Tue, 13 Feb 2018, Dave Mielke wrote:


Date: Tue, 13 Feb 2018 13:16:27
From: Dave Mielke <d...@mielke.cc>
Reply-To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
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 be the very Word of God: http://Mielke.cc/bible/
Dave Mielke   | 2213 Fox Crescent | WebHome: http://Mielke.cc/
EMail: d...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 Fox Crescent | WebHome: http://Mielke.cc/
EMail: d...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

Re: [BRLTTY] 5.6 is now released.

2018-02-12 Thread 高生旺

Unfortunately the result is same as previous.

My build commands:
./autogen
./configure --with-init-path=/sbin/init
make

config.mk:
LOUIS_LIBS = ""

On Mon, 12 Feb 2018, Dave Mielke wrote:


Date: Tue, 13 Feb 2018 12:56:55
From: Dave Mielke <d...@mielke.cc>
Reply-To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
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. 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.mk contains quotes or not.


--
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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.mk contains quotes or not.

-- 
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty


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
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 that configure calculates both of them is the same. I've no 
idea why LOUIS_INCLUDES is truly empty but LOUIS_LIBS is an empty string. The 
fact that those quotes are there is creating an empty arument to gcc, and 
that's why you're getting the "file not found" error.

Are you using the configure script right out of the brltty tarball? Could you 
please post it so that I can have a look at it?

-- 
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 <d...@mielke.cc>
Reply-To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
To: Informal discussion between users and developers of BRLTTY.
<brltty@brltty.com>
Subject: Re: [BRLTTY] 5.6 is now  released.

[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 that we can try to figure out what the problem 
is.


--
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

makelog.bz2
Description: Binary data
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 that we can try to figure out what the problem 
is.

-- 
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty

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 an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty


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
>  pkg-config(1). This macro fails to select the correct version to
>  support cross-compilation.
>  
>  A better way would be to use the PKG_PROG_PKG_CONFIG macro from pkg.m4
>  and then using the $PKG_CONFIG shell variable.
>  
>  Refer to https://bugs.debian.org/884798 for details.

This isn't picked up automatically. pkg.m4 is in /usr/share/aclocal/, and that 
seems to need some incantation of the aclocal command to work. I don't kow what 
that incantation is. Perhaps someone does, and can give me a hint.

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?

-- 
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...@mielke.cc | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: 1-613-726-0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty


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_PATH_PROG to discover the location of
  pkg-config(1). This macro fails to select the correct version to
  support cross-compilation.
  
  A better way would be to use the PKG_PROG_PKG_CONFIG macro from pkg.m4
  and then using the $PKG_CONFIG shell variable.
  
  Refer to https://bugs.debian.org/884798 for details.

Although properly detecting pkg files for cross-compilation may not be a
priority target, it could be useful to fix it :)

Samuel
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.com
For general information, go to: http://brltty.com/mailman/listinfo/brltty