Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build mozc_tool.exe with Visual C++ 2010 #110

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments
Closed

Cannot build mozc_tool.exe with Visual C++ 2010 #110

GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Checkout r87 on Windows
2. `python build_mozc.py --qtdir=C:\Qt\4.7.4 --msvs_version=2010`
3. `python build_mozc.py build_tools -c Release`
4. `python build_mozc.py build -c Release package`

What is the expected output? What do you see instead?
Build should succeeds.
Build fails actually because 'moc.exe' never runs.

Please use labels and text to provide additional information.
Looks like gyp issue. I filed issue gyp:244 to explain this issue and fix it in 
upstream.
You can use the attached patch as a temporary workaround for r87.

Original issue reported on code.google.com by yukawa@google.com on 21 Dec 2011 at 8:42

Attachments:

@GoogleCodeExporter
Copy link
Author

issue gyp:244 has been fixed by 
http://code.google.com/p/gyp/source/detail?r=1164
I will update Mozc's DEPS file in the next push to include this fix.

Original comment by yukawa@google.com on 18 Jan 2012 at 2:44

@GoogleCodeExporter
Copy link
Author

Fixed in r93.

Original comment by yukawa@google.com on 26 Jan 2012 at 9:35

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant