<< Quote Of The Day | Home | History of BASIC >>

Could You Run It In A CMD Window?

I sure can. But my xterm is not the problem.

The following exchange happened at work today:

Me: Dan, are you sure your build instruction is complete?

Dan: I don’t know. What’s your problem?

Me: I followed the instructions in your email, but can’t find the executable.

Dan: Did you download IIOP.NET and build it?

Me: Yes.

Dan: Did you run vcvars32.bat to setup the environment variables?

Me: Yes.

Dan: (walks over and saw my xterms (I used to run Cygwin bashes in CMD consoles, I run Cygwin xterms now)) Could you open a Windows command prompt?

Me: Sure! (Opened one) Redo everything, ... No. Still have the problem.

Dan: OK. Let’s move on. Have you updated your MPC recently?

Me: I don’t remember when I last did that. It won’t hurt to run cvs up now. (Did it.)

Dan: Now rerun MPC...

Me: (mpc.pl -type vc71 foo.mwc)... redo the build... (devenv foo.sln /build Debug)... Yes. That fixed it. Thanks.

Forget about the cool stuff that I mentioned for a moment, and let’s talk about the abuse that Cygwin users take in situations like this. I’m used to it and usually go with the flow when it comes to opening a CMD prompt. However in all these years of opening up a CMD window and redoing stuff, not once had the problem been traced back to Cygwin.

I don’t mean to pick on Dan. (Others do the same.) I just want to point out the not so obvious fact that Cygwin is rarely the cause of any problems on my machine.

Tags :


Re: Could You Run It In A CMD Window?

I think asking for something to be run in a windows CMD shell isn't unreasonable. I also ran cygwin at a previous job when others were still using CMD. I ran into problems a few times with classpath issues. Seems like a perfectly reasonable request.

Re: Could You Run It In A CMD Window?

I'm not saying that it's unreasonable. I'm just saying that it's rarely useful. I have a feeling that it is most often requested out of ignorance than insight.

We used to make people reboot their machines, defrag their hard drive, run RegClean, reinstall their video drivers and do full virus-scans all the time. We do them less often now.

Re: Could You Run It In A CMD Window?

It is unfortunate that you need to open a CMD window but it makes sense that when you're asking someone for help that is unfamiliar with cygwin, they're going to find it easier to diagnose the problem in an environment that they understand.

Add a comment Send a TrackBack