Re: porting problem triggered by gcc include search order

2012-02-16 Thread KIMURA Masaru
Hi, 2012/2/16 marco atzeri : > rename local signal.h is effective. > > I guess that -I. is influencing the inclusion order with unexpected > results. thanks. and I checked gcc include order on my linux env. renaming works fine but it's awkward to me. after more investigation, I realized that:

Re: porting problem triggered by gcc include search order

2012-02-15 Thread marco atzeri
On 2/15/2012 6:44 PM, KIMURA Masaru wrote: Hi, I'm now porting Nick Gasson's nvc[1] to cygwin 1.7. and i'm stuck a porting problem triggered by gcc include search order[2]. Should I rename local signal.h? Or, anyone can tell me better way to solve this problem? Peace,

porting problem triggered by gcc include search order

2012-02-15 Thread KIMURA Masaru
Hi, I'm now porting Nick Gasson's nvc[1] to cygwin 1.7. and i'm stuck a porting problem triggered by gcc include search order[2]. Should I rename local signal.h? Or, anyone can tell me better way to solve this problem? Peace, - [1] https://github.com/nickg/nvc [2] https://g