[Ecls-list] load-foreign-library

Rick Taube taube at uiuc.edu
Sat Oct 21 14:39:42 UTC 2006


im trying to load a foreign library OSX 10.4, ECL 0.9i (cvs) and  
cffi-061012 . from what I understand in the cffi readme this should  
be working if i use a constant string. however the lib doesnt load:

	CM> (cffi:load-foreign-library "/usr/local/lib/libportmidi.dylib")
	Unable to load foreign library: /usr/local/lib/libportmidi.dylib
	Broken at CFFI:LOAD-FOREIGN-LIBRARY.
	CM>> :b
	Backtrace: CFFI:LOAD-FOREIGN-LIBRARY > eval

the lib is valid and does load with the same cffi version in openmcl  
and sbcl.
any help appreciated!

--rick





More information about the ecl-devel mailing list