The name of the "tidy" script conflicts with the
package tidy (an HTML processor) which results in
rdae.r being fed into the HTML package.
$ mtt -cc rc ode2odes cc
...
Creating rc_rdae.r fixing c and cc code
line 15 column 1 - Warning: missing <!DOCTYPE> declaration
line 15 column 1 - Warning: plain text isn't allowed in
<head> elements
line 15 column 1 - Warning: inserting missing 'title'
element
Info: Document content looks like HTML 3.2
3 warnings, 0 errors were found!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see
www.w3.org">
<title></title>
</head>
<body>
in "rc_def.r"$ clear MTTdX;$ MATRIX MTTdX(1,1);$
MTTdX(1,1) :=
lin(r,flow,r,flow,1, -
lin(c,effort,c,effort,1,mttx1,state,1) +
mttu1,effort,1);$ clear MTTy;$ MATRIX MTTy(1,1);$
MTTy(1,1) :=
lin(c,effort,c,effort,1,mttx1,state,1);$ END;
</body>
</html>
To learn more about HTML Tidy see
http://tidy.sourceforge.net
Please send bug reports to html-tidy@w3.org
HTML and CSS specifications are available from
http://www.w3.org/
Lobby your company to join W3C, see
http://www.w3.org/Consortium
make: *** [rc_rdae.r] Error 1
Exiting MTT with error 2
Exiting MTT with error 1