<HTML><BODY>Thank you. I managed to build all hand-written code. But when I try to build files produced from Scheme sources <br>I get a messages that some files exceed maximum module size. It is necessary to split files in smaller modules because module size is too big.<br><br>PS QNX is not simple platform to use.<br><br><br><br>16 августа 2011, 15:09 от Marc Feeley <feeley@iro.umontreal.ca>:<br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;" class="mailru-blockquote"><div id="class_1313521595">
<div class="js-helper">
<style type="text/css"></style>
<div id="style_13134929710000000896" class="mr_read__body">
<base target="_self" href="http://e.mail.ru/cgi-bin/">
<div id="style_13134929710000000896_BODY"><br>
On 2011-08-16, at 12:39 AM, Кириенко Олег wrote:<br>
<br>
> I tried to define type width after getting error like: The definition for <...> is missing.<br>
<br>
All those definitions are derived from the header files limits.h and float.h . Please check that you have them and that they are not just stubs. If you don't have limits.h, it is best to define ___DONT_HAVE_LIMITS_H and then gambit.h will assume:<br>
<br>
#define ___CHAR_WIDTH 8<br>
#define ___SHORT_WIDTH 16<br>
#define ___INT_WIDTH 32<br>
#define ___LONG_WIDTH 32<br>
<br>
Which is likely to be correct. Similarly, define ___DONT_HAVE_FLOAT_H and then gambit.h will assume:<br>
<br>
#define ___FLOAT_WIDTH 32<br>
#define ___DOUBLE_WIDTH 64<br>
<br>
Marc<br>
</div>
<base target="_self" href="http://e.mail.ru/cgi-bin/">
</div>
</div>
</div></blockquote><br><br>--<br><br></BODY></HTML>