----- Ruben Safir <ru...@mrbrklyn.com> a écrit :
> On Sat, Jan 03, 2015 at 02:49:02PM +0100, Christophe wrote:
> > ----- Ruben Safir <ru...@mrbrklyn.com> a écrit :
> > > 
> > > Hi
> > > 
> > > I'm making a new Marjaro/Arch package but I ran in to an error on 
> > > load_gif.cc from the library libgif
> > > 
> > > In file included from load_gif.c:29:0:
> > > /usr/include/gif_lib.h:183:9: note: declared here
> > >      int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
> > >          ^
> > > load_gif.c:219:3: error: too few arguments to function 'DGifCloseFile'
> > >    DGifCloseFile(gif)
> > 
> > Hi,
> > It looks like you faced the known bug due to change in libgif 5.1 versus 
> > 5.0. This is fixed in git's development branch (commit 7d09b2c04f).
> > 
> > If you do not want to handle the git cloning I can make you a snapshot so 
> > you can test and confirm, just ask!
> > 
> 
> 
> Can I take option 3 and you can show me how to do that with git ?
> 
> then maybe I will be on a path to be more helpful as time goes by.
> 
> Ruben

Sure, the commands are:

git clone -b next git://repo.or.cz/wmaker-crm.git
cd wmaker-crm
./autogen.sh

and you have a directory ready, with the 'configure' script. the challenge here 
is that you'll need proper versions for Autoconf, but I guess you should be ok.

If you want to make an archive fro, this, the step is to run the 'configure' 
script and then do a "make dist", or if you're playful "make distcheck", the 
later being more interesting for me but longer for you.


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to