google-code-export / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 1 forks source link

[PATCH] serfmake fails because serf_declare.h is missing #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout the latest serf (r1375) from trunk
2. ./serfmake install --prefix=...
3. Install fails with the error bellow

What is the expected output? What do you see instead?

ERROR: exception:
[Errno 2] No such file or directory: './serf_declare.h'

What version of the product are you using? On what operating system?

r1375

Please provide any additional information below.

serfmake was not updated to reflect serf_declare.h removal. Patch in 
attachment. 

Original issue reported on code.google.com by muzzleha...@gmail.com on 18 May 2010 at 3:29

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch. Will get to this very soon.

Original comment by gstein on 21 May 2010 at 10:07

GoogleCodeExporter commented 9 years ago
Patched committed in r1385. Thanks!

Original comment by lieven.govaerts@gmail.com on 26 May 2010 at 10:59