[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failed build after 922a93fc73ec & 39cf8145405f
From: |
Daniel J Sebald |
Subject: |
Re: failed build after 922a93fc73ec & 39cf8145405f |
Date: |
Mon, 28 May 2018 16:56:14 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 05/28/2018 04:37 PM, Daniel J Sebald wrote:
12:54 PM, Ben Abbott wrote:
I;m on macOS, but don’t think that is related, is anyone seeing this
same problem.
It appears that u8_strmblen() is part of libgnu. Did you re-run
./bootstrap to ensure the necessary GNU files are added to the project?
If that doesn't work, then perhaps something is wrong with the MacOS
bootstrap/configure scripts.
... I'm seeing the same issue now. The source code is present,
@linux ~/octave/octave/octave $ ls */*/*/*u8-strmblen* -l
-rw-rw-r-- 1 1753 Apr 18 18:09 gnulib/lib/unistr/u8-strmblen.c
-rw-rw-r-- 1 343 Apr 18 18:09 gnulib/modules/unistr/u8-strmblen
-rw-rw-r-- 1 260 Apr 18 18:09 gnulib/modules/unistr/u8-strmblen-tests
-rw-rw-r-- 1 3512 Apr 18 18:09 gnulib/tests/unistr/test-u8-strmblen.c
but for some reason it's not making it into a library linked with Octave.
Dan