Re: [SeaBIOS] problem building from Windows using msys

2014-06-03 Thread Kevin O'Connor
On Mon, Jun 02, 2014 at 05:27:23PM -0500, Scott Duplichan wrote: Kevin O'Connor [mailto:ke...@koconnor.net] wrote: ]Unfortunately, this would break builds where one specifies an OUT ]build directory that isn't a sub-directory of the source code. (That ]is, a build with make OUT=/a/b/c.) ]

Re: [SeaBIOS] problem building from Windows using msys

2014-06-02 Thread Kevin O'Connor
On Sun, Jun 01, 2014 at 10:31:39PM -0500, Scott Duplichan wrote: Building SeaBIOS from Windows using mingw has been broken for a long time. The problem is that in this environment, line 100 of the makefile: $(Q)printf '$(foreach i,$2,#include $(CURDIR)/$i\n)' $3.tmp.c creates an

Re: [SeaBIOS] problem building from Windows using msys

2014-06-02 Thread Scott Duplichan
Kevin O'Connor [mailto:ke...@koconnor.net] wrote: ]On Sun, Jun 01, 2014 at 10:31:39PM -0500, Scott Duplichan wrote: ] Building SeaBIOS from Windows using mingw has been broken for ] a long time. The problem is that in this environment, line 100 ] of the makefile: ] ]$(Q)printf '$(foreach

[SeaBIOS] problem building from Windows using msys

2014-06-01 Thread Scott Duplichan
Building SeaBIOS from Windows using mingw has been broken for a long time. The problem is that in this environment, line 100 of the makefile: $(Q)printf '$(foreach i,$2,#include $(CURDIR)/$i\n)' $3.tmp.c creates an include statement that the mingw port of gcc rejects: #include