User Activity

  • Modified a comment on discussion Users Helping Users on Pidgin IM

    Also EionRobb helps me to fix building with some old GStreamer 0.10 version by changing: "caps = gst_pad_get_current_caps(mixer_srcpad);" with: "caps = gst_pad_get_caps(mixer_srcpad);" I hope that this thing is also in the trunk. It's also need some condition like "if gstreamer is lesser that some version, else..."

  • Modified a comment on discussion Users Helping Users on Pidgin IM

    Also EionRobb helps me to fix building with some old GStreamer 0.10 version by changing: "caps = gst_pad_get_current_caps(mixer_srcpad);" with: "caps = gst_pad_get_caps(mixer_srcpad);" I hope that this thing is also in the trunk. It's also need some condition like "if gstreamer is lesser that some version, else..."

  • Modified a comment on discussion Users Helping Users on Pidgin IM

    Also EionRobb helps me to fix building with some old GStreamer 0.10 version by changing: "caps = gst_pad_get_current_caps(mixer_srcpad);" with: "caps = gst_pad_get_caps(mixer_srcpad);" I hope that this thing is also in the trunk. It's also need some "if gstreamer is lesser that some version, else..."

  • Posted a comment on discussion Users Helping Users on Pidgin IM

    Also EionRobb hepls me to fix building with some old GStreamer 0.10 version by changing: "caps = gst_pad_get_current_caps(mixer_srcpad);" with: "caps = gst_pad_get_caps(mixer_srcpad);" I hope that it's also in the trunk.

  • Posted a comment on discussion Users Helping Users on Pidgin IM

    Thanks dwmw2_gone from an IRC chat for a fix: --- gtkrequest.c 2020-06-10 02:41:32.000000000 +0000 +++ gtkrequest-2.c 2020-07-06 09:46:28.000000000 +0000 @@ -47,6 +47,15 @@ static GtkWidget * create_account_field(PurpleRequestField *field); +#if !GLIB_CHECK_VERSION(2,38,0) +static GVariant *g_variant_new_take_string(char *str) +{ + GVariant *ret = g_variant_new_string(str); + free(str); + return ret; +} +#endif + typedef struct { PurpleRequestType type; I hope than this fix will be applied in Pidgin...

  • Modified a comment on discussion Users Helping Users on Pidgin IM

    There is the error: /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/zenitur/pidgin-2.14.1/./libpurple -I.. -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib/purple-2/\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -DFINCH_DISABLE_DEPRECATED -DGNT_DISABLE_DEPRECATED -Waggregate-return -Wcast-align -Wdeclaration-after-statement...

  • Posted a comment on discussion Users Helping Users on Pidgin IM

    There is the error: /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/zenitur/pidgin-2.14.1/./libpurple -I.. -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib/purple-2/\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -DFINCH_DISABLE_DEPRECATED -DGNT_DISABLE_DEPRECATED -Waggregate-return -Wcast-align -Wdeclaration-after-statement...

  • Posted a comment on ticket #5 on HHexen

    No, I didn't program.

View All

Personal Data

Username:
zenitur
Joined:
2011-12-06 22:06:36

Projects

  • No projects to display.

Personal Tools