Package Details: fspc 1.0.1-1

Package Base: fspc
Description: Configuration tool for Sentelic touchpads.
Upstream URL: http://sourceforge.net/projects/fsp-lnxdrv/
Category: system
Licenses: GPL
Submitter: kvasthval
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2009-03-25 22:15
Last Updated: 2009-03-25 22:17

Latest Comments

Anonymous comment

2013-02-10 07:13

What does this mean, I can't figure it out

Linking CXX executable fspc
/usr/bin/ld: CMakeFiles/fspc.dir/msaccel.c.o: undefined reference to symbol 'XOpenDisplay'
/usr/bin/ld: note: 'XOpenDisplay' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [fspc] Error 1
make[2]: *** [CMakeFiles/fspc.dir/all] Error 2
make[1]: *** [CMakeFiles/fspc.dir/rule] Error 2
make: *** [fspc] Error 2

Comment by Juan

2012-12-13 21:43

In order to get it build it, I had to change line 23 of the PKGBUILD to:

LDFLAGS='-lX11 -ldl -lXext' cmake . || return 1

Still, the program isn't applying the configuration.

Anonymous comment

2011-11-20 06:28

Lacks make as a build dependency.