The mx version on my workstation is old (0.76). I pulled the latest code from mx git (0.9), but when compiling mx, here got another error:
............ make[3]: Leaving directory `/project/mx/data' make[2]: Leaving directory `/project/mx/data' Making all in tests make[2]: Entering directory `/project/mx/tests' CC test-deform-texture.o CCLD test-deform-texture ../mx/.libs/libmx-gtk-1.0.so: undefined reference to `GTK_WIDGET_DRAWABLE' ../mx/.libs/libmx-gtk-1.0.so: undefined reference to `GTK_WIDGET_STATE' ../mx/.libs/libmx-gtk-1.0.so: undefined reference to `GTK_WIDGET_VISIBLE' ../mx/.libs/libmx-gtk-1.0.so: undefined reference to `GTK_WIDGET_MAPPED' collect2: ld returned 1 exit status make[2]: *** [test-deform-texture] Error 1 make[2]: Leaving directory `/project/mx/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/project/mx' make: *** [all] Error 2 Could anybody give me some hint upon? Thanks! Best Regards, -YingAn -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thursday, March 25, 2010 2:21 PM To: Deng, Ying An Cc: [email protected] Subject: Re: [MeeGo-dev] MX-GTK-1.0 package issue "Deng, Ying An" <[email protected]> writes: > Hi, > I tried to use yum tool to find the mx-gtk package, but failed. Could anybody > tell me where I can get it and install it? it's in mx project. the error you saw means the configure cannot find the .pc file. It could be you didn't install it properly, or you need to tell configure where it is with $PKG_CONFIG_PATH. -- Roger WANG _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
