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
Original issue reported on code.google.com by
rupert.t...@gmail.com
on 20 May 2010 at 10:07Attachments: