Compile xfce4-timer-plugin

Francesco Pasa francescopasa at gmail.com
Tue Apr 4 08:39:55 CEST 2017


Hi!

I
​ tried, on my system I need to run ./autogen.sh and then make. Another
thing I would try it to

locate libxfce4ui​

and check it's somewhere in the system (both header and dynamic library).
Than I would check LIBRARAY_PATH is correctly set. Have you checked if
there is a libxfce4ui-*2*-dev?

Have fun!

On 3 April 2017 at 12:00, <xfce4-dev-request at xfce.org> wrote:

> Send Xfce4-dev mailing list submissions to
>         xfce4-dev at xfce.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.xfce.org/mailman/listinfo/xfce4-dev
> or, via email, send a message with subject or body 'help' to
>         xfce4-dev-request at xfce.org
>
> You can reach the person managing the list at
>         xfce4-dev-owner at xfce.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xfce4-dev digest..."
>
>
> Today's Topics:
>
>    1. Compile xfce4-timer-plugin (Dani)
>    2. Re: Compile xfce4-timer-plugin (Baurzhan Muftakhidinov)
>    3. Re: Compile xfce4-timer-plugin (Dani)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 3 Apr 2017 09:08:20 +0200
> From: Dani <dani at damufo.com>
> To: xfce4-dev at xfce.org
> Subject: Compile xfce4-timer-plugin
> Message-ID: <c8887a79-6019-5c51-45e7-95bd1ad09458 at damufo.com>
> Content-Type: text/plain; charset="windows-1252"; Format="flowed"
>
> Hello:
>
> (this is my first message on the list)
>
> I have never compiled a plugin for xfce4, nor I am a C expert.
>
> I would like to learn.
>
> I'm trying to compile the xfce4-timer-plugin to do tests, learn... and
> of course suggest some improvement.
>
> My system is Xubuntu 16.04
>
> I downloaded the code here:
> https://github.com/xfce-mirror/xfce4-timer-plugin
>
> Now I try to compile
> # ./configure
>
> Seems to work fine
>
> when
> # make
>
> it but I have stuck here:
> xfcetimer.c: 41: 35: fatal error: libxfce4ui / libxfce4ui.h: No such
> file or directory
>
> I installed libxfce4ui-1-dev (but not worked)
> I sent a message to the plugin developer. I have not had an answer.
>
> Can anyone help me?
>
> Very thank you.
>
>
>
> --
> Dani
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://mail.xfce.org/pipermail/xfce4-dev/
> attachments/20170403/34b8b3cc/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 3 Apr 2017 12:51:27 +0500
> From: Baurzhan Muftakhidinov <baurthefirst at gmail.com>
> To: Xfce development list <xfce4-dev at xfce.org>
> Subject: Re: Compile xfce4-timer-plugin
> Message-ID:
>         <CAFp4thSbQargDwJ-B2qKxByw5FHfPrb=1V5P0ixnhVFDJZ
> fqYg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> On Mon, Apr 3, 2017 at 12:08 PM, Dani <dani at damufo.com> wrote:
> > Hello:
> >
> > (this is my first message on the list)
> >
> > I have never compiled a plugin for xfce4, nor I am a C expert.
> >
> > I would like to learn.
>
> Great,
>
> > I'm trying to compile the xfce4-timer-plugin to do tests, learn... and of
> > course suggest some improvement.
> >
> > My system is Xubuntu 16.04
> >
> > I downloaded the code here:
> > https://github.com/xfce-mirror/xfce4-timer-plugin
> >
> > Now I try to compile
> > # ./configure
> >
> > Seems to work fine
> >
> > when
> > # make
> >
> > it but I have stuck here:
> > xfcetimer.c: 41: 35: fatal error: libxfce4ui / libxfce4ui.h: No such
> file or
> > directory
> >
> > I installed libxfce4ui-1-dev (but not worked)
> > I sent a message to the plugin developer. I have not had an answer.
> >
> > Can anyone help me?
> >
> > Very thank you.
> >
> >
> >
> > --
> > Dani
> >
> >
> > _______________________________________________
> > Xfce4-dev mailing list
> > Xfce4-dev at xfce.org
> > https://mail.xfce.org/mailman/listinfo/xfce4-dev
>
> You have to install build dependencies, in *ubuntu you can simply do
>
> sudo apt-get build-dep xfce4-timer-plugin
>
> HTH,
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 3 Apr 2017 11:00:13 +0200
> From: Dani <dani at damufo.com>
> To: Xfce development list <xfce4-dev at xfce.org>
> Subject: Re: Compile xfce4-timer-plugin
> Message-ID: <61bc6cc8-686e-2d46-22c5-c8656c452da2 at damufo.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hello:
>
> Dani
>
> On 03/04/17 09:51, Baurzhan Muftakhidinov wrote:
> > Hi,
> >
> > On Mon, Apr 3, 2017 at 12:08 PM, Dani <dani at damufo.com> wrote:
> >> Hello:
> >>
> >> (this is my first message on the list)
> >>
> >> I have never compiled a plugin for xfce4, nor I am a C expert.
> >>
> >> I would like to learn.
> > Great,
> >
> >> I'm trying to compile the xfce4-timer-plugin to do tests, learn... and
> of
> >> course suggest some improvement.
> >>
> >> My system is Xubuntu 16.04
> >>
> >> I downloaded the code here:
> >> https://github.com/xfce-mirror/xfce4-timer-plugin
> >>
> >> Now I try to compile
> >> # ./configure
> >>
> >> Seems to work fine
> >>
> >> when
> >> # make
> >>
> >> it but I have stuck here:
> >> xfcetimer.c: 41: 35: fatal error: libxfce4ui / libxfce4ui.h: No such
> file or
> >> directory
> >>
> >> I installed libxfce4ui-1-dev (but not worked)
> >> I sent a message to the plugin developer. I have not had an answer.
> >>
> >> Can anyone help me?
> >>
> >> Very thank you.
> >>
> >>
> >>
> >> --
> >> Dani
> >>
> > You have to install build dependencies, in *ubuntu you can simply do
> >
> > sudo apt-get build-dep xfce4-timer-plugin
> >
> > HTH,
> No, I just installed it (install autopoint dh-autoreconf) and the error
> persists.
>
> Thank you for your help.
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> https://mail.xfce.org/mailman/listinfo/xfce4-dev
>
> ------------------------------
>
> End of Xfce4-dev Digest, Vol 160, Issue 1
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.xfce.org/pipermail/xfce4-dev/attachments/20170404/341cf51c/attachment.html>


More information about the Xfce4-dev mailing list