Closed vergelli closed 1 year ago
Those line numbers do not match the current state of the repo.
Might you be on an old git commit? (run git pull
to get latest; possibly checking out master
first, if it's not already)
That's correct, I've been trying with an outdated version somehow. I clone the actual project and follow the instructions and worked with the following output:
builtins/arithm.c
builtins/arithd.c
builtins/cmp.c
builtins/sfns.c
builtins/squeeze.c
builtins/select.c
builtins/slash.c
builtins/group.c
builtins/sort.c
builtins/search.c
builtins/selfsearch.c
builtins/transpose.c
builtins/fold.c
builtins/scan.c
builtins/md1.c
builtins/md2.c
builtins/compare.c
builtins/cells.c
builtins/fns.c
builtins/sysfn.c
builtins/internal.c
builtins/inverse.c
core/tyarr.c
core/harr.c
core/fillarr.c
core/stuff.c
core/derv.c
core/mm.c
core/heap.c
Using precompiled bytecode; see readme for how to build your own
main.c
rtwrap.c
vm.c
ns.c
nfns.c
ffi.c
jit/nvm.c
utils/ryu.c
utils/utf.c
utils/hash.c
utils/file.c
utils/mut.c
utils/each.c
utils/bits.c
build/replxxSubmodule/src/ConvertUTF.cpp
build/replxxSubmodule/src/wcwidth.cpp
build/replxxSubmodule/src/conversion.cxx
build/replxxSubmodule/src/escape.cxx
build/replxxSubmodule/src/history.cxx
build/replxxSubmodule/src/prompt.cxx
build/replxxSubmodule/src/replxx.cxx
build/replxxSubmodule/src/replxx_impl.cxx
build/replxxSubmodule/src/terminal.cxx
build/replxxSubmodule/src/util.cxx
build/replxxSubmodule/src/windows.cxx
load.c
Thanks
Hello, I'm new to BQN and I'd like to get started by downloading it onto my PC and start coding. I tried following the instructions provided, but I couldn't make it work
System:
Ubuntu 20 Desktop
clang: No clang on os Note: I have it SUDOedQuestion: Is folder structure relevant?
Tried:
sudo make REPLXX=1 CC=cc
with the following response (Long code warning):
I also tried:
sudo make clean
And received:
spoiler: orden no encontrada = order not found
Any advice?