|
Hi, I am facing some issues with linking of X libraries in meego. I have a test application in meegoouch-applauncherd that uses X libraries. The Linker flags -lX11 -lXtst -lXi have been added in the Cmake file. The build dependency for the package is also mentioned in the .yaml file. PkgConfigBR : - x11 - xtst - xextproto - xi The following headers are included in the .c file. #include <X11/Xlib.h> #include <X11/Xos.h> #include <X11/Xfuncs.h> #include <X11/Xutil.h> #include <X11/keysym.h> #include <X11/XKBlib.h> #include <X11/Xproto.h> #include <X11/extensions/XTest.h> #include <X11/extensions/record.h> Now while building the package I am getting the following errors from the test application.
Can someone help me in this regard. Thanks. Nimika
|
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
