William Lederer

Results 7 comments of William Lederer

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...

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...