<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello:<br>
    <br>
    The xfce4-panel is of (xubuntu 16.04) repositories: 4.12.0<br>
    <br>
    <span id="result_box" class="" lang="en"><span class="">Can you</span>
      <span class="">help me</span> <span class="">install version</span>
      <span>of</span> <span class="">git</span> <span class="">(</span><span
        class="">Shell commands</span><span>)?</span><br>
      <span>(</span><span class="">I suppose</span> <span>I will have
        to</span> <span>install</span> <span>xfce4</span><span>-</span><span>panel</span><span>-</span><span>dev</span><span
        class="">)<br>
        <br>
        Very thanks.<br>
        <br>
      </span></span>
    <pre class="moz-signature" cols="72">Dani</pre>
    <div class="moz-cite-prefix">On 11/05/17 02:30, Matthew Brush wrote:<br>
    </div>
    <blockquote
      cite="mid:273ddc2c-c637-4482-4053-d32215f54850@codebrainz.ca"
      type="cite">On 2017-05-10 10:35 AM, Dani wrote:
      <br>
      <blockquote type="cite">Hello:
        <br>
        <br>
        I installed Debian RC3 Strech
        <br>
        <br>
        I try to compile the xfce4-timer-plugin
        <br>
        for it
        <br>
        downloaded git
        <br>
        $ git clone
        <a class="moz-txt-link-freetext" href="https://github.com/xfce-mirror/xfce4-timer-plugin.git">https://github.com/xfce-mirror/xfce4-timer-plugin.git</a>
        <br>
        $ cd xfce4-timer-plugin
        <br>
        <br>
        $ sudo apt-get build-dep xfce4-timer-plugin
        <br>
        $ ./autogen.sh prefix = / usr
        <br>
        <br>
        and then
        <br>
        $ make
        <br>
        <br>
        The first warning was
        <br>
        warning: implicit declaration of function 'g_sprintf'
        <br>
        <br>
        I solved adding below #include <gtk/gtk.h>:
        <br>
        #include <glib/gprintf.h>
        <br>
        <br>
        <br>
        I ran again make
        <br>
        <br>
        <br>
        Compiled but give this note:
        <br>
        <br>
        xfce-panel-macros-46.h:431:48: warning: passing argument 1 of
        <br>
        ‘gtk_widget_get_realized’ from incompatible pointer type
        <br>
        [-Wincompatible-pointer-types]
        <br>
        <br>
        I'm doing something wrong?
        <br>
        <br>
        As appears from what I saw more than usual not know how to fix
        it.
        <br>
        <a class="moz-txt-link-freetext" href="http://bit.ly/2q3nZTB">http://bit.ly/2q3nZTB</a>
        <br>
        <br>
        Any ideas?
        <br>
        <br>
      </blockquote>
      <br>
      It looks to be missing a cast from GtkPlug to GtkWidget, try
      casting with GTK_WIDGET(plug). Are you sure you're using the
      latest xfce4-panel from Git though? It might already be fixed, or
      the underlying macro might be deprecated.
      <br>
      <br>
      Regards,
      <br>
      Matthew Brush
      <br>
      <br>
      _______________________________________________
      <br>
      Xfce4-dev mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:Xfce4-dev@xfce.org">Xfce4-dev@xfce.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="https://mail.xfce.org/mailman/listinfo/xfce4-dev">https://mail.xfce.org/mailman/listinfo/xfce4-dev</a><br>
    </blockquote>
    <br>
  </body>
</html>