CL-GD on OS X
Hi, I just joined the list, so sorry if this has been covered. Has anyone installed CL-GD on on OS X. I'm using Lispworks 5. I compiled CL-GD-GLUE fine, and it seems to load, but I get a series of errors when I run the test. I'm sure it's a stupid configuration problem, but maybe someone else has worked through it before? Thanks, Chhi'mèd CL-GD-TEST 2341 > (test) Test 1 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 2 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 3 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 4 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 5 failed with the following error: File #P"/Users/clwk/garuda/ external/cl-gd-0.5.2/test/one-pixel.png" could not be found Test 6 failed with the following error: File #P"/Users/clwk/garuda/ external/cl-gd-0.5.2/test/one-pixel.png" could not be found Test 7 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 8 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 9 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 10 failed with the following error: Foreign function CL-GD::GD- IMAGE-DESTROY trying to call to unresolved external function "_gdImageDestroy". Test 11 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 12 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 13 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 14 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 15 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 16 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE-TRUE-COLOR trying to call to unresolved external function "_gdImageCreateTrueColor". Test 17 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 18 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE trying to call to unresolved external function "_gdImageCreate". Test 19 failed with the following error: Foreign function CL-GD::GD- IMAGE-CREATE-TRUE-COLOR trying to call to unresolved external function "_gdImageCreateTrueColor". Done. NIL Cl