On 12/03/2010 05:24 PM, Kenneth Rogers -X (kenroger - Apex Systems, Inc. at Cisco) wrote: > > CXX WebCore/accessibility/libwebkitgtk_1_0_la-AccessibilityARIAGrid.lo > In file included from ../WebCore/loader/cache/CachedResourceHandle.h:29, > from ../WebCore/dom/Document.h:29, > from ../WebCore/rendering/RenderObject.h:32, > from > .../WebCore/accessibility/AccessibilityARIAGrid.cpp:37: > .../WebCore/loader/cache/CachedResource.h:30:30: error: > ResourceResponse.h: No such file or directory > > It looks like that file should be in WebCore/platform/network but I'm > not certain which one I need, I'd guess soup since there isn't an dfb > directory there. > > Ken R. > _______________________________________________ > directfb-dev mailing list > directfb-dev@directfb.org > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev I needed to do a pull from the repository and found the --with-network-backend option to the config, setting it to curl fixed this problem and it builds until the final link for me now. I was able to get it to link on my own, but the makefile's link command isn't using all of the library paths I set up in the configure, so it's pulling from a mix of system and SDK libraries. I also had to add a few -rpath-link parameters to get it link.
But overall it's working, if not terribly stable on our platform. I don't seem to be able to get links selected using the keyboard, but that might be our DFB setup and not the browser itself. Thanks again for the help. Kenneth Rogers _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev