VS2005 Command Line interface

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cyberclops
Newbie
Newbie
Posts: 2
Joined: Mon Jul 19, 2010 1:39 pm

VS2005 Command Line interface

Post by cyberclops »

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,
John Drescher

VS2005 Command Line interface

Post by John Drescher »

On Mon, Jul 19, 2010 at 3:18 PM, cyberclops <[email protected]> wrote:
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?
If you are building c++ applications that do not use .NET this is
likely to work. To get you started winetricks can install vs2005
trial. I recommend you trying that first.

http://wiki.winehq.org/winetricks

John
John Drescher

VS2005 Command Line interface

Post by John Drescher »

On Mon, Jul 19, 2010 at 3:28 PM, John Drescher <[email protected]> wrote:
On Mon, Jul 19, 2010 at 3:18 PM, cyberclops <[email protected]> wrote:
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?
If you are building c++ applications that do not use .NET this is
likely to work. To get you started winetricks can install vs2005
trial. I recommend you trying  that first.

http://wiki.winehq.org/winetricks
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
cyberclops
Newbie
Newbie
Posts: 2
Joined: Mon Jul 19, 2010 1:39 pm

Re: VS2005 Command Line interface

Post by cyberclops »

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
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.

How does one go about starting afresh with Wine? I have tried a few things already and would need to roll them back.

- Lowell
Gert van den Berg

VS2005 Command Line interface

Post by Gert van den Berg »

On Mon, Jul 19, 2010 at 21:50, cyberclops <[email protected]> wrote:
How does one go about starting afresh with Wine?  I have tried a few things already and would need to roll them back.
http://wiki.winehq.org/FAQ#head-9893ae5 ... af2e69b391
John Drescher

VS2005 Command Line interface

Post by John Drescher »

On Mon, Jul 19, 2010 at 3:50 PM, cyberclops <[email protected]> wrote:
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
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.

How does one go about starting afresh with Wine?  I have tried a few things already and would need to roll them back.
Create a fresh wine prefix


Start reading here:
http://wiki.winehq.org/FAQ#head-7cc3497 ... e102f58abd

John
Locked