Linux Mint Xapp missing library package fix
March 12, 2020
Errors
Some errors which I encountered during building 'systray' (github.com/getlantern/systray
1)Package xapp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xapp.pc'
to the PKG_CONFIG_PATH environment variable
running gcc failed: exit status 1
/usr/bin/ld: cannot find -lxapp
collect2: error: ld returned 1 exit status
Solution
Simply install the missing
2 package withsudo apt-get install libxapp-dev
Comments
References
1
GitHub - getlantern/systray: a cross platfrom Go library to place an icon and menu in the notification area
https://github.com/getlantern/systray
cached copy2
Tags