8 May
2008
8 May
'08
6:43 a.m.
On Thu, May 08, 2008 at 04:34:23PM +1000, Bernard Gray wrote:
This is on debian sid, perl=5.10.0-9.1
The following error has been occurring for me since Monday:
[...] | perl -CI ./utf8-to-roff \ > tmp.$$ \ && mv -f tmp.$$ inkscape.1 Too late for "-CI" option at ./utf8-to-roff line 1.
... make is calling it with the -CI switch, and so is the hashbang bit of utf8-to-roff. if you remove it from utf8-to-roff it builds ok
If utf8-to-roff needs -CI flags, then I'd have thought that utf8-to-roff should keep the -CI flags in its #! line (which perl honours even when not being invoked via the #! mechanism) and removed from the Makefile.
I'll try this now.
pjrm.