What steps will reproduce the problem?
1. Just configure and make serf
What is the expected output? What do you see instead?
There were two problems:
1) An error in context.c (line 575), where conn->vec[0].iov_base
is incremented. However, conn->vec[0].iov_base is a void *, which
cannot be incremented. gcc allows this, but the HP-UX compiled does
not.
2) The "make" utility provided with HP-UX, doesn't accept the $^
argument.
What version of the product are you using? On what operating system?
serf 0.2.0, hpux-ia64
Please provide any additional information below.
The attached file is a patch which fixes both problems. With that
patch everything compiles fine.
Original issue reported on code.google.com by jan.nijt...@gmail.com on 24 Jun 2008 at 10:32
Original issue reported on code.google.com by
jan.nijt...@gmail.com
on 24 Jun 2008 at 10:32Attachments: