Please, help me with cffi linkage
Hi, everybody! Some time ago, I wrote about a problem when building a binary with dependencies. Yesterday I've created a repository with minimal example: https://github.com/svetlyak40wt/test-ecl-crash It demostrates, how a programm, compiled with ECL is crashed because of it's dependency from CFFI. If you remove dependency – everything go well. Please, help me to resolve this issue. -- Alexander Artemenko (a.k.a. Svetlyak 40wt) Blog: http://dev.svetlyak.ru Photos: http://svetlyak.ru Jabber: svetlyak.40wt@gmail.com
Hi Alexander, strange error... I think it depends on the "reloading" of uiop system. You can put the following line in the beginning of your build.lisp.
(asdf:register-immutable-system "uiop")
Best Regards, Alessandro On 06/16/2016 06:21 AM, Alexander Artemenko wrote:
Hi, everybody!
Some time ago, I wrote about a problem when building a binary with dependencies.
Yesterday I've created a repository with minimal example:
https://github.com/svetlyak40wt/test-ecl-crash
It demostrates, how a programm, compiled with ECL is crashed because of it's dependency from CFFI. If you remove dependency – everything go well.
Please, help me to resolve this issue.
-- Alexander Artemenko (a.k.a. Svetlyak 40wt) Blog: http://dev.svetlyak.ru Photos: http://svetlyak.ru Jabber: svetlyak.40wt@gmail.com <mailto:svetlyak.40wt@gmail.com>
participants (2)
-
Alexander Artemenko
-
gas2serra