Changes between Initial Version and Version 1 of Ticket #10272, comment 44


Ignore:
Timestamp:
Feb 5, 2014, 1:28:38 PM (10 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10272, comment 44

    initial v1  
    33
    44I 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{{{
     6runtime_loader: /Donnees/Dev/Haiku/webkit/WebKitBuild/Release/lib/x86/libWebKit.so.1.2.3:
     7Could not resolve symbol '__once_proxy'
     8}}}
    69
    710I 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.