| Newsgroups |
gmane.lisp.clsql.general |
| Message-ID |
<[email protected]> |
>> + [email protected]:
>>
>>> Since the current CLSQL is broken waiting on the UFFI updates, is the
>>> older version available for download? The site only has 5.0.4 and
>>> 'latest' for download.
>>
>> The easiest way to get an older version is probably using the git
>> repository. There are tags for releases from 3.8.6 onward.
>>
>> - Harald
>>
>
> Well, I should have just left a working system alone.
>
> I've been unsuccessful with the rollback. I'm trying all versions since
> 4.0, and they either break on clsql-uffi
>
> ; error while parsing arguments to DEFMACRO CONVERT-FROM-FOREIGN-STRING:
> ; unknown keyword: :LOCALE; expected one of :NULL-TERMINATED-P,
> :ENCODING, :LENGTH
>
> or they break later with a recursive inline compile message that exceeds
> 200 and then exhausts the heap.
>
> Do I need to get an older version of uffi as well? Is there some other
> workaround?
It looks like I got it working.... I rolled back to uffi 1.7 as well, and
it seems to be ok.