On Tue, Oct 6, 2009 at 8:14 PM, Craig Schlenter
<[email protected]> wrote:
> 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 ...

Hmmmmm ... debug build is also fine for me and I'm building with the
same gyp variables as you (except that I also have gcc_version=44).

If you stick your build into verbose mode can you see if it is linking
librenderer.so with libnpGoogleNaClPluginChrome.a? Maybe clobbering,
regyping etc. will encourage it to do that.

PS. I'm on r28124

--Craig

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to