codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

-I misordering can cause compiling to fail #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to pass all local (source and build dir) -I flags before any -I flags
for external support libraries. Otherwise an existing set of libproxy
headers or the headers for some other thing that happens to have same .h
filename could be found instead of the expected "libproxy that is being
built". It's an easy mistake to make if you aren't careful when reading the
automake manual about the different compiler-flag variables: local -I go in
_CPPFLAGS not _CFLAGS.

Original issue reported on code.google.com by dma...@gmail.com on 20 May 2009 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by dma...@gmail.com on 20 May 2009 at 10:04

Attachments:

GoogleCodeExporter commented 9 years ago
1) Thanks for the pointer
2) Sorry for the long delay

3) with all the restructuring, your patch did no longer apply (we don't have 
plugins
anymore for example; they are now called modules). I refactored it and hope to 
have
cought all of it.

Submitted in rev 397

Original comment by dominiqu...@gmail.com on 24 Jun 2009 at 7:38