Opened 14 years ago
Closed 14 years ago
#1450 closed Bug (fixed)
warnings from build
Reported by: | smmalis | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.41 |
Component: | Transmission | Version: | 1.40 |
Severity: | Minor | Keywords: | |
Cc: |
Description
When building I get the following two warnings:
libtransmission/Makefile.am:115: variable `APPS_LDFLAGS' is defined but no program or libtransmission/Makefile.am:115: library has `APPS' as canonic name (possible typo)
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/.
Change History (6)
comment:1 Changed 14 years ago by charles
- Milestone changed from None Set to 1.41
- Status changed from new to assigned
- Version changed from 1.34+ to 1.40
comment:2 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 14 years ago by charles
1.4x: r7103
comment:4 Changed 14 years ago by charles
- Component changed from GTK+ Client to Transmission
comment:5 Changed 14 years ago by smmalis
- Resolution fixed deleted
- Status changed from closed to reopened
The first message is gone, but the second one still remains.
comment:6 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
The second one will always be there. It's printed by glib-gettextize no matter what:
$ tail -12 /usr/bin/glib-gettextize echo echo "Please add the files" echo " codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4" echo " progtest.m4" echo "from the $datadir/aclocal directory to your autoconf macro directory" echo "or directly to your aclocal.m4 file." echo "You will also need config.guess and config.sub, which you can get from" echo "ftp://ftp.gnu.org/pub/gnu/config/." echo exit 0
Note: See
TracTickets for help on using
tickets.
fixed in trunk in r7101.