Hi All,I have come to a problem. I have set up the xmms2 client lib on maemo 2.2 ARMEL environment. I compile the source code of example program maemopad and build it into maemopad_1.5_armel.deb , and download it to the N770, it will work correctly. If I use # XMMS2 PKG_CHECK_MODULES(XMMS2, xmms2-client xmms2-client-glib xmms2-client-cpp-glib xmms2-plugin) AC_SUBST(XMMS2_LIBS) AC_SUBST(XMMS2_CFLAGS) and maemopad_LDADD = $(HILDON_LIBS) $(OSSO_LIBS) $(XMMS2_LIBS)
maemopad_CFLAGS= $(HILDON_CFLAGS) $(OSSO_CFLAGS) $(XMMS2_CFLAGS) to link my lib to the program, and did not do any change to the source code,it mean the code do not refer any lib of the XMMS2_LIBS. it can work correctly on the maemo, but if I install it into the N770,it failed to start up. who can help me? _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers