Re: Issue while running Visual Studio's devenv through ssh

2015-05-27 Thread Corinna Vinschen
On May 18 11:29, The General wrote: > I am aware that I am getting a Visual Studio error. The reason this problem is > tied to Cygwin is when I log into W, open a Cygwin console, and run build.bat > it works, but when I execute the procedure described below (executing > build.bat > from U through

Re: Issue while running Visual Studio's devenv through ssh

2015-05-22 Thread David Macek
On 15. 5. 2015 21:08, The General wrote: > Any feedback is much appreciated, and if anyone needs more information > please don't hesitate to ask. Is the error in any way tied to number of previous build invocations? Not that I have the slightest idea what the problem is, but have you tried compa

Re: Issue while running Visual Studio's devenv through ssh

2015-05-18 Thread The General
I am aware that I am getting a Visual Studio error. The reason this problem is tied to Cygwin is when I log into W, open a Cygwin console, and run build.bat it works, but when I execute the procedure described below (executing build.bat from U through ssh using Cygwin's sshd running on W) it fails.

Re: Issue while running Visual Studio's devenv through ssh

2015-05-15 Thread Warren Young
On May 15, 2015, at 1:08 PM, The General wrote: > > 1>Stdafx.cpp : fatal error C1902: Program database manager mismatch; > please check your installation That’s a Visual Studio error, not a Cygwin error. Perhaps you have this problem: http://stackoverflow.com/questions/12325096/ If that’s n

Issue while running Visual Studio's devenv through ssh

2015-05-15 Thread The General
I have some code that needs to be built on a windows machine (W), but my primary development/deploy environment is an Ubuntu server (U). The goal is to fully automate the build/deploy process so that it can be kicked off from U. Before I describe the problem let me explain my process. U is an Ubu