Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
Fixed in r93.

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