Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread NightStrike
On Wed, May 23, 2012 at 3:52 AM, Baruch Burstein wrote: > I am using ruben's 4.7 build. > > 1. How can I add paths to the default search paths for headers/libs so that > I don't need to add -I -L to almost every project? http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html LIBRARY_PATH w

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread xunxun
于 2012/5/24 2:04, Kai Tietz 写道: > Well you can dump current default spec by option '-dumpspecs'. But I use gcc -dumpspecs > specs1 g++ -dumpspecs > specs2 gfortran -dumpspecs > specs3 specs1, specs2 and specs3's content is the same... -- Best Regards, xunxun --

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread Kai Tietz
2012/5/23 xunxun : > 于 2012/5/24 0:17, xunxun 写道: >> >> 于 2012/5 /23 22:00, Kai Tietz 写道: >> >>> Hello Baruch, >>> >>> the only way to achieve this is by using a custom spec-file for gcc. >>> See for ithttp://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Spec-Files.html >>> as reference. >> >> I think this li

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread xunxun
于 2012/5/24 0:17, xunxun 写道: > 于 2012/5 /23 22:00, Kai Tietz 写道: >> Hello Baruch, >> >> the only way to achieve this is by using a custom spec-file for gcc. >> See for ithttp://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Spec-Files.html >> as reference. > I think this link : http://www.mingw.org/wiki/SpecsF

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread xunxun
于 2012/5/23 22:00, Kai Tietz 写道: > Hello Baruch, > > the only way to achieve this is by using a custom spec-file for gcc. > See for ithttp://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Spec-Files.html > as reference. I think this link : http://www.mingw.org/wiki/SpecsFileHOWTO is very clear... -- Best Re

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread niXman
2012/5/23 Baruch Burstein: > I am using ruben's 4.7 build. > > 1. How can I add paths to the default search paths for headers/libs so that > I don't need to add -I -L to almost every project? I believe just rebuilding. > 2. How can I set the default mode of g++ to be c++11? Create .bat/.sh file an

Re: [Mingw-w64-public] changing defaults

2012-05-23 Thread Kai Tietz
2012/5/23 Baruch Burstein : > I am using ruben's 4.7 build. > > 1. How can I add paths to the default search paths for headers/libs so that > I don't need to add -I -L to almost every project? > 2. How can I set the default mode of g++ to be c++11? > > -- > ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ u

[Mingw-w64-public] changing defaults

2012-05-23 Thread Baruch Burstein
I am using ruben's 4.7 build. 1. How can I add paths to the default search paths for headers/libs so that I don't need to add -I -L to almost every project? 2. How can I set the default mode of g++ to be c++11? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı ---

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Jacek Caban
Hi Kai, Thanks for review, committed as r5050. Cheers, Jacek -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can res

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Kai Tietz
Jacek, thanks for the patch. When tests are passing, the patch is pre-approved. Thanks, Kai 2012/5/23 Jacek Caban : > On 05/23/12 08:29, Ozkan Sezer wrote: >> On Wed, May 23, 2012 at 6:02 AM, Phillip Hellewell wrote: >>> Phillip Hellewell writes: I'm not sure that's the whole story. I th

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Jacek Caban
On 05/23/12 08:29, Ozkan Sezer wrote: > On Wed, May 23, 2012 at 6:02 AM, Phillip Hellewell wrote: >> Phillip Hellewell writes: >>> I'm not sure that's the whole story. I think there may be an issue with >>> strmif.h. >>> >> FYI, I don't know if this was the right fix, but I moved the >> VIDEO_STR

Re: [Mingw-w64-public] A MinGW-w64-using Project: Freecell Solver - http://fc-solve.shlomifish.org/

2012-05-23 Thread JonY
On 5/21/2012 18:59, Shlomi Fish wrote: > Hi all, > > my project - Freecell Solver - http://fc-solve.shlomifish.org/ - uses > MinGW-w64 > to build its Win32 packages by virtue of using CMake and Strawberry Perl. > > Please mention it on http://mingw-w64.sourceforge.net/ . > > Regards, > >

[Mingw-w64-public] A MinGW-w64-using Project: Freecell Solver - http://fc-solve.shlomifish.org/

2012-05-23 Thread Shlomi Fish
Hi all, my project - Freecell Solver - http://fc-solve.shlomifish.org/ - uses MinGW-w64 to build its Win32 packages by virtue of using CMake and Strawberry Perl. Please mention it on http://mingw-w64.sourceforge.net/ . Regards, Shlomi Fish --