Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-13 Thread Alan W. Irwin
On 2008-04-13 11:04+0200 Andreas Pakulat wrote: [...]I'll be the first one to try out MinGW which comes with gcc 4.x [...] The MinGW team officially releases their packages at SourceForge. From http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=241304 there is a gcc 4.3.0 r

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-13 Thread Sören Freudiger
But be carefull... I got a lot of errors by using 4.3.0 within MinGW. OpenMP sometimes end in a compiler segmentation fault and some templates couldn't be resolved (although cl, intel9/10 and gcc 4.1 can do). so: good luck -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-13 Thread Stephan Tolksdorf
Andreas Pakulat wrote: On 12.04.08 08:52:38, Alan W. Irwin wrote: On 2008-04-12 10:07+0200 Andreas Pakulat wrote: That's fine, but then somebody else with access to windows should volunteer to do that testing since MinGW is an extremely important platform. Finally, from our PLplot experience, M

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-13 Thread Andreas Pakulat
On 12.04.08 11:18:31, Mike Jackson wrote: > Ok. I downloaded the latest CMake nightly (2.7-20080412) and gave this > FindBoost a shot with a MinGW current Stable release, which is I think > 3.14, at least according to the _mingw.h file. > > It didn't work. Here are the changes. Sorry, but I don't

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-13 Thread Andreas Pakulat
On 12.04.08 08:52:38, Alan W. Irwin wrote: > On 2008-04-12 10:07+0200 Andreas Pakulat wrote: >> >> My experience with MinGW so far is that its simply not ready yet for >> projects such as boost or KDE, they still need some time. Thats why >> I won't do work on getting KDevelop4 working on MinGW -