[pacman-dev] [PATCH] gettext support - part 1

Judd Vinet jvinet at zeroflux.org
Wed May 31 15:07:00 EDT 2006


On Wed, May 31, 2006 at 08:32:06PM +0200, VMiklos wrote:
> my bad, i thought Makevars is autogenerated. if you move away that
> file then it works

Ah, that's done it, thanks!

> ( did i mention i hate autotools? ;) )

Ugh, me too.

I generated the .pot file properly, but I still get the same error when
building:

make[3]: Entering directory `/home/jvinet/pacman-lib/lib/libalpm/po'
make .pot-update
make[4]: Entering directory `/home/jvinet/pacman-lib/lib/libalpm/po'
make[4]: *** No rule to make target `../../../add.c', needed by
`.pot-update'.  Stop.

Looking at the po/POTFILES file generated by ./configure, it seems to be
putting the wrong pathnames in:

     ../../../add.c \
     ../../../alpm.c \
     ../../../backup.c \
     ../../../be_files.c \

etc.

Do you guys have this problem with the FW pacman?  I am no autotools
genius.


- J





More information about the pacman-dev mailing list