New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 834350 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 834370
Owner:
Closed: Apr 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Link failure in app_list_controller_impl.cc

Project Member Reported by afakhry@chromium.org, Apr 18 2018

Issue description

This CL seems to be the culprit: https://chromium-review.googlesource.com/c/chromium/src/+/1016024

obj/ash/ash/app_list_controller_impl.o:app_list_controller_impl.cc:function ash::AppListControllerImpl::CreateAppListItem(mojo::StructPtr<ash::mojom::AppListItemMetadata>): error: undefined reference to 'ash::kOemFolderId'
obj/ash/ash/app_list_controller_impl.o:app_list_controller_impl.cc:function ash::AppListControllerImpl::CreateAppListItem(mojo::StructPtr<ash::mojom::AppListItemMetadata>): error: undefined reference to 'ash::kOemFolderId'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
You're probably missing ASH_EXPORT
I mean ASH_PUBLIC_EXPORT
Mergedinto: 834370
Status: Duplicate (was: Assigned)

Sign in to add a comment