apimall / chromiumembedded

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

cefclient does not build in Release mode (Windows) #1484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python automate-git.py --force-clean --no-debug-build

What is the expected output? What do you see instead?
Expected successful build. Instead, the build fails with following output

d:\cef3\chromium\src\cef\tests\cefclient\cefclient_osr_widget_win.cpp(20) : 
error C2220: warning treated as error - no 'object' file generated
d:\cef3\chromium\src\cef\tests\cefclient\cefclient_osr_widget_win.cpp(20) : 
warning C4189: 'result' : local variable is initialized but not referenced
d:\cef3\chromium\src\cef\tests\cefclient\cefclient_osr_widget_win.cpp(354) : 
warning C4189: 'result' : local variable is initialized but not referenced
ninja: build stopped: subcommand failed.

What version of the product are you using? On what operating system?
Revision 1961, windows 7 64bit

Please provide any additional information below.
After patching cefclient_osr_widget_win.cpp myself, it fails to create the 
binary distribution with the following output

Transferring distrib/win\d3dcompiler_43.dll file.
Failed to copy file from d:\cef3\chromium\src\out\Release\d3dcompiler_46.dll to 
d:\cef3\chromium\src\cef\binary_distrib\cef_binary_3.2245.1961_windows32\Release
\d3dcompiler_46.dll: No such file or directory

It looks like the file is now d3dcompiler_47.dll

Original issue reported on code.google.com by axton.ma...@gmail.com on 7 Jan 2015 at 5:02

GoogleCodeExporter commented 9 years ago
Thanks, fixed in trunk revision 1962.

Original comment by magreenb...@gmail.com on 8 Jan 2015 at 2:43