On Tue, Jun 30, 2009 at 10:02 AM, Ben Laurie<[email protected]> 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 depending on it. We should have a buildbot in place if people are depending on it so we won't have breakage like you encountered. But I think there are still some bugs in it and so far the users have just been diagnosing and fixing those bugs themselves. > chrome/browser/debugger/devtools_window.cc:23:38: error: > grit/generated_resources.h: No such file or directory > > and, indeed, if I look: > > $ ls out/Debug/obj/gen/chrome/grit > browser_resources.h renderer_resources.h theme_resources_map.cc > common_resources.h theme_resources.h theme_resources_map.h > > I've poked around in the makefiles some, but I'm mystified. > > Anyone got any clues? In general, generated_resources.h is the output of GRIT, so you need to make this project depend on that one to run. This kind of dependency error is easy to introduce when people are doing incremental builds, and is exactly the kind of thing a clobber buildbot would pick up. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
