Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
e found in namespace `System' [csc] /Users/Koroshiya/Documents/www.totalvid.net/src/ThePlatform.cs(4) error CS0246: The namespace `System.Data.SqlClient' can not be found (missing assembly reference?) BUILD FAILED csc returned: 1 Obviously System.Data exists, or did M$ update

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
returned: 1 Not sure what this means. :-( The search continues. On Apr 18, 2005, at 9:03 PM, Shatzer, Larry wrote: If you want to build it, you will still need mono. What impression did you have about Ant? -- Larry -Original Message----- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, A

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
that seems to be for Windows and not OS X. So I am still looking... -Chris On Apr 18, 2005, at 9:03 PM, Shatzer, Larry wrote: If you want to build it, you will still need mono. What impression did you have about Ant? -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
55 PM, Shatzer, Larry wrote: No, it is a dependency for running .NET stuff on OSX. http://www.mono-project.com How else were you planning on running .NET stuff on OSX? -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 5:55 PM To: Ant Users

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
n Apr 18, 2005, at 8:50 PM, Shatzer, Larry wrote: Do you have mono installed? If so, make sure that csc is in your path (by editing the correct startup script, such as .bashrc). -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2

Problem with csc on OS X

2005-04-18 Thread Chris Altman
I am currently trying to build a .NET application on my OS X box. I have it successfully building on my WinXP box so, I am confident the build.xml is correct. The issue arises with csc. It returns this error: csc failed: java.io.IOException: mcs: not found Now I have read through some of the ot