Arun,

the compile error you're seeing is in a code file in serf's test
suite, not in the actual serf library.

The easiest way for you to get going, is to skip building the test
suite. Just running 'scons', and then 'scons install' should do that,
just skip the 'scons check' step.

The alternative is to fix your serf 1.3.8 copy. For that you need to
get a serf 1.3.8 working copy first:
$ svn co https://svn.apache.org/repos/asf/serf/tags/1.3.8/ serf1.3.8

In the new working copy, you can now merge the change that fixes this
problem from the serf repo.
$ svn merge -c 1700013 https://svn.apache.org/repos/asf/serf/branches/1.3.x .

Hope this helps!


On Sat, Dec 12, 2015 at 12:23 PM, arun prasath <get2a...@gmail.com> wrote:
> Thanks Lieven, Andreas.
>
> I was stuck and cluless. Now happy to see your responses but I have few
> questions which will help me plan the things.
>
> 1. Firstly, when are you planning for next release 1.3.9. Is that happen in
> near future or will take months.

Good question. The release seems to be stuck for a while, so no promises.

> 2. I see only one line change - #1237 line comment moved to C line comment
> /* ..*/ in the comment.
> 3. I have modified the file but could not get the compilation go
> successfully in scons check. I have updated one file /test/test_buckets.c.
> 4. You have mentioned to merge the patches trunk & 1.3.x, do you mean I
> have to checkout all the files/directories and do the merge of files. I
> believe there will be lot of files in both the releases if I have to merge
> both the release (trunk & 1.3.x)
> 5. If only test/test_buckets.c file change then how to merge the files.If i
> change the comment to c style, will it work.
> 6. Could you give me more info on this so that i can update and install the
> serf 1.3.8.
> I have already installed SVN without serf and now users are asking for http
> support in production environment. Your inputs and suggestions would really
> help me plan the things.
> Apologize if I have asked silly/too many questions like how to merge.
> However, I will see how serf files are available in trunk/branch in svn.

Think I've answered these questions above.

regards,

Lieven


> Thank a ton.
> Arun Prasath
>
> On Sat, Dec 12, 2015 at 2:40 PM, Andreas Stieger <andreas.stie...@gmx.de>
> wrote:
>
>> Hello Arun,
>>
>> arun prasath wrote:
>> > test/test_buckets.c: In function 'deflate_compress':
>> > test/test_buckets.c:1237: error: expected expression before '/' token
>>
>> Nothing to do with SCons. Simple compile error. This was already fixed but
>> not released yet.
>>
>> See: https://issues.apache.org/jira/browse/SERF-169
>>
>> Check or merge these patches, these will be in the next release.
>> (trunk) https://svn.apache.org/viewvc?view=revision&revision=1699973
>> (1.3.x) https://svn.apache.org/viewvc?view=revision&revision=1700013
>>
>> Andreas
>>

Reply via email to