Changes between Initial Version and Version 1 of Ticket #10272, comment 44
- Timestamp:
- Feb 5, 2014, 1:28:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10272, comment 44
initial v1 3 3 4 4 I fixed some other issues in WebKit code and got it to compile. But, I have a problem running it now: 5 runtime_loader: /Donnees/Dev/Haiku/webkit/WebKitBuild/Release/lib/x86/libWebKit.so.1.2.3: Could not resolve symbol '__once_proxy' 5 {{{ 6 runtime_loader: /Donnees/Dev/Haiku/webkit/WebKitBuild/Release/lib/x86/libWebKit.so.1.2.3: 7 Could not resolve symbol '__once_proxy' 8 }}} 6 9 7 10 I noticed that the libstdc++.so file in /system/develop/tools/x86/lib has the symbol, but the one in /system/develop/lib/x86 doesn't. Copying the one from the tools folder to the 'lib' folder next to HaikuLauncher gets this running. It crashes when trying to open a web page, but this is likely related to other problems with merging the new WebKit version.