mabragor / cg-llvm

Generation of LLVM IR, written purely in Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program doesn't work

porky11 opened this issue · comments

when (ql:quickload :cg-llvm):
compiling #<CL-SOURCE-FILE "cg-llvm" "fun-defs">

Can you send a little bit more detailed report on what's going wrong?

That's all I get. Maybe I should try to compile the file fun-defs.lisp without quicklisp. I'll do it later

When loading directly there is another error
The function ESRAP-LIQUID:LITERAL-STRING is undefined.

esrap-liquid seems to use an undefined macro

Ah, ok, it seems that when I rolled the new version of esrap-liquid I
forgot to update
the code of cg-llvm.
There's a pretty straightforward transition guide in readme of esrap-liquid
or otherwise
I'll fix it myself in about a week.

2016-07-16 21:39 GMT+02:00 Fabio Krapohl notifications@github.com:

When loading directly there is another error
The function ESRAP-LIQUID:LITERAL-STRING is undefined.

esrap-liquid seems to use an undefined macro


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#1 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAw05uEfd7xk-K7UbPg_Ro-C4rrN6_rcks5qWTN2gaJpZM4JMgLu
.

Whats the status on this? I'm getting the same error. Could you provide details on the transition guide?

Never mind. I upgraded the version, check the pull requests.