On Saturday, April 26, 2014 2:10:15 PM UTC-7, Martin Pool wrote:
> -old lists
>
>
> Which compiler are you using inside of Code::Blocks?
>
>
>
> On 23 April 2014 23:49, Milind Gupta <
milind...@gmail.com> wrote:
>
>
>
> Hi Martin,
> Thanks for the update. Just last week I compiled librsync as a dll from the sourceforge page on windows using Code::Blocks. I have made a Code::Blocks project for the dll. If you want I can send that to you to add for the PC build. Since Code::Blocks is cross platform I think the same project should work on other platforms as well. I had tried cygwin and Visual Studio express 2013 but nothing worked for me. For Codeblocks I had to make a change in the snprintf.c file. I had to comment the #define HAVE_VARARGS_H line and add the line #define HAVE_STDARG_H otherwise it gives errors. After that I was able to generate tne use the dll properly.
>
>
>
>
>
> Thanks,
> Milind
>
>
>
>
>
> On Tue, Apr 22, 2014 at 9:44 PM, Martin Pool <
m...@sourcefrog.net> wrote:
>
>
>
>
>
>
> Hi all,
>
> I've made a new home for librsync in <
https://github.com/librsync/librsync>. Pretty nice to see it's still useful and used after 14 years!
>
>
>
>
>
>
> I'd like to maintain librsync a little more actively again, starting by getting a clean build on modern compilers, seeing what new tests can be added, and merging patches people have done elsewhere. I hope to make a new release in the next month or so. If you've fixed bugs in your own fork, please do get in touch on
libr...@googlegroups.com
>
>
>
>
>
>
>
> I am also going to migrate the lists from Sourceforge to Google Groups partly for the sake of better spam/moderation management:
>
>
>
https://groups.google.com/forum/#!forum/librsync
>
>
>
>
>
>
>
https://groups.google.com/forum/#!forum/librsync-announce
Hi Milind.