Curculigo
Curculigo
I compiled the latest code from iteration41. `elena64-cli` will generate Elena Script instead of binary file. Tested with `console/helloworld/helloworld.l`. `helloworld.es` is generated, but there is no binary file. Note: still...
I think I found the problem. It seems `elena64-cli` will put the output in the current directory. I didn't switch to `examples60/console/helloworld`. I built it in `elena-lang` with `./bin/elena64-cli ./examples60/console/helloworld/helloworld.l`....
I'm using llvm-mingw and it compiled just fine for me.
Now it's unable to find `pcre.h`. `pcre.h` is in `/usr/local/include`. I passed `CXXFLAGS="-I/usr/local/include"` before running the configure script and the configure script has picked it: Before: ``` Building Unix console...
``` checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether byte ordering is bigendian... no ./configure: line 7046: g++: command not found checking for pcre-config......
The default compiler on FreeBSD is LLVM Clang.
You no longer want to be Linux and will use this instead? https://github.com/iglunix/conifer Or is it just a toy project?
> No. We specifically use mksh for the high compatibility with bash. I suggested oksh because its high compatibility with bash! My experience with mksh and oksh is mostly on...
Commenting out that line did the trick. Thank you.
> pdpmake can't build the linux kernel. Yes. This is the reason why I said you need to send patches to the developer or even fork it. I think it's...