On Wed, Jul 1, 2009 at 8:22 AM, Ben Goodger (Google)<[email protected]> 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 `chrome_strings'. Stop. BTW, if I try to build the missing file... $ make out/Debug/obj/gen/chrome/grit/generated_resources.h make: *** No rule to make target `out/Debug/obj/gen/chrome/grit/generated_resources.h'. Stop. However: $ make out/Debug/obj/gen/chrome/grit/renderer_resources.h make: Nothing to be done for `out/Debug/obj/gen/chrome/grit/renderer_resources.h'. > > -Ben > > 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: >> >> 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? >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
