Please forgive me if this is covered elsewhere. I did a lot of searches but could not find anything pertaining to what I would like to do.
I am developing a product using C/C++ for which the end customer has settled on Visual Studio 2005. I am able to build on my Mac with GNU tools for development and testing but deliverables must be built with VS2005.
I am currently using VMWare Fusion but have moved to invoking DEVENV directly from the command line and no longer use or need the full blown IDE.
I am looking for a way to get DEVENV from VS2005 to run under Wine (again the IDE IS NOT needed or wanted).
Is there a way to do this? How do I set it up?
Any help would be much appreciated.
Thanks,
VS2005 Command Line interface
VS2005 Command Line interface
On Mon, Jul 19, 2010 at 3:18 PM, cyberclops <[email protected]> wrote:
likely to work. To get you started winetricks can install vs2005
trial. I recommend you trying that first.
http://wiki.winehq.org/winetricks
John
If you are building c++ applications that do not use .NET this isPlease forgive me if this is covered elsewhere. I did a lot of searches but could not find anything pertaining to what I would like to do.
I am developing a product using C/C++ for which the end customer has settled on Visual Studio 2005. I am able to build on my Mac with GNU tools for development and testing but deliverables must be built with VS2005.
I am currently using VMWare Fusion but have moved to invoking DEVENV directly from the command line and no longer use or need the full blown IDE.
I am looking for a way to get DEVENV from VS2005 to run under Wine (again the IDE IS NOT needed or wanted).
Is there a way to do this? How do I set it up?
likely to work. To get you started winetricks can install vs2005
trial. I recommend you trying that first.
http://wiki.winehq.org/winetricks
John
VS2005 Command Line interface
On Mon, Jul 19, 2010 at 3:28 PM, John Drescher <[email protected]> wrote:
there is an easy way to install just the compiler and toolchain.
John
This does however install the IDE. I am not sure even in windows ifOn Mon, Jul 19, 2010 at 3:18 PM, cyberclops <[email protected]> wrote:If you are building c++ applications that do not use .NET this isPlease forgive me if this is covered elsewhere. I did a lot of searches but could not find anything pertaining to what I would like to do.
I am developing a product using C/C++ for which the end customer has settled on Visual Studio 2005. I am able to build on my Mac with GNU tools for development and testing but deliverables must be built with VS2005.
I am currently using VMWare Fusion but have moved to invoking DEVENV directly from the command line and no longer use or need the full blown IDE.
I am looking for a way to get DEVENV from VS2005 to run under Wine (again the IDE IS NOT needed or wanted).
Is there a way to do this? How do I set it up?
likely to work. To get you started winetricks can install vs2005
trial. I recommend you trying that first.
http://wiki.winehq.org/winetricks
there is an easy way to install just the compiler and toolchain.
John
-
- Newbie
- Posts: 2
- Joined: Mon Jul 19, 2010 1:39 pm
Re: VS2005 Command Line interface
In the end I need to archive the environment so that the build can be reproduced on my machine later or on other team member's machines. Perhaps there is a way to pare it down once it is installed.John Drescher wrote:On Mon, Jul 19, 2010 at 3:28 PM, John Drescher <[email protected]> wrote:
This does however install the IDE. I am not sure even in windows if
there is an easy way to install just the compiler and toolchain.
John
How does one go about starting afresh with Wine? I have tried a few things already and would need to roll them back.
- Lowell
VS2005 Command Line interface
On Mon, Jul 19, 2010 at 21:50, cyberclops <[email protected]> wrote:
http://wiki.winehq.org/FAQ#head-9893ae5 ... af2e69b391How does one go about starting afresh with Wine? Â I have tried a few things already and would need to roll them back.
VS2005 Command Line interface
On Mon, Jul 19, 2010 at 3:50 PM, cyberclops <[email protected]> wrote:
Start reading here:
http://wiki.winehq.org/FAQ#head-7cc3497 ... e102f58abd
John
Create a fresh wine prefixJohn Drescher wrote:In the end I need to archive the environment so that the build can be reproduced on my machine later or on other team member's machines. Perhaps there is a way to pare it down once it is installed.On Mon, Jul 19, 2010 at 3:28 PM, John Drescher <[email protected]> wrote:
This does however install the IDE. I am not sure even in windows if
there is an easy way to install just the compiler and toolchain.
John
How does one go about starting afresh with Wine? I have tried a few things already and would need to roll them back.
Start reading here:
http://wiki.winehq.org/FAQ#head-7cc3497 ... e102f58abd
John