Closed DarkblooM-IO closed 1 year ago
This likely means that the headers for the readline library are not installed. If you are on Linux, it should be something like this:
sudo apt-get install libreadline-dev
That was it, thank you!
Btw, sorry if this is inappropriate, but do you by any chance know of any existing interpreter for Objective LOLCODE?
I am not aware of any implementations, but the LOLCODE 1.3 spec added support for associative arrays and inheritance, which can be used to do some object-oriented programming.
You can see what is implemented in lci
by taking a look at some of the unit tests here: test/1.3-Tests/12-Arrays/13-Inheritance/2-Assignment.
Gotcha, thanks
I was trying to test httpd.lol but ran into an issue and the apparent way to resolve it is to use the future branch, except I get this error when running
make
:Enlightenment would be appreciated.