Hello<br><br>This does not strictly apply to gsll, but it is not too far afield.<br><br>After a several month hiatus I tried to load the `foreign-numeric-vector' library on sbcl1.034 on 64-bit linux in order to access some netlib and lapack routines (mainly the amos library for complex bessel functions).  (My prior version of sbcl was 1.024)<br>


<br>I got the following error when compiling the file `foreign-numeric-vector.lisp':<br>>>><br>Unexpected offset.<br>   [Condition of type SIMPLE-ERROR]<br><br>Restarts:<br> 0: [TRY-RECOMPILING] Try recompiling foreign-numeric-vector<br>


 1: [RETRY] Retry performing #<ASDF:COMPILE-OP NIL {1003F6C941}> on #<ASDF:CL-SOURCE-FILE "foreign-numeric-vector" {1004056AF1}>.<br> 2: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {1003F6C941}> on #<ASDF:CL-SOURCE-FILE "foreign-numeric-vector" {1004056AF1}> as having been successful.<br>


 3: [ABORT] Abort compilation.<br> 4: [RETRY] Retry SLIME REPL evaluation request.<br> 5: [ABORT] Return to SLIME's top level.<br> --more--<br>>>><br><br>The error seems to be during the compilation of:<br><br>
; compiling (MAKE-FNV-TYPED-VECTOR FLOAT ...)<br>

; compiling (MAKE-FNV-TYPED-VECTOR DOUBLE ...)<br>; compiling (MAKE-FNV-TYPED-VECTOR COMPLEX-FLOAT ...)   <-----------------<br>; compilation aborted after 0:03:00.518<br>; <br>; compilation unit aborted<br>;   caught 2 fatal ERROR conditions<br>


<br>If I comment out (make-fnv-typed-vector complex-float ...) and (make-fnv-typed-vector complex-double ...), the file compiles cleanly.  Unfortunately, I do need those routines.<br><br>I tried this with the latest cffi.<br>
<br>Any thoughts on what may be going on?<br><br>Thanks<br><br>Mirko<br>