What version of the C++ compiler are you using?  It looks like you're using 
something older than 2005 that doesn't support a number of provided parameters 
(-GS -RTC1).

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm
Sent: Friday, March 02, 2007 11:42 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX3 build fails

Thanks for the response but I don't think this is the problem as the cl command 
is running but it is failing to build the "dutil" source.

Neil

From: Matthew Janulewicz [mailto:[EMAIL PROTECTED]
Sent: 02 March 2007 18:18
To: Neil Sleightholm; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] WiX3 build fails

There are a few command-line tools (this is the C compiler) the build calls 
that may not be in your path, this is one of them. You can:

Easy: Add the path to cl.exe to your path (mine is at c:\Program 
Files\Microsoft Visual Studio 8\VC\bin\cl.exe)

Difficult: Find where this tool definition is in the build scripts and set it's 
path there.

It's been so long since I built Wix on my own (to get around a bug that has 
been fixed) that maybe the second one is more obvious than the first. Don't 
know.


-Matt
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to