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
Search Criteria
Package Details: fspc 1.0.1-1
Package Actions
| Package Base: | fspc |
|---|---|
| Description: | Configuration tool for Sentelic touchpads. |
| Upstream URL: | http://sourceforge.net/projects/fsp-lnxdrv/ |
| Category: | system |
| Licenses: | |
| Submitter: | kvasthval |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2009-03-25 22:15 |
| Last Updated: | 2009-03-25 22:17 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Anonymous comment
Comment by Juan
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
Lacks make as a build dependency.