That's interesting. I was also suspicious about this function and mentioned it upstream but they said it is normal to do it like this so I just ignored it. Also I remember having tried out a dummy package, so I really believed it was ok.
Thanks for your help! On October 23, 2023 10:44:57 AM GMT+02:00, Guillaume Le Vaillant <g...@posteo.net> wrote: >Hi. > >It looks like there's a bug in "contrib/cl-sndfile/cffi-sndfile.lisp". >The 'make-sndinfo' function definition tries to get the size of the >'info' foreign structure before this foreign structure is defined. > >After moving the definition of 'make-sndinfo' at the end of the file, >compilation works. > >I think you can report this issue upstream.