[RPL/2] RPL/2-4.0.0.prerelease.5

BERTRAND Joël joel.bertrand at systella.fr
Lun 17 Mar 19:32:41 CET 2008


DEMAINE Benoit-Pierre a écrit :
> Same compile bug as previously reported, when no RPL2 installed on the 
> machine, installing pre5 fails:

	Try to use a UFT8-capable distribution or modify src/makefile.am like 
this :

%.conv.c: %.c
     iconv -f @ENCODING_AUTODETECTION@ \
             -t $(shell locale charmap)//translit $< | expand -t 4 > $@

%.conv.h: %.h
     iconv -f @ENCODING_AUTODETECTION@ \
             -t $(shell locale charmap)//translit $< | expand -t 4 > $@

%.conv.f: %.f
     iconv -f @ENCODING_AUTODETECTION@ \
             -t $(shell locale charmap)//translit $< | expand -t 4 > $@

	No tested, but it should work.

	JKB


Plus d'informations sur la liste de diffusion RPL2