mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
Begin update to V2. Move old files to triage.
This commit is contained in:
parent
593774a3fc
commit
ead30cb27b
20 changed files with 0 additions and 0 deletions
34
FAQ.md
34
FAQ.md
|
|
@ -1,34 +0,0 @@
|
|||
|
||||
|
||||
compiler does show only character position, not the line number
|
||||
===============================================================
|
||||
|
||||
Yes, by default it shows you the character position, because it's faster to go to character position in vim
|
||||
:goto number
|
||||
|
||||
In case you still want to use line numbers then pass -l option to voc
|
||||
|
||||
voc -ls m.Mod
|
||||
|
||||
compilation crashes on Ubuntu 15.10 x86_64 or latest Raspbians on Raspberry Pi with recent (like 3.12) kernels.
|
||||
===========================================================================
|
||||
|
||||
> echo 1 > /proc/sys/vm/legacy_va_layout
|
||||
|
||||
should fix that.
|
||||
|
||||
compilation crashes with "cannot find -lc" on recent fedoras
|
||||
============================================================
|
||||
|
||||
remove <code>-static</code> from makefile on the line where voc binary created (first -static you'll find)
|
||||
|
||||
make errors on freebsd
|
||||
======================
|
||||
|
||||
># make -f makefile.freebsd.clang.x86_64
|
||||
make: "/root/voc/makefile.freebsd.clang.x86_64" line 22: Need an operator
|
||||
make: "/root/voc/makefile.freebsd.clang.x86_64" line 24: Need an operator
|
||||
make: Fatal errors encountered -- cannot continue
|
||||
make: stopped in /root/voc
|
||||
|
||||
use gmake.
|
||||
Loading…
Add table
Add a link
Reference in a new issue