[chromium-dev] Re: cryptoht.h not found

2009-05-18 Thread Wan-Teh Chang
On Sat, May 16, 2009 at 12:13 AM, Mohamed Mansour wrote: > Weird, > > I just received this error while compiling a "fresh" build on linux. > Downloaded the tarball, and hammer (clean). The first error I saw on the > screen was: > cd: 1: can't cd to > /auto/filer28.mtvvolmtvhome51/chrome-svn/tarba

[chromium-dev] Re: cryptoht.h not found

2009-05-16 Thread Mohamed Mansour
nsour On Sat, May 16, 2009 at 12:18 PM, Craig Schlenter wrote: > > +chromium-dev > > --Craig > > -- Forwarded message -- > From: Craig Schlenter > Date: Sat, May 16, 2009 at 3:39 PM > Subject: Re: [chromium-dev] Re: cryptoht.h not found > To: Mohame

Fwd: [chromium-dev] Re: cryptoht.h not found

2009-05-16 Thread Craig Schlenter
+chromium-dev --Craig -- Forwarded message -- From: Craig Schlenter Date: Sat, May 16, 2009 at 3:39 PM Subject: Re: [chromium-dev] Re: cryptoht.h not found To: Mohamed Mansour Hi Mohamed The instructions at http://dev.chromium.org/developers/how-tos/get-the-code say &q

[chromium-dev] Re: cryptoht.h not found

2009-05-16 Thread Mohamed Mansour
Weird, I just received this error while compiling a "fresh" build on linux. Downloaded the tarball, and hammer (clean). The first error I saw on the screen was: cd: 1: can't cd to /auto/filer28.mtvvolmtvhome51/chrome-svn/tarball/chromium/src/base Then it stated: /home/m0/chromium/src/base/crypto/

[chromium-dev] Re: cryptoht.h not found

2009-04-20 Thread Craig Schlenter
On Mon, Apr 20, 2009 at 4:55 PM, Evan Martin wrote: [snip] > Maybe now that gyp is settled and most of temporary_link_stubs is gone > we could reinvestigate dynamic linking... It's working for me: http://codereview.chromium.org/67207 (changes to gyp itself, not really right) http://codereview.c

[chromium-dev] Re: cryptoht.h not found

2009-04-20 Thread Evan Martin
Definitely try gold. I think it was the only way I could get Chromium linking on my laptop. We ought to provide a binary of it somewhere, since few other projects seem to run into this. Maybe now that gyp is settled and most of temporary_link_stubs is gone we could reinvestigate dynamic linking

[chromium-dev] Re: cryptoht.h not found

2009-04-20 Thread Craig Schlenter
Hi Dynamic linking is not an option yet but it's being worked on. For now you should either use gold as the linker (see the wiki about faster linux builds) or perhaps try adding tons of swap space and take an extended holiday while you wait for it to link. --Craig On Mon, Apr 20, 2009 at 10:00

[chromium-dev] Re: cryptoht.h not found

2009-04-20 Thread Hassan Rom
Thanks! Mohamed's suggestion worked fine, but now I'm getting a not enough memory error while linking. How do I get it to link dynamically instead? Presumably, linking dynamically would require less memory. - HR [error I'm getting..] flock /home/hassan/devel/chromium/src/sconsbuild/Debug/linker.l

[chromium-dev] Re: cryptoht.h not found

2009-04-19 Thread Craig Schlenter
Hi AFAIK the build system runs 'pkg-config --cflags nss' or something to figure out the correct paths. I'd poke at that to see if it yields any clues if Mohamed's suggestions don't help. See build/linux/system.gyp btw. --Craig On Mon, Apr 20, 2009 at 6:47 AM, Mohamed Mansour wrote: > Hi, can

[chromium-dev] Re: cryptoht.h not found

2009-04-19 Thread Mohamed Mansour
Hi, can you try running, gclient runhooks --force, gclient sync --force, clobber (delete build directory), and build again. On Sun, Apr 19, 2009 at 5:59 PM, Hassan wrote: > > Hello, > > I can't seem to compile chrome on my linux machine. It's complaining > that it couldn't find cryptoht.h (see