Re: Compilation errors not shown properly in Cygwin

2004-08-21 Thread Tim Prince
At 11:32 AM 8/20/2004, Rajagopalan, Karthik wrote: Hi Cygwin_Techies, I have been trying to install working packages of Cygwin for our current project but fails in every attempt with some issues. Currently I find the Cygwin doesn't report the compilation errors from Microsoft Visual Studio C

Re: Compilation errors not shown properly in Cygwin

2004-08-21 Thread Jacek Trzmiel
Larry Hall wrote: Sounds like a tty thing to me. Try adding to your CYGWIN environment variable 'notty' and starting a new cygwin.bat. I've added CYGWIN environment variable: System Properties/Advanced/Environment Variables/System variables/New... Variable Name: CYGWIN Variable Value: notty

Compilation errors not shown properly in Cygwin

2004-08-20 Thread Rajagopalan, Karthik
Hi Cygwin_Techies, I have been trying to install working packages of Cygwin for our current project but fails in every attempt with some issues. Currently I find the Cygwin doesn't report the compilation errors from Microsoft Visual Studio C Compiler. Let me explain the problem clearly. I am

Re: Compilation errors not shown properly in Cygwin

2004-08-20 Thread Rolf Campbell
Rajagopalan, Karthik wrote: Hi Cygwin_Techies, I have been trying to install working packages of Cygwin for our current project but fails in every attempt with some issues. Currently I find the Cygwin doesn't report the compilation errors from Microsoft Visual Studio C Compiler. Let me explain

Re: Compilation errors not shown properly in Cygwin

2004-08-20 Thread Jacek Trzmiel
Rajagopalan, Karthik wrote: [...] I am trying to compile a C program through Makefile from Cygwin. This C program has syntax errors which are supposed to be shown by Cygwin when running C compiler. It just indicates the following lines and stops : make: *** [/cygdrive/h/test.obj] Error 1

Re: Compilation errors not shown properly in Cygwin

2004-08-20 Thread Larry Hall
At 05:22 PM 8/20/2004, you wrote: Rajagopalan, Karthik wrote: [...] I am trying to compile a C program through Makefile from Cygwin. This C program has syntax errors which are supposed to be shown by Cygwin when running C compiler. It just indicates the following lines and stops : make: