[bt-devel] [ bibletime-Bugs-1606437 ] bibletime-i18n autogen.sh fails
SourceForge.net
noreply at sourceforge.net
Thu Oct 25 13:13:28 MST 2007
Bugs item #1606437, was opened at 2006-12-01 00:56
Message generated for change (Comment added) made by mgruner
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=1606437&group_id=954
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation / Installation
Group: in progress
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Daniel Glassey (danglassey)
>Assigned to: Martin Gruner (mgruner)
Summary: bibletime-i18n autogen.sh fails
Initial Comment:
*** Creating aclocal.m4
*** Creating configure
*** Creating Makefile templates
ERROR:po/Makefile.am: Do not use $< rules. They are not portable (.po.gmo).
ERROR:po/Makefile.am: Do not use $< rules. They are not portable (.po.mo).
make[1]: *** [cvs] Error 1
The problem is in lines 181 and 185 in maintenance/gen_am.sh that generates po/Makefile.am
.po.mo:
$(MSGFMT) -o $@ $<
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
----------------------------------------------------------------------
>Comment By: Martin Gruner (mgruner)
Date: 2007-10-25 22:13
Message:
Logged In: YES
user_id=169722
Originator: NO
Not a bug. Obsolete by SVN work which uses CMake. Closing.
----------------------------------------------------------------------
Comment By: Martin Gruner (mgruner)
Date: 2007-09-03 08:39
Message:
Logged In: YES
user_id=169722
Originator: NO
Joachim, could you look into that please?
----------------------------------------------------------------------
Comment By: Daniel Glassey (danglassey)
Date: 2006-12-07 14:44
Message:
Logged In: YES
user_id=249922
Originator: YES
Yes, if there is somthing updated from KDE that would be great. I have no
idea how to fix it. Joachim, do you think you can find that?
----------------------------------------------------------------------
Comment By: Joachim Ansorg (joachim)
Date: 2006-12-01 19:35
Message:
Logged In: YES
user_id=1486
Originator: NO
Hm, I think the po rules are from really old KDE stuff. We should use the
updated files of KDE, I guess.
----------------------------------------------------------------------
Comment By: Martin Gruner (mgruner)
Date: 2006-12-01 18:18
Message:
Logged In: YES
user_id=169722
Originator: NO
It works for me. Also, I don't know how to fix this, do you have an idea?
Thanks - mg
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=1606437&group_id=954
More information about the bt-devel
mailing list