Changes between Initial Version and Version 1 of Ticket #10036
- Timestamp:
- Sep 29, 2013, 9:59:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10036 – Description
initial v1 1 1 It would be nice if our gcc2 supported -iquote. The reason being, while implementing libcurl support in libpackage, I came across the following problem: including <curl/curl.h> doesn't work for gcc2 from our build system, because curl.h then includes some of its other headers via #include "filename". Thanks to Ingo, it was determined that this was due to the use of -I- in the build system also having the side effect of disabling searching in those dirs for quoted includes. 2 2 3 3 Consequently, it was determined that implementing iquote support for gcc2 would be the best way to resolve the problem going forward, as we may later encounter the same problem with other 3rd party libraries, though it's been worked around for libcurl for now [1]. 4 4 5 5 [1] http://cgit.haiku-os.org/haiku/commit/?id=5ef03b1bda13fe8e7745649db011f17d55bc8178