Re: [gccsdk] Flex and Bison broken?

2015-02-26 Thread WPB
On Fri, 20 Feb 2015 12:37:33 -, alan buckley alan_...@hotmail.com wrote: Ron wrote on Monday, February 16, 2015 10:19 PM: In message dub120-w387dd353c097bcd506734ef0...@phx.gbl alan buckley alan_...@hotmail.com wrote: WPB wrote on Date: Sat, 7 Feb 2015 20:27:31: Guess

Re: [gccsdk] Flex and Bison broken?

2015-02-08 Thread WPB
On Sun, 08 Feb 2015 12:11:22 -, alan buckley alan_...@hotmail.com wrote: WPB wrote on Date: Sat, 7 Feb 2015 20:27:31: [snip] So it looks like there's a hard-coded reference in there to a file: /home/alanb/gccsdk/env/share/bison/m4sugar/m4sugar.m4 - again, it appears 'bison' is broken

Re: [gccsdk] Flex and Bison broken?

2015-02-08 Thread WPB
On Sun, 08 Feb 2015 12:11:22 -, alan buckley alan_...@hotmail.com wrote: WPB wrote on Date: Sat, 7 Feb 2015 20:27:31: [snip] Both fail. Flex with the following error: File '$.usr.local.bin.m4' not found I know there is a port of 'm4' at riscos.info, but it's certainly not going

Re: [gccsdk] GCC: bits/c++config.h

2015-02-07 Thread WPB
it (everything other than norcroft stuff really) but it simply couldn't be stopped that way at all. I decided to stop trying to do things differently, and just move the source files into their respective sub-directories for 'cpp', 'h', etc. It sort of feels like sfix= is pointless really! WPB

Re: [gccsdk] make: File '-c' not found

2015-02-03 Thread WPB
in UnixLib and comparing to the date that code was added to job.c might give us a clue? WPB ___ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main

Re: [gccsdk] make: File '-c' not found

2015-02-01 Thread WPB
(in interactive mode at least): *printf Hello world\n Hello worldn* *printf Hello world\\n Hello world *bash bash-4.2$ printf Hello world\n Hello world bash-4.2$ I'm not sure if the behaviour under the RISC OS CLI is a bug or not... WPB ___ GCCSDK mailing

Re: [gccsdk] make: File '-c' not found

2015-02-01 Thread WPB
On Sun, 01 Feb 2015 09:38:56 -, Duncan Moore duncan.mo...@gmx.com wrote: On 31/01/2015 16:31, WPB wrote: CC = g++ FC = g++ PC = g++ CXX = g++So the command should at least produce a different error to File -c not found. But the result of make was exactly the same as before. The -c

[gccsdk] Dependencies using a relative path or system variable

2015-02-01 Thread WPB
problem? How do people normally handle dependency data using GCC on RISC OS? Really appreciate all your help so far, guys. Quite a learning curve, this is! WPB ___ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info

Re: [gccsdk] make: File '-c' not found

2015-01-31 Thread WPB
On Sat, 31 Jan 2015 14:49:14 -, Lee Noar leen...@sky.com wrote: On 31/01/15 13:52, WPB wrote: [snip] Actually printf is on the run path already. And from the command line, the printf command works just fine. The error File '-c' not found only occurs when the command is executed my make

Re: [gccsdk] make: File '-c' not found

2015-01-31 Thread WPB
On Sat, 31 Jan 2015 13:11:00 -, Duncan Moore duncan.mo...@gmx.com wrote: On 30/01/2015 14:13, WPB wrote: With this very simple test case of a Makefile: dir : printf Making dir...\n mkdir OBJECTS You need the executable file 'printf' in your run path - check

Re: [gccsdk] make: File '-c' not found

2015-01-31 Thread WPB
thanks for any help, WPB ___ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK

Re: [gccsdk] make: File '-c' not found

2015-01-31 Thread WPB
On Sat, 31 Jan 2015 11:09:45 -, Mitch Crawford mi...@sand-hill.freeserve.co.uk wrote: [snip] I didn't know you could use printf in the makefile. I've used echo to output our position in the past. Both work on the RISC OS command line, as a printf binary is a standard part of the

[gccsdk] make: File '-c' not found

2015-01-30 Thread WPB
' is not made. If I comment out the 'printf' line, the dir is made. Can anyone shed any light on this obscure error message for me? TIA, WPB ___ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http