All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2
@ 2009-11-19 20:21 Sebastian Herbszt
  2009-11-19 20:30 ` Stefan Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Herbszt @ 2009-11-19 20:21 UTC (permalink / raw)
  To: qemu-devel

v0.11.0-rc0-1677-gf165b53

$ ./configure --target-list=i386-softmmu
$ make
Makefile:427: no file name for `-include'
/bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
/bin/sh.exe: -c: line 2: syntax error: unexpected end of file
make: *** [config-all-devices.mak] Error 2

- Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2
  2009-11-19 20:21 [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2 Sebastian Herbszt
@ 2009-11-19 20:30 ` Stefan Weil
  2009-11-19 20:38   ` Sebastian Herbszt
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Weil @ 2009-11-19 20:30 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: qemu-devel

Sebastian Herbszt schrieb:
> v0.11.0-rc0-1677-gf165b53
>
> $ ./configure --target-list=i386-softmmu
> $ make
> Makefile:427: no file name for `-include'
> /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
> /bin/sh.exe: -c: line 2: syntax error: unexpected end of file
> make: *** [config-all-devices.mak] Error 2
>
> - Sebastian

I just sent a patch which should fix this problem. See
[PATCH] Fix build for mingw32 on windows ($$ expansion)

Regards,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2
  2009-11-19 20:30 ` Stefan Weil
@ 2009-11-19 20:38   ` Sebastian Herbszt
  2009-11-19 20:46     ` Stefan Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Herbszt @ 2009-11-19 20:38 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel

Stefan Weil wrote:
> Sebastian Herbszt schrieb:
>> v0.11.0-rc0-1677-gf165b53
>>
>> $ ./configure --target-list=i386-softmmu
>> $ make
>> Makefile:427: no file name for `-include'
>> /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
>> /bin/sh.exe: -c: line 2: syntax error: unexpected end of file
>> make: *** [config-all-devices.mak] Error 2
>>
>> - Sebastian
> 
> I just sent a patch which should fix this problem. See
> [PATCH] Fix build for mingw32 on windows ($$ expansion)

It's a different one. This one seems to be related to "Makefile"
config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
    $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@,"  GEN   $@")

- Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2
  2009-11-19 20:38   ` Sebastian Herbszt
@ 2009-11-19 20:46     ` Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2009-11-19 20:46 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: qemu-devel

Sebastian Herbszt schrieb:
> Stefan Weil wrote:
>> Sebastian Herbszt schrieb:
>>> v0.11.0-rc0-1677-gf165b53
>>>
>>> $ ./configure --target-list=i386-softmmu
>>> $ make
>>> Makefile:427: no file name for `-include'
>>> /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
>>> /bin/sh.exe: -c: line 2: syntax error: unexpected end of file
>>> make: *** [config-all-devices.mak] Error 2
>>>
>>> - Sebastian
>>
>> I just sent a patch which should fix this problem. See
>> [PATCH] Fix build for mingw32 on windows ($$ expansion)
>
> It's a different one. This one seems to be related to "Makefile"
> config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
>    $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort
> -u > $@,"  GEN   $@")
>
> - Sebastian

Yes. I sent two patches. They fix two different problems :-)

Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2
@ 2009-11-19 20:42 Sebastian Herbszt
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Herbszt @ 2009-11-19 20:42 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel

Sebastian Herbszt wrote:
> Stefan Weil wrote:
>> Sebastian Herbszt schrieb:
>>> v0.11.0-rc0-1677-gf165b53
>>>
>>> $ ./configure --target-list=i386-softmmu
>>> $ make
>>> Makefile:427: no file name for `-include'
>>> /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
>>> /bin/sh.exe: -c: line 2: syntax error: unexpected end of file
>>> make: *** [config-all-devices.mak] Error 2
>>>
>>> - Sebastian
>> 
>> I just sent a patch which should fix this problem. See
>> [PATCH] Fix build for mingw32 on windows ($$ expansion)
> 
> It's a different one. This one seems to be related to "Makefile"
> config-all-devices.mak: $(SUBDIR_DEVICES_MAK)
>    $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@,"  GEN   $@")

Just ignore this. Thought you meant "[PATCH] Fix build for mingw32 on windows ($@ in macro)".
Sorry!

- Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-19 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-19 20:21 [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2 Sebastian Herbszt
2009-11-19 20:30 ` Stefan Weil
2009-11-19 20:38   ` Sebastian Herbszt
2009-11-19 20:46     ` Stefan Weil
2009-11-19 20:42 Sebastian Herbszt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.