William Lederer
William Lederer
Hmmm. Are you using SBCL 1.4.7.188-d8f2ca5-dirty and drakma-v2.0.4?
Ok, cool. This was not evident to me. In any case, it downloaded source for 1.4.9 and built. Same error. So can you suggest to me, based on the stack...
I had a similar error when building on FreeBSD: `error says The alien function "gdImageCreateFromJpegFile" is undefined`. This was caused by the .c portion of the library not properly being...
Magic! Thanks much
I had to rebuild my system and came across this again. This time, to make it work i used the ld command `ld -shared -lgd -ljpeg -lfreetype cl-gd-glue.o -o cl-gd-glue.so...
`*features*` used in the compile ``` (:SWANK :QUICKLISP :ASDF3.3 :ASDF3.2 :ASDF3.1 :ASDF3 :ASDF2 :ASDF :OS-UNIX :NON-BASE-CHARS-EXIST-P :ASDF-UNICODE :ARENA-ALLOCATOR :X86-64 :GENCGC :64-BIT :ANSI-CL :BSD :COMMON-LISP :ELF :FREEBSD :IEEE-FLOATING-POINT :LITTLE-ENDIAN :PACKAGE-LOCAL-NICKNAMES :SB-CORE-COMPRESSION...
I put in a temporary fix to `iolib-v0.8.4/src/syscalls/ffi-types-unix.lisp`: ``` #+freebsd (cc-flags "-I/usr/local/include") (include "lfp.h") ``` Just before the `(include "lfp.h")` at line 19. This resolves the problem, temporarily. It appears...