-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
make and sudo make install worked, fine, but I get this error when trying to run the repl:
$ make repl
c++ -std=c++23 ./examples/repl/repl.cpp \
-L \
-Wl,-rpath, \
-lSoulverWrapper \
-o examples/repl/repl
./examples/repl/repl
[SoulverCore] $> 5+5^[
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string: construction from null is not valid
💣 Program crashed: Aborted at 0x000003e80006b05b
Thread 0 "repl" crashed:
0 0x00007f2255eac56b <unknown> in libc.so.6
Backtrace took 0.00s
make: *** [Makefile:12: repl] Aborted (core dumped)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels