Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Václav Šmilauer
> I have the crazy idea to help with ironCrate. Just for my knowledge (I am new to mingw), has ironCrate different goals than other non-MS implementations of MSVC runtime? I imagine reactos must have one, for instance. vaclav --

Re: [Mingw-w64-public] bug in gcc? dereferencing pointers to iterators

2012-11-10 Thread Jim Michaels
I mentioned recently that a .a library for linking to a COM+ dll was missing (but the header and declaration was there),nobody responded to that one. twice. this prevented me from compiling a wallpaper program. > > From: Ruben Van Boxem >To: mingw-w64-public@li

Re: [Mingw-w64-public] bug in gcc? dereferencing pointers to iterators

2012-11-10 Thread Jim Michaels
comeau didn't compile it either. I have no other compiler then gcc right now. my other compilers are so old they are useless. however, I am reworking the code to use indexes instead. it's harder and more error-prone because I don't remember how the code works. I still think c++ should have itera

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Jon
On Sun, 11 Nov 2012 09:39:26 +0800 JonY wrote: > On 11/11/2012 02:22, Jon wrote: > > > > It's unfortunate you both had bad experiences with cmake. Cmake really is > > quite powerful, and recent syntax mods make it friendlier to use. > > > > For example, I contributed the following cmake build

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread JonY
On 11/11/2012 02:22, Jon wrote: > > It's unfortunate you both had bad experiences with cmake. Cmake really is > quite powerful, and recent syntax mods make it friendlier to use. > > For example, I contributed the following cmake build scripts to the mruby > project > > https://github.com/mru

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Jon
On Sun, 11 Nov 2012 01:22:18 +0800 JonY wrote: > On 11/10/2012 23:39, Ozkan Sezer wrote: > > On 11/10/12, Ruben Van Boxem wrote: > >> 2012/11/10 Ozkan Sezer > >> > >>> On 11/10/12, Luis Lavena wrote: > On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem > wrote: > > Hi, > > >

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread JonY
On 11/10/2012 23:39, Ozkan Sezer wrote: > On 11/10/12, Ruben Van Boxem wrote: >> 2012/11/10 Ozkan Sezer >> >>> On 11/10/12, Luis Lavena wrote: On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem wrote: > Hi, > > I have the crazy idea to help with ironCrate. > > I hav

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Ozkan Sezer
On 11/10/12, Ruben Van Boxem wrote: > 2012/11/10 Ozkan Sezer > >> On 11/10/12, Luis Lavena wrote: >> > On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem >> > wrote: >> >> Hi, >> >> >> >> I have the crazy idea to help with ironCrate. >> >> >> >> I have written a small CMakeLists.txt file to get

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Ruben Van Boxem
2012/11/10 Ozkan Sezer > On 11/10/12, Luis Lavena wrote: > > On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem > > wrote: > >> Hi, > >> > >> I have the crazy idea to help with ironCrate. > >> > >> I have written a small CMakeLists.txt file to get automated compilation > >> working (I know you g

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Ozkan Sezer
On 11/10/12, Luis Lavena wrote: > On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem > wrote: >> Hi, >> >> I have the crazy idea to help with ironCrate. >> >> I have written a small CMakeLists.txt file to get automated compilation >> working (I know you guys favor autotools, I don't). I am running

Re: [Mingw-w64-public] ironCrate

2012-11-10 Thread Luis Lavena
On Sat, Nov 10, 2012 at 10:54 AM, Ruben Van Boxem wrote: > Hi, > > I have the crazy idea to help with ironCrate. > > I have written a small CMakeLists.txt file to get automated compilation > working (I know you guys favor autotools, I don't). I am running into some > issues building the source fro

[Mingw-w64-public] ironCrate

2012-11-10 Thread Ruben Van Boxem
Hi, I have the crazy idea to help with ironCrate. I have written a small CMakeLists.txt file to get automated compilation working (I know you guys favor autotools, I don't). I am running into some issues building the source from the get-go. I wanted to ask if I could just start trying to fix eve