trompetin17 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

http_request.h conficts with apache one #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
building from source code may fails because 
./skelton/include/http_request.h conficts with apache.

Original issue reported on code.google.com by y...@linuxconsole.org on 25 May 2010 at 8:14

GoogleCodeExporter commented 8 years ago
"May" fail? Was there an actual problem? I'm pretty sure I've built this on a 
machine with Apache development 
headers installed, since we put -Iskelton/include (or some variant thereof), 
ours should take precedence. Of 
course, an hypothetical project that needed both headers might have some 
trouble, but that shouldn't be an 
issue.

If there's any problem, I could fix it pretty easily, I think, but if it works, 
I'd be inclined to leave it as-is.

Thanks!

Original comment by pphaneuf on 27 May 2010 at 1:54

GoogleCodeExporter commented 8 years ago
My apache is installed with ./configure --prefix=/somewhere. (and 
/somewhere/include
is in my $CFLAGS)

I looked into apache2_2.2.9-10+lenny7.diff  and there is 
'includedir:    ${exec_prefix}/include"/apache2'.

Original comment by y...@linuxconsole.org on 30 May 2010 at 11:50