[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Goodger (Google)
Sounds like a dependency issue. Can you explicitly build the chrome_strings target and then try building the target you were trying to build again? -Ben On Tue, Jun 30, 2009 at 10:02 AM, Ben Laurieb...@google.com wrote: Following http://code.google.com/p/chromium/wiki/LinuxMakeBuild, I get

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 8:22 AM, Ben Goodger (Google)b...@chromium.org wrote: Sounds like a dependency issue. Can you explicitly build the chrome_strings target and then try building the target you were trying to build again? $ make chrome_strings make: *** No rule to make target

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 11:11 AM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 8:22 AM, Ben Goodger (Google)b...@chromium.org wrote: Sounds like a dependency issue. Can you explicitly build the chrome_strings target and then try building the target you were trying to build again?

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Dean McNamee
Patches are welcome. It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? On Wed, Jul 1, 2009 at 12:50 PM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 11:11 AM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 8:22 AM, Ben Goodger

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Dean McNamee
On Wed, Jul 1, 2009 at 2:21 PM, Dean McNameede...@chromium.org wrote: Patches are welcome.  It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? Er, it should also _depend_ on. Anyway, the Makefiles are generated from the gyp files. There could be a

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 1:24 PM, Dean McNameede...@chromium.org wrote: On Wed, Jul 1, 2009 at 2:21 PM, Dean McNameede...@chromium.org wrote: Patches are welcome.  It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? Er, it should also _depend_ on.  

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 1:21 PM, Dean McNameede...@chromium.org wrote: Patches are welcome.  It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? Oh, hmmm. I didn't consider that. My personal preference is that dependencies should be calculated

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 1:52 PM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 1:21 PM, Dean McNameede...@chromium.org wrote: Patches are welcome.  It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? Oh, hmmm. I didn't consider that. My

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 1:21 PM, Dean McNameede...@chromium.org wrote: Patches are welcome.  It looks like maybe in chrome.gyp, the debugger target should also debug on chrome_strings ? Yeah. Here's the patch: http://codereview.chromium.org/150165 On Wed, Jul 1, 2009 at 12:50 PM, Ben

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 3:22 PM, Evan Martine...@chromium.org wrote: On Tue, Jun 30, 2009 at 10:02 AM, Ben Laurieb...@google.com wrote: Following http://code.google.com/p/chromium/wiki/LinuxMakeBuild, I get this error: I really apologize.  I made this build as a quick hack and now people are

[chromium-dev] Re: Frustrating problem with Linux Make build

2009-07-01 Thread Ben Laurie
On Wed, Jul 1, 2009 at 3:33 PM, Evan Martine...@chromium.org wrote: On Wed, Jul 1, 2009 at 3:50 AM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 11:11 AM, Ben Laurieb...@google.com wrote: On Wed, Jul 1, 2009 at 8:22 AM, Ben Goodger (Google)b...@chromium.org wrote: Sounds like a