abyss7 / chromium-wm

Automatically exported from code.google.com/p/chromium-wm
1 stars 0 forks source link

Linking error #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ninja -C out/Release

../../third_party/gold/gold64: 
obj/chrome/libbrowser.a(obj/chrome/browser/notifications/browser.message_center_
notification_manager.o): in function 
MessageCenterNotificationManager::MessageCenterNotificationManager(message_cente
r::MessageCenter*):../../chrome/browser/notifications/message_center_notificatio
n_manager.cc(.text._ZN32MessageCenterNotificationManagerC2EPN14message_center13M
essageCenterE+0xa5): error: undefined reference to 
'message_center::CreateMessageCenterTray()'
../../third_party/gold/gold64: 
obj/chrome/libbrowser_ui.a(obj/chrome/browser/ui/startup/browser_ui.startup_brow
ser_creator_impl.o): in function StartupBrowserCreatorImpl::Launch(Profile*, 
std::vector<GURL, std::allocator<GURL> > const&, 
bool):../../chrome/browser/ui/startup/startup_browser_creator_impl.cc(.text._ZN2
5StartupBrowserCreatorImpl6LaunchEP7ProfileRKSt6vectorI4GURLSaIS3_EEb+0x19e): 
error: undefined reference to 'chrome::InitAppList(Profile*)'

Do we need to roll chromium or what's up? Is it just me?

Original issue reported on code.google.com by danakj@chromium.org on 4 Mar 2013 at 12:00

GoogleCodeExporter commented 8 years ago
Note it's the same with or without applying 
https://codereview.chromium.org/12377013/ locally.

Original comment by danakj@chromium.org on 4 Mar 2013 at 12:01

GoogleCodeExporter commented 8 years ago
At the moment you might need to build with -Dchromeos=1. We should fix this but 
I don't think it's chromium-wm specific. I'm guessing you'll run into the same 
problem when building without -Duse_wm=1.

Original comment by reveman@chromium.org on 4 Mar 2013 at 1:12