Thanks I just got a git clone from xmms2-devel.git </?p=xmms2-devel.git;a=summary>
and The python reference build from this clone work well. 2010/4/27 Daniel Svensson <[email protected]> > 2010/4/27 rui kou <[email protected]>: > > I am using C so I tried this: > >> xmmsc_coll_t *universe; > >> const gchar *properties[] = { "album", NULL }; > >> const gchar *group_by[] = { "album", NULL }; > >> universe = xmmsc_coll_universe(); > >> result = xmmsc_coll_query_infos(connection, universe, group_by, > >> 0, 0, properties, group_by); > > It is expected to be right, but I got: > >> * xmms_ipc_msg_put_value raised a fatal error: Tried to serialize value > >> of unsupported type > >> * This is probably a bug in XMMS2 > > My guess is that you have a mix of XMMS2 versions installed. The > client library you link against is either newer or older than the > server you're trying to communicate with. Is one of them perhaps a > snapshot from git? > > Also, in the future, make sure you use 'Reply All' in your email > client so that the conversation stays on the list. > > -- > Daniel Svensson > -- _______________________________________________ Xmms2-devel mailing list [email protected] http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
