<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Ok, well, you have to change something somewhere.<BR>
 <BR>
If you can't build in m3cc, which we have no idea why not,<BR>
and which I have you skip with export OMIT_GCC=yes,<BR>
then at least get the cm3cg from the "min" or "std" archives<BR>
and put it in the directory you will put cm3.<BR>
 <BR>
The failure buildng m3cg/cm3cg/m3cc I cannot tell at all from below.<BR>
Personally the problem I ran into twice is not having "gmake", but<BR>
it looks like you got well past that. It doesn't fail as early or<BR>
clearly as you might hope, but again, I think you got past that.<BR>
 <BR>
 - Jay<BR><BR><BR>> Date: Sat, 3 Jan 2009 17:20:50 +0100<BR>> From: stsp@elego.de<BR>> To: jay.krell@cornell.edu<BR>> CC: m3devel@elegosoft.com<BR>> Subject: Re: [M3devel] I386_OPENBSD uploaded-archives<BR>> <BR>> On Sat, Jan 03, 2009 at 03:30:38PM +0000, Jay wrote:<BR>> > <BR>> > Both the "min" and "std" archives should have cm3cg.<BR>> <BR>> I'm not using either of those. Your initial description of ho<BR>> to build this mentioned those as alternatives, but it didn't<BR>> sound like they were required. Maybe I didn't read carefully<BR>> enough?<BR>> <BR>> I am using just these steps, as you outlined:<BR>> <BR>> fetch http://modula3.elegosoft.com/cm3/uploaded-archives/cm3-boot-I386_OPENBSD-1.tar.gz<BR>> extract it (tar zxf ...) <BR>> cd into it (cd ...) <BR>> add -lm and -lpthread to the link line <BR>> make <BR>> mkdir -p /usr/local/cm3/bin <BR>> mv cm3 /usr/local/cm3/bin <BR>> export PATH=$PATH:/usr/local/cm3/bin <BR>> export CM3_ROOT=/usr/src/cm3 or whatever <BR>> export CVSROOT=:ext:stefan@m3.elegosoft.com:/usr/cvs <BR>> cvs -z3 checkout cm3 <BR>> cd /usr/src/scripts/python <BR>> ./do-cm3-front.py buildship <BR>> <BR>> The very last step results in the error.<BR>> The other steps succeed.<BR>> <BR>> > Wherever you extracted the archive,<BR>> <BR>> Which archive?<BR>> <BR>> > did you put its bin directory in $PATH?<BR>> <BR>> Following the steps above, I now have this:<BR>> <BR>> $ find /usr/local/cm3<BR>> /usr/local/cm3<BR>> /usr/local/cm3/bin<BR>> /usr/local/cm3/bin/cm3<BR>> $ /usr/local/cm3/bin/cm3 -help<BR>> <BR>> Fatal Error: unable to locate configuration file, "cm3.cfg"<BR>> <BR>> $<BR>> <BR>> Prior to running do-cm3-front.py, I run:<BR>> export PATH=$PATH:/usr/local/cm3/bin<BR>> <BR>> > ie: are you running cm3 by full path or via $PATH?<BR>> <BR>> No idea. Whatever ./doc-m3-front.py buildship does, I guess.<BR>> <BR>> Stefan<BR><BR></body>
</html>