Re: intltoolize: problem building CVS



On Sat, Jul 06, 2002 at 08:44:15PM -0400, Vance Shipley wrote: 

I'm getting stuck building dia from CVS on intltoolize.  Any help 
would be appreciated.  This is under FreeBSD 4.6-PRERELEASE with
autoconf-2.53, automake-1.5, gettext-0.11.2 & intltool-0.22.
This is a version problem, the maintainers use automake 1.4 and gettext-0.10.
I had the same problem, and I finally got rid of it after building a
CVS snapshot (not running autogen.sh) and copying po/* into the CVS
tree.

      -Vance

echo "Running intltoolize"
intltoolize --copy --force --automake
vances mobility$ intltoolize --copy --force --automake
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- Makefile.in.in.clean       Tue Apr 17 23:56:23 2001
|+++ Makefile.in.in     Sat Apr 28 17:58:22 2001
--------------------------
Patching file po/Makefile.in.in using Plan A...
Hunk #1 failed at 34.
Hunk #2 failed at 86.
Hunk #3 failed at 171.
3 out of 3 hunks failed--saving rejects to po/Makefile.in.in.rej
Hmm...  Ignoring the trailing garbage.
done


The contents of po/Makefile.in.in.rej are:

***************
*** 34,40 ****
  GMSGFMT = @GMSGFMT@
  MSGFMT = @MSGFMT@
  XGETTEXT = @XGETTEXT@
- MSGMERGE = msgmerge
  
  DEFS = @DEFS@
  CFLAGS = @CFLAGS@
--- 34,45 ----
  GMSGFMT = @GMSGFMT@
  MSGFMT = @MSGFMT@
  XGETTEXT = @XGETTEXT@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+ 
+ MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --dist
+ GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --pot
+ 
  
  DEFS = @DEFS@
  CFLAGS = @CFLAGS@

... (trimmed)


I can see that po/Makefile.in.in is a bit different:

GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = msgmerge
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter


_______________________________________________
Dia-list mailing list
Dia-list gnome org
http://mail.gnome.org/mailman/listinfo/dia-list



-- 
"Not only is there no God, but try finding a plumber on Sunday. "
 - Woody Allen

MaT|TaM (http://mattam.ath.cx)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]