Trouble including libserialport #12206
Unanswered
SillieWous
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Gnome builder for a .vala project. In this project I want to use
libserialport
of which I have the library and-devel
packages installed. At first I was having issues with the vala part of the library, which turned out to be the.vapi
file missing which was easily solved. However now I'm having trouble with the C library part of it and am getting the following error if I include it as:meson.get_compiler('c').find_library('libserialport')
It does show up in pkgconfig
pkg-config --list-package-names | grep libserialport
and I can find the library in/usr/lib64
Contents of
/urs/lib64/pkgconfig/libserialport.pc
Beta Was this translation helpful? Give feedback.
All reactions