[Bug 31057] makefile(3) : fatal error U1034: syntax error : separator missing

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 11 03:39:42 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=31057

--- Comment #19 from Roman Kagan <rkagan at mail.ru> 2013-11-11 03:39:42 CST ---
Created attachment 46500
  --> http://bugs.winehq.org/attachment.cgi?id=46500
minimal reproducer

Minimal reproducer for the ungetwc() problem.

Build with MSVC:

cl -MD repro.c

or mingw32:

i686-w64-mingw32-gcc repro.c -o repro.exe

Run:

# echo -e '\xef\xbb\xbfhi there' > Makefile
# wine repro.exe
hi there
# echo 'hi there' > Makefile
# wine repro.exe
#

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list