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

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 6 06:42:25 CDT 2013


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

--- Comment #7 from Dmitry Utkin <loentar at gmail.com> 2013-05-06 06:42:25 CDT ---
Looks like issue is related to Unicode support.

I you convert Makefile to UTF-16 using iconv, nmake works!

iconv -futf-8 -tutf-16 Makefile >Makefile1
mv Makefile Makefile~
mv Makefile1 Makefile

Example of Makefile that is in UTF-16 encoding is in attach.

-- 
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