[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread fxcoudert at gcc dot gnu dot org

--- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-09 
18:13 ---
Bug confirmed and patch confirmed (I used to hack the generated Makefiles with
sed, but this is much cleaner).

-- 
   What|Removed |Added

 CC||fxcoudert at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Keywords||patch
   Priority|P3  |P2
   Last reconfirmed|-00-00 00:00:00 |2005-06-09 18:13:35
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread dannysmith at users dot sourceforge dot net

--- Additional Comments From dannysmith at users dot sourceforge dot net  
2005-06-09 20:41 ---
The patch is not right.
mingw doesn't have a NATIVE_SYSTEM_HEADER_DIR.

Header dirs are found relative to the path to the gcc.exe bin directory, so 
specifying /mingw/include as the NATIVE_SYSTEM_HEADER_DIR is just as wrong as 
specifying /usr/include. 

Please don't assume that everyone who develops on mingw uses the MSYS build 
environment.  

Danny

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread guardia at sympatico dot ca

--- Additional Comments From guardia at sympatico dot ca  2005-06-09 20:44 
---
So where exactly should we specify such a directory? I was not able to find any
other configuration variables that we can change and that would do the job...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread fxcoudert at gcc dot gnu dot org

--- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-09 
21:47 ---
(In reply to comment #3)
> Please don't assume that everyone who develops on mingw uses the MSYS build 
> environment.  

Fine for me. patch keyword removed accordingly.

-- 
   What|Removed |Added

   Keywords|patch   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread dannysmith at users dot sourceforge dot net

--- Additional Comments From dannysmith at users dot sourceforge dot net  
2005-06-10 03:03 ---
Re:Comment #4 

Does mount  /usr/include work with MSYS?
Or just create an empty /usr/include

Danny

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-06-09 Thread guardia at sympatico dot ca

--- Additional Comments From guardia at sympatico dot ca  2005-06-10 03:15 
---
Through fstab, yes, but the problem is it only works with specially compiled
binaries. Right off the tar ball, gcc compiles to a native win32 program and
does not honor MSYS's fstab... so no, for a Win32 program, there is no way to
mount stuff in a Unixy manner... 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-01-24 Thread guardia at sympatico dot ca

--- Additional Comments From guardia at sympatico dot ca  2005-01-24 17:31 
---
Created an attachment (id=8054)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8054&action=view)
new t-mingw32


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-08-06 Thread fxcoudert at gcc dot gnu dot org

--- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-06 
11:19 ---
Well, apparently the patch was right after all. Fixed by
http://gcc.gnu.org/ml/gcc-cvs/2005-08/msg00057.html

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607


[Bug bootstrap/19607] Build fails on MSYS/MingGW because of incorrect SYSTEM_HEADER_DIR

2005-08-22 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19607