chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Chicken update question


From: William Ramsay
Subject: [Chicken-users] Chicken update question
Date: Thu, 11 Dec 2008 10:05:02 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

Hi,

I am trying to upgrade to Chicken 3.4 from 2.6 (I've been doing other stuff for a while) and I'm having trouble with easyffi. I used chicken-setup to download and install it and there is an easyffi.so file in /usr/local/lib/chicken/1.

However, when I try to compile code using:

csc -vk locator.scm -C "`pkg-config --cflags gtk+-2.0`" -L "`pkg-config --libs gtk+-2.0`" -X easyffi

I get:

/usr/local/bin/chicken locator.scm -output-file locator.c -quiet -extend easyffi Error: (open-input-file) can not open file - No such file or directory: "easyffi"

Under 2.6 I had no trouble doing this.   What am I missing?

Bill




reply via email to

[Prev in Thread] Current Thread [Next in Thread]