Updated FAQ (markdown)

tsjensen 2014-09-30 13:51:52 -07:00
parent d5a1466724
commit 63c2978a3a

2
FAQ.md

@ -31,5 +31,7 @@ Note that you can also set the tab stop distance (== how many spaces per tab) us
lexer.l:1309: warning: `yy_flex_realloc' defined but not used
It's a known bug in flex, and has no impact on boxes. You can safely ignore this warning.
- `Bad address` on *boxes* execution after compiling on a 64bit system:<br/>
This may happen when the system you are compiling on is 64bit. Boxes is only a 32bit program, so the compiler may have to be forced to 32bit by adding the `-m32` option. (Thanks to @stefanow for [supplying](https://github.com/ascii-boxes/boxes/issues/7) this information!)
You should not have to do any of these things, so let the author know if you had to.