Hi,<div><br></div><div>everything you need for the various development components is listed in this Dockerfile:</div><div><a href="https://github.com/schuellerf/xfce-test/blob/master/Dockerfile">https://github.com/schuellerf/xfce-test/blob/master/Dockerfile</a></div><div><br></div><div>You can also use that container as a test/devel environment.</div><div><br></div><div>Cheers</div><div>Simon</div><div><br><br><div class="gmail_quote"><div dir="ltr">Dani <<a href="mailto:dani@damufo.com">dani@damufo.com</a>> schrieb am Do., 11. Mai 2017, 09:16:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hello:<br>
    <br>
    The xfce4-panel is of (xubuntu 16.04) repositories: 4.12.0<br>
    <br>
    <span id="m_6585048772245041844result_box" lang="en"><span>Can you</span>
      <span>help me</span> <span>install version</span>
      <span>of</span> <span>git</span> <span>(</span><span>Shell commands</span><span>)?</span><br>
      <span>(</span><span>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>)<br>
        <br>
        Very thanks.<br>
        <br>
      </span></span>
    <pre class="m_6585048772245041844moz-signature" cols="72">Dani</pre></div><div bgcolor="#FFFFFF" text="#000000">
    <div class="m_6585048772245041844moz-cite-prefix">On 11/05/17 02:30, Matthew Brush wrote:<br>
    </div>
    <blockquote 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="m_6585048772245041844moz-txt-link-freetext" href="https://github.com/xfce-mirror/xfce4-timer-plugin.git" target="_blank">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="m_6585048772245041844moz-txt-link-freetext" href="http://bit.ly/2q3nZTB" target="_blank">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="m_6585048772245041844moz-txt-link-abbreviated" href="mailto:Xfce4-dev@xfce.org" target="_blank">Xfce4-dev@xfce.org</a>
      <br>
      <a class="m_6585048772245041844moz-txt-link-freetext" href="https://mail.xfce.org/mailman/listinfo/xfce4-dev" target="_blank">https://mail.xfce.org/mailman/listinfo/xfce4-dev</a><br>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
Xfce4-dev mailing list<br>
<a href="mailto:Xfce4-dev@xfce.org" target="_blank">Xfce4-dev@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce4-dev" rel="noreferrer" target="_blank">https://mail.xfce.org/mailman/listinfo/xfce4-dev</a></blockquote></div></div>