You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, I'm too lazy to play with creating proper patches, creating a git clone, making a pull request, etc. Also, I'm extremely low on disk space, so I'd rather not play too much having built Chromium and Berkelium successfully.
That said, two patches need to be applied to Chromium source code so it can be built with Clang 3.2 trunk, revision 157126.
The second patch is included in the chromium11 branch now because it was required to fix the build on Ubuntu 12.04.
I'd be happy to include the first patch as well (it's as easy as including it in the patches/ directory), but I need to be able to test it. What's your process for testing with clang? And are you using a stock version of clang provided in a package or testing with something newer. If testing with something newer, is it required or just what you happened to use?
Hi,
At the moment, I'm too lazy to play with creating proper patches, creating a git clone, making a pull request, etc. Also, I'm extremely low on disk space, so I'd rather not play too much having built Chromium and Berkelium successfully.
That said, two patches need to be applied to Chromium source code so it can be built with Clang 3.2 trunk, revision 157126.
1. Some assembly is not specific enough.
See http://code.google.com/p/seccompsandbox/issues/detail?id=14
This patch, from aforementioned link but adjusted for comments in that same issue, needs to be applied to seccompsandbox:
Or even better! See this patch that also fixed x86_64. http://code.google.com/p/seccompsandbox/source/detail?r=154
2. Header include missing
Glib's internationalization header needs to be included.
That seems to be about it. Now, hopefully someone can spare some time to properly integrate these patches into the build process. :-)
The text was updated successfully, but these errors were encountered: