-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building Minimal #21
Comments
Right now I am stuck with the webkit minibrowser port on 55% of the compilation. Attached is a log file of the errors I am having. I have a feeling that something crucial is missing from our dev environment. I don't know what yet. |
Checked the errors.zip, and first error i see is "error: redefinition of ‘struct WTF::Lock’" , as it from webkit do have "struct Lock" too, which we do have in dos/dosextens.h. So or you need to rename it in webkit, but of course that will produce crap and issues, so better to fix it by maybe providing on configuring stage a "-D__USE_AMIGAOS_NAMESPACE__" flag. Probably, fixing this will auto-fix many other ones declarations errors (as they may based on this one). But whole set of errors in this log looks like something simple happens, like needs to add include somewhere, or so. Just with c++ and especially webkit, it always brings mess of errors even for a simple issue. |
@kas1e Thank you so much for having a look at that. I tested adding the If you think anything else that could help feel free to contact us. Every help matters a lot. |
i applaud you, well done... /back to lurking and watching this space |
Now we have the WebCore library compile 100%. I started working on a minimal window which will be able to show the webview with one website. |
The next step for WebKit port is to work on the compilation of minimal browser, which is configured in Makefile.
The text was updated successfully, but these errors were encountered: