yueying0083 / javachromiumembedded

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

Trivial compile pb on Mac in dialog_handler.h #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the latest (r92 but I believe it's been there for a while)
2. Build as per wiki instructions
3. Xcode complains with the following error:

/Users/admin/Documents/chrix/data/jcef_r92_adoption/jcef/src/native/dialog_handl
er.h:5:9: 'CEF_TESTS_CEFCLIENT_DIALOG_HANDLER_H_' is used as a header guard 
here, followed by #define of a different macro

Workaround is trivial, see patch

Original issue reported on code.google.com by christop...@gmail.com on 30 Jun 2014 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, fixed in revision 93.

Original comment by magreenb...@gmail.com on 1 Jul 2014 at 5:31