On Tue, Oct 6, 2009 at 7:51 PM, Jacob Mandelson <[email protected]> wrote: > On Tue, Oct 06, 2009 at 07:39:14PM +0200, Craig Schlenter wrote: >> On Tue, Oct 6, 2009 at 6:58 PM, Evan Martin <[email protected]> wrote: >> > >> > On Tue, Oct 6, 2009 at 9:21 AM, Jacob Mandelson <[email protected]> >> > wrote: >> >> I tried this, and it does indeed link far, far faster! >> >> However, I got errors about RegisterInternalNaClPlugin(): >> >> /mnt/sda4/media/contrib/chrome2/home/chrome-svn/tarball/chromium/src/sconsbuild/Debug/lib/librenderer.so: >> >> undefined reference to `RegisterInternalNaClPlugin(bool (*)(int, int*))' >> >> (Also one for libbrowser.so) >> > >> > In general, the shared link breaks frequently. Whenever I work from a >> > cafe or wherever from my laptop, I usually will do a TBR commit or two >> > to fix the shared link. >> >> The shared build is working perfectly for me FWIW but that is on 32 bit. >> >> Are you on 64 bit or do you have any special gyp variables etc. set? > > I'm on 32-bit. Only gyp changes from stock I have are: > {'variables': { > 'library': 'shared_library', > 'remove_webcore_debug_symbols': 1, > }}
Ah, you're doing a debug build then? I have only tested release recently. I'll poke at a debug build tomorrow and try to sort it out ... --Craig --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
