[Mono-list] Make problems with the charge and CVS

Kenneth Benson sdhmis@sheratondover.com
Fri, 5 Dec 2003 14:58:51 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C3BB6A.346927A0
Content-Type: text/plain;
	charset="iso-8859-1"

I just finished installing a new RH9 box and pulled down the monocharge then
CVS.
Doing a make in mcs has a couple problems this way. It's looking for an mcs
to run
and there is no mcs (just mcs.exe) in the monocharge. The same problem
occurs with
monoresgen. I fixed this on mine by creating 2 scripts to run them with the
needed
names.

Example script:

#!/bin/sh
/usr/local/bin/mono /usr/local/bin/mcs.exe "$@"

end script

Could these be added to the monocharge for the new people?

Thanks!

Kenneth Benson
Sheraton Dover Hotel
sdhmis@sheratondover.com
(302)678-8500 x4145
--------------------------------------
It does not take a majority to prevail, but rather an irate, tireless
minority keen to set brushfires in the peoples' mind.
-Samuel Adams

"Government, like fire, is our most useful servant, if fully controlled by
us, its citizens! And government, exactly like fire, becomes our most
destructive master, if not fully controlled by the open majority of its
constructive, working citizens!" 
-George Washington  

------_=_NextPart_001_01C3BB6A.346927A0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Make problems with the charge and CVS</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I just finished installing a new RH9 box and pulled =
down the monocharge then CVS.</FONT>
<BR><FONT SIZE=3D2>Doing a make in mcs has a couple problems this way. =
It's looking for an mcs to run</FONT>
<BR><FONT SIZE=3D2>and there is no mcs (just mcs.exe) in the =
monocharge. The same problem occurs with</FONT>
<BR><FONT SIZE=3D2>monoresgen. I fixed this on mine by creating 2 =
scripts to run them with the needed</FONT>
<BR><FONT SIZE=3D2>names.</FONT>
</P>

<P><FONT SIZE=3D2>Example script:</FONT>
</P>

<P><FONT SIZE=3D2>#!/bin/sh</FONT>
<BR><FONT SIZE=3D2>/usr/local/bin/mono /usr/local/bin/mcs.exe =
&quot;$@&quot;</FONT>
</P>

<P><FONT SIZE=3D2>end script</FONT>
</P>

<P><FONT SIZE=3D2>Could these be added to the monocharge for the new =
people?</FONT>
</P>

<P><FONT SIZE=3D2>Thanks!</FONT>
</P>

<P><FONT SIZE=3D2>Kenneth Benson</FONT>
<BR><FONT SIZE=3D2>Sheraton Dover Hotel</FONT>
<BR><FONT SIZE=3D2>sdhmis@sheratondover.com</FONT>
<BR><FONT SIZE=3D2>(302)678-8500 x4145</FONT>
<BR><FONT SIZE=3D2>--------------------------------------</FONT>
<BR><FONT SIZE=3D2>It does not take a majority to prevail, but rather =
an irate, tireless minority keen to set brushfires in the peoples' =
mind.</FONT></P>

<P><FONT SIZE=3D2>-Samuel Adams</FONT>
</P>

<P><FONT SIZE=3D2>&quot;Government, like fire, is our most useful =
servant, if fully controlled by us, its citizens! And government, =
exactly like fire, becomes our most destructive master, if not fully =
controlled by the open majority of its constructive, working =
citizens!&quot; </FONT></P>

<P><FONT SIZE=3D2>-George Washington&nbsp; </FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C3BB6A.346927A0--