22 Sep 2008 01:46
Problem compiling clg-0.93
<alex.paes <at> ponto-dot.com>
2008-09-21 23:46:04 GMT
2008-09-21 23:46:04 GMT
Hi everyone, I've been trying to setup clg but i've had quite some problems. My setup is as follows: Windows Vista Home Premium Clisp 2.43/2.45 (get the same problem with both versions, plus some others in 2.45) CLG-0.93 After some minor tweaks (changing pkg-config:pkg-exists-p and pkg-config:run-pkg-config because the exit-code collected by asdf here is not a number but instead T or NIL) i get stuck when it starts loading glib.asd (that's the last output line) with the following error: MAKE-PATHNAME illegal :DIRECTORY argument (:RELATIVE "c:" "opt" "gtk+-2.14.1.1" "bin") After some tests i get the idea that the problem is with the colon in "c:" section because when trying (make-pathname :directory '(:relative "opt" "gtk+-2.14.1.1" "bin")) it works without any problem. I have tried to find out how to solve this but clisp debugger seems unreadable to me (i'm quite new to lisp) Maybe some of you guys can help me nail this down? Thanks in advance for the time and help, Alex Paes(Continue reading)
RSS Feed