alex1818 / serf

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

serf should compile if an old serf is installed #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install serf-0.3.1 of serf to dir x
2. compile serf-0.6.1 setting the destination dir x again

What is the expected output? What do you see instead?
should compile, it does not referencing files installed with a previous
version.

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

Please provide any additional information below.
the order in the makefile is wrong. -I. (the own source) needs to be
priority over all other includes. at opencsw it was worked around by 

i looked at libpng as a library used quite often, which has the order of
cflags and include reversed, cf:
http://libpng.git.sourceforge.net/git/gitweb.cgi?p=libpng/libpng;a=blob_plain;f=
Makefile.in;hb=HEAD

Original issue reported on code.google.com by rupert.t...@gmail.com on 20 May 2010 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Fixed in r1510.

Original comment by gstein on 25 Jun 2011 at 8:42