Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linker issue #8

Open
pp23 opened this issue Aug 16, 2016 · 0 comments
Open

Linker issue #8

pp23 opened this issue Aug 16, 2016 · 0 comments

Comments

@pp23
Copy link

pp23 commented Aug 16, 2016

Hi,

I'm trying to use the ivi-shell for a simple prototype software. When I try to link it I get the following errors:

weston/libivi-shell.so: undefined reference to `text_backend_destroy'
weston/libivi-shell.so: undefined reference to `wet_load_module'
weston/libivi-shell.so: undefined reference to `wet_get_config'
weston/libivi-shell.so: undefined reference to `text_backend_init'

I link the exe against the following libs:

target_link_libraries(${PROJECT_NAME}
    ivi-shell
    wayland-client
    wayland-server
    weston
    wayland-cursor
    xcb-composite)

I cannot find the libs where the above functions are defined. Do you know which libs I have to add to get it linked in a correct way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant