RE: In -P mode (m4)

2013-05-23 Thread John Sørland
Thanks! This time = SUCCESS! ☺ Br, John.. From: Gary V. Vaughan [mailto:g...@vaughan.pe] Sent: 16. mai 2013 10:48 To: John Sørland Cc: bug-m4@gnu.org Subject: Re: In -P mode (m4) On 15 May 2013, at 16:42, John Sørland mailto:j...@nsm.aero>> wrote: During ./configure of flex-2.5

Re: In -P mode (m4)

2013-05-16 Thread Gary V. Vaughan
On 15 May 2013, at 16:42, John Sørland wrote: > During ./configure of flex-2.5.37 on the raspberrypi I get an error: > > “M4 that supports –P” > > > M4 (latest) is built with success… > Any tip/hint? $ export M4=`which gm4` $ if test -z "$M4" || test -z "`$M4 --help 2>&1 |grep

Re: In -P mode (m4)

2013-05-16 Thread Eric Blake
On 05/16/2013 04:55 AM, John Sørland wrote: > Thanks! [Please don't top-post on technical lists] > > Version no.: 1.4.16.. That version should work. > On 05/15/2013 03:42 AM, John S rland wrote: >> During ./configure of flex-2.5.37 on the raspberrypi I get an error: >> >> "M4 that supports -

RE: In -P mode (m4)

2013-05-16 Thread John Sørland
Thanks! Version no.: 1.4.16.. I 'll try further on! Br, John.. -Original Message- From: Eric Blake [mailto:ebl...@redhat.com] Sent: 15. mai 2013 23:20 To: John Sørland Cc: bug-m4@gnu.org Subject: Re: In -P mode (m4) On 05/15/2013 03:42 AM, John S rland wrote: > During ./c

Re: In -P mode (m4)

2013-05-15 Thread Eric Blake
On 05/15/2013 03:42 AM, John S��rland wrote: > During ./configure of flex-2.5.37 on the raspberrypi I get an error: > > "M4 that supports -P" > > > M4 (latest) is built with success... What does 'm4 --version' say? Did you build from a tarball or from m4.git? As there are multiple branche

In -P mode (m4)

2013-05-15 Thread John S��rland
During ./configure of flex-2.5.37 on the raspberrypi I get an error: "M4 that supports -P" M4 (latest) is built with success... Any tip/hint? Br, John..