[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #57823] configure option --with-installed-libtextstyle does not wor
From: |
Bruno Haible |
Subject: |
[bug #57823] configure option --with-installed-libtextstyle does not work |
Date: |
Sat, 15 Feb 2020 06:50:47 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0 |
URL:
<https://savannah.gnu.org/bugs/?57823>
Summary: configure option --with-installed-libtextstyle does
not work
Project: GNU gettext
Submitted by: haible
Submitted on: Sat 15 Feb 2020 12:50:45 PM CET
Category: Build
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
In gettext 0.20.1, building the gettext-tools subpackage, as documented in the
file PACKAGING, through
./configure --with-installed-libtextstyle --with-installed-csharp-dll
--prefix=/tmp/inst
make
does not work: It produces a build failure
Making all in src
make[2]: Entering directory '/tmp/gettext-0.20.1/gettext-tools/src'
here=`pwd`; \
cd ../../libtextstyle/lib && \
make install-nobase_includeHEADERS install-nobase_nodist_includeHEADERS
includedir="$here"
make[3]: Entering directory '/tmp/gettext-0.20.1/libtextstyle/lib'
make[3]: *** No rule to make target 'install-nobase_includeHEADERS'. Stop.
make[3]: Leaving directory '/tmp/gettext-0.20.1/libtextstyle/lib'
Makefile:3955: recipe for target 'textstyle.h' failed
make[2]: *** [textstyle.h] Error 2
make[2]: Leaving directory '/tmp/gettext-0.20.1/gettext-tools/src'
Makefile:2173: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/gettext-0.20.1/gettext-tools'
Makefile:2041: recipe for target 'all' failed
make: *** [all] Error 2
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57823>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #57823] configure option --with-installed-libtextstyle does not work,
Bruno Haible <=