xxfxxf / chromiumembedded

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

CEF3: 64-bit Windows build support #394

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be fantastic to have a 64-bit binary build for Windows.

Original issue reported on code.google.com by hapaliba...@googlemail.com on 31 Oct 2011 at 1:49

GoogleCodeExporter commented 9 years ago
This will require Chromium and V8 to support 64bit builds on Windows.
http://www.chromium.org/developers/design-documents/64-bit-support

Original comment by magreenb...@gmail.com on 31 Oct 2011 at 3:53

GoogleCodeExporter commented 9 years ago
V8 builds as 64-bit fine on Windows from SVN with no changes. I had forgotten 
Chromium doesn't though. 

Original comment by hapaliba...@googlemail.com on 31 Oct 2011 at 4:25

GoogleCodeExporter commented 9 years ago
If/when Chromium supports a 64bit Windows build we can add CEF support.

Original comment by magreenb...@gmail.com on 3 Oct 2012 at 4:41

GoogleCodeExporter commented 9 years ago
Please BUILD 64 BIT !!!

Original comment by david.lo...@gmail.com on 9 Nov 2012 at 12:39

GoogleCodeExporter commented 9 years ago
Hi.. 

There are new developments and it seems that there is now an initial build of 
chromium for x64.. 
Are there any chances of a preliminary version of cef?

http://www.insanitybit.com/2013/07/08/64bit-chromium-is-building-chrome-to-follo
w/

Original comment by tobias.v...@gmail.com on 14 Aug 2013 at 4:15

GoogleCodeExporter commented 9 years ago
It may be possible currently to build a 64-bit version of CEF3 on Windows using 
the trunk or 1547 branches by setting 'GYP_DEFINES=target_arch=x64', but this 
is untested. If you try it feel free to report any build errors in this issue.

Original comment by magreenb...@gmail.com on 14 Aug 2013 at 4:24

GoogleCodeExporter commented 9 years ago
According to 
https://groups.google.com/a/chromium.org/d/msg/chromium-dev/KvGsIbQOVtA/Jw4bqPua
H58J 64-bit builds on Windows are only supported with ninja.

There are some compiler errors withe the 64-bit build as well.

Original comment by magreenb...@gmail.com on 14 Aug 2013 at 8:24

GoogleCodeExporter commented 9 years ago
64-bit compile errors have been fixed in trunk revision 1361, 1547 branch 
revision 1362 and 1453 branch revision 1363.

64-bit builds of the 1547 branch and newer can now be compiled successfully 
using ninja. Note that the locales files generated by a ninja build are 
currently incorrect (issue #1052).

Original comment by magreenb...@gmail.com on 14 Aug 2013 at 9:59

GoogleCodeExporter commented 9 years ago
I've tried to fix the CEF1 x64 compiling issue. Please refer the diff file. 
Now, CEF1 trunk is able to build x64 binary.

Original comment by yashiuan on 9 Sep 2013 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago
@yashiuan Thanks, that worked perfectly!!

Original comment by tobias.v...@gmail.com on 6 Nov 2013 at 7:56