Re: [Mingw-users] messages
- Date: Sat, 29 Dec 2007 09:32:39 +0800
- From: JonY <10walls@xxxxxxxxx>
- Subject: Re: [Mingw-users] messages
alpha-quadrant@xxxxxxxxxxxxx wrote:
> At 07:00 PM 12/28/07, you wrote:
>
>> Hi,
>>
>> assuming you want to read the messages after running make, you can use
>> "make 1>&messages.txt 2>&1".
>>
>> hope that helps.
>
>
> cool thnks but, it made a file "&1" (no messages)
>
> F:\povwinmg>mingw32-make 1>&messages.txt 2>&1
> MINGW3~4.EXE: *** No rule to make target `1'. Stop.
>
>
> gui.bat:
> mingw32-make -f windows\makefiles\makefile.gcc USE_GUI=1 BUILD=release clean
> mingw32-make -f windows\makefiles\makefile.gcc USE_GUI=1 BUILD=release
> mingw32-make 1>&messages.txt 2>&1
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> MinGW-users mailing list
> MinGW-users@xxxxxxxxxxxxxxxxxxxxx
>
> You may change your MinGW Account Options or unsubscribe at:
> https://lists.sourceforge.net/lists/listinfo/mingw-users
>
Sorry, I thought you used MSYS, try "mingw32-make >messages" instead,
I'm not entirely sure how the Windows console will interpret it, ymmv.
I also noticed that the first 2 commands looked for makefile.gcc but not
the third, is that right?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users