On Sun, Feb 05, 2017 at 07:30:18PM -0500, Jiayi Zhao wrote:
>
> Hmmm, after using udev_device_has_tag(udev_device, "ID_INPUT_TOUCHPAD"),
> I'm getting linking errors. Quick google of this leads to: libraries on the
> command line should be after the object files being compiled.
> Is this a bug?
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld:
compositor/weston-main.o: undefined reference to symbol
'udev_device_has_tag@@LIBUDEV_183'
/usr/lib/libudev.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: **
Hmmm, after using udev_device_has_tag(udev_device, "ID_INPUT_TOUCHPAD"),
I'm getting linking errors. Quick google of this leads to: libraries on the
command line should be after the object files being compiled.
Is this a bug?
On Sun, Feb 5, 2017 at 7:20 PM, Peter Hutterer
wrote:
> On Sun, Feb