http://bugs.winehq.org/show_bug.cgi?id=58806
Bug ID: 58806 Summary: Smart quotes in code example misleads clang Product: Wine Version: unspecified Hardware: arm OS: MacOS Status: UNCONFIRMED Severity: trivial Priority: P2 Component: documentation Assignee: wine-bugs@winehq.org Reporter: calliehu02@gmail.com
In https://gitlab.winehq.org/wine/wine/-/wikis/MacOS-Building, the guide suggests copy-pasting the line
LDFLAGS=“-Wl,-rpath,/opt/X11/lib”
into terminal before attempting to build WINE. There is in fact a "copy to clipboard" button to facilitate this behavior.
Issue stems from the fact that this code contains smart quotes, which break encoding and are not properly understood by the system. "No such file or directory" is the error given.
Impacts mainly the inexperienced, who might rely on such a guide and not understand the source of the error.
Suggested fix to replace smart quotes with generic double quotes.
http://bugs.winehq.org/show_bug.cgi?id=58806
William Horvath wine@horvath.blog changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@horvath.blog
--- Comment #1 from William Horvath wine@horvath.blog --- Fixed: https://gitlab.winehq.org/wine/wine/-/wikis/MacOS-Building/diff?version_id=8...