<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Maiko,<br>
<br>
There are two errors in your new forward.c MboxIdB1F &
MBX_FBBCMP1 undeclared.<br>
<br>
I could fix MboxIdB1F by adding "extern char MboxIdB1F[];" to it
so that it could find it in version.c<br>
<br>
but the MBX_FBBCMP1 constant is not defined.<br>
<br>
It looks as the MBX_FBBCMP1 definition is missing from mailbox.h. as
I see a MBX_FBBCMP constant defined there.<br>
If I know what the constant is for it I could add it.<br>
<br>
<br>
<br>
<br>
forward.c: In function ‘startfwd’:<br>
forward.c:1706:18: error: ‘MBX_FBBCMP1’ undeclared (first use in
this function)<br>
forward.c:1706:18: note: each undeclared identifier is reported only
once for each function it appears in<br>
forward.c:1707:17: error: ‘MboxIdB1F’ undeclared (first use in this
function)<br>
make: *** [forward.o] Error 1<br>
<br>
73,<br>
<br>
Bob (Boudewijn) VE3TOK<br>
<div style="bottom: auto; left: 50px; right: auto; top: 142px;
display: none;" class="translator-theme-default"
id="translator-floating-panel">
<div title="Click to translate"
id="translator-floating-panel-button"></div>
</div>
</body>
</html>