Menu

#24 undefined reference to symbol 'XChangeFeedbackControl'

v1.0 (example)
open
nobody
None
5
2013-08-20
2013-08-20
Eric H.
No

When I try to compile, I get the following. I verified that libXi.so.6 was in /usr/lib and no searching turned up any usable fixes for the error.

For the record, I'm compiling on Fedora 19, i386.

make[2]: Entering directory `/home/path/gaiptek.kde/src'
/bin/sh ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -R /usr/lib -R /usr/lib -R /usr/lib/qt-3.3/lib -L/usr/lib/qt-3.3/lib -o gaiptek EventPump.o KernelInfo.o StringUtil.o Widgetry.o XServerInfo.o gaiptek.o gaiptekview.o main.o tabletopenview.o gaiptekview_base.o tabletopenview_base.o -lkio -lkdeprint
/usr/bin/ld: XServerInfo.o: undefined reference to symbol 'XChangeFeedbackControl'
/usr/bin/ld: note: 'XChangeFeedbackControl' is defined in DSO /usr/lib/libXi.so.6 so try adding it to the linker command line
/usr/lib/libXi.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

Discussion


Log in to post a comment.