Re: [bug #38437] cannot find the include file

2013-02-28 Thread skyshore
Thanks Philip. It works for me, and now I can distribute my makefiles into different path. However, I still hope it can be improved as the expreience of C/C++ tells us it shall be able to. When reading a makefile, the path of this file should be added into the search path automaticallly. 2013/2/

[bug #38437] cannot find the include file

2013-02-28 Thread Jian
Follow-up Comment #2, bug #38437 (project make): (just paste the mail with solution here for your reference) Thanks Philip. It works for me, and now I can distribute my makefiles into different path. However, I still hope it can be improved as the expreience of C/C++ tells us it shall be able to

[bug #38437] cannot find the include file

2013-02-27 Thread Paul D. Smith
Update of bug #38437 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: This is how GNU make h

Re: [bug #38437] cannot find the include file

2013-02-27 Thread Philip Guenther
On Wed, Feb 27, 2013 at 8:55 PM, Jian wrote: ... > Supposing 2 makefiles in dir A: 1.mak, 2.mak, and 1.mak include 2.mak. > Now in dir B, 3.mak includes 'A/1.mak' (will auto include 2.mak). But error > shows that 2.mak cannot be found. > > The make option "-I" can be the workaround like: > cd B >

[bug #38437] cannot find the include file

2013-02-27 Thread Jian
URL: Summary: cannot find the include file Project: make Submitted by: skyshore Submitted on: Thu 28 Feb 2013 04:55:23 AM GMT Severity: 3 - Normal Item Group: Bug