Re: [Mingw-w64-public] fork: can't reserve memory for stack 0xA0000 - 0x2A0000, Win32

2015-05-06 Thread niXman
James Franco 2015-05-06 23:39: Hi, > I am attempting to build TAO Library from Ace using Mingw64. After > running > make I get the following. I have tried this with both mingw and Mingw64 > bit. [snip] > C:\msys\1.0\bin\sh.exe: *** fork: can't reserve memory for stack > 0xA - > 0x2A

[Mingw-w64-public] fork: can't reserve memory for stack 0xA0000 - 0x2A0000, Win32

2015-05-06 Thread James Franco
I am attempting to build TAO Library from Ace using Mingw64. After running make I get the following. I have tried this with both mingw and Mingw64 bit. etype_init_cs.o .shobj/be/be_visitor_valuetype/valuetype_obv_ch.o .shobj/be/be_visitor_valuetype/valuetype_obv_ci.o .shobj/be/

Re: [Mingw-w64-public] repository.txt not found

2015-05-06 Thread NightStrike
On May 6, 2015 11:27 AM, "niXman" wrote: > > Ruben Van Boxem 2015-05-06 12:07: > > Guys, > > Hi, > > > this issue is popping up from time to time. I can understand it might > > be > > hard to solve, but this is not good advertising for the project: > > > > http://stackoverflow.com/questions/300698

[Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread Alon Bar-Lev
this effects only top level package, if crt is to be built: 1. install headers into builddir for staging 2. adjust CPPFLAGS for tools and libraries to find local headers 3. disable sysroot for crt so search path contain only local headers fixed per NightStrike technical comments, sending just for

Re: [Mingw-w64-public] repository.txt not found

2015-05-06 Thread niXman
Ruben Van Boxem 2015-05-06 12:07: > Guys, Hi, > this issue is popping up from time to time. I can understand it might > be > hard to solve, but this is not good advertising for the project: > > http://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2 This error occurs due

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread Alon Bar-Lev
On 6 May 2015 at 17:48, NightStrike wrote: > On Wed, May 6, 2015 at 10:39 AM, Alon Bar-Lev wrote: >> On 6 May 2015 at 17:34, NightStrike wrote: >>> On Wed, May 6, 2015 at 10:08 AM, Alon Bar-Lev wrote: > On Wed, May 6, 2015 at 6:25 AM, Alon Bar-Lev > wrote: > > this effects only to

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread NightStrike
On Wed, May 6, 2015 at 10:39 AM, Alon Bar-Lev wrote: > On 6 May 2015 at 17:34, NightStrike wrote: >> On Wed, May 6, 2015 at 10:08 AM, Alon Bar-Lev wrote: On Wed, May 6, 2015 at 6:25 AM, Alon Bar-Lev wrote: > this effects only top level package, if crt is to be built: > 1. install

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread Alon Bar-Lev
On 6 May 2015 at 17:34, NightStrike wrote: > On Wed, May 6, 2015 at 10:08 AM, Alon Bar-Lev wrote: >>> On Wed, May 6, 2015 at 6:25 AM, Alon Bar-Lev wrote: >>> > this effects only top level package, if crt is to be built: >>> > 1. install headers into builddir for staging >>> > 2. adjust CPPFLAGS

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread NightStrike
On Wed, May 6, 2015 at 10:08 AM, Alon Bar-Lev wrote: >> On Wed, May 6, 2015 at 6:25 AM, Alon Bar-Lev wrote: >> > this effects only top level package, if crt is to be built: >> > 1. install headers into builddir for staging >> > 2. adjust CPPFLAGS for tools and libraries to find local headers >> >

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread Alon Bar-Lev
On 6 May 2015 at 16:09, NightStrike wrote: > > I know I've been silent for a long time, but I do still read the > lists, and I felt the need to comment on what I consider a bad change. > Feel free to ignore me. thank you for your comments. > I understand the intent, and the intent is good (that

Re: [Mingw-w64-public] [PATCH 2/2] build: autoconf: enable multiple tools and libs

2015-05-06 Thread LRN
On 05.05.2015 16:50, JonY wrote: > On 5/5/2015 03:47, Alon Bar-Lev wrote: >> this somewhat reduces the error checking, but makes code and usage nicer. > > Hi, > > Thanks for the patch, but I'm rather ambivalent about keeping the > top-level configure. > > It doesn't quite work as it is supposed

Re: [Mingw-w64-public] [PATCH 2/2] build: autoconf: enable multiple tools and libs

2015-05-06 Thread NightStrike
On Tue, May 5, 2015 at 9:50 AM, JonY wrote: > On 5/5/2015 03:47, Alon Bar-Lev wrote: >> this somewhat reduces the error checking, but makes code and usage nicer. > > Hi, > > Thanks for the patch, but I'm rather ambivalent about keeping the > top-level configure. > > It doesn't quite work as it is

Re: [Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread NightStrike
I know I've been silent for a long time, but I do still read the lists, and I felt the need to comment on what I consider a bad change. Feel free to ignore me. I understand the intent, and the intent is good (that is, to make top level work again). I still have some local patches to that effect f

[Mingw-w64-public] [PATCH] [PROTOTYPE] build crt using locally provided headers

2015-05-06 Thread Alon Bar-Lev
this effects only top level package, if crt is to be built: 1. install headers into builddir for staging 2. adjust CPPFLAGS for tools and libraries to find local headers 3. disable sysroot for crt so search path contain only local headers Signed-off-by: Alon Bar-Lev --- Makefile.am

[Mingw-w64-public] repository.txt not found

2015-05-06 Thread Ruben Van Boxem
Guys, this issue is popping up from time to time. I can understand it might be hard to solve, but this is not good advertising for the project: http://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2 Maybe storing the repository.txt in some other location might be a workar