You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: /tmp/tmpZX2WN8N4.tmp: 'linker' input unused
error: unable to handle compilation, expected exactly one compiler job in '/tmp/tmpZX2WN8N4.tmp'
I'm not exactly sure at which point this issue began; I basically had to update C2FFI to be able to work with stdint.h; post that, I'm running into this issue.
A solution seems to be to rename the ".tmp" extension to ".h" - one way to do that is to supply :type "h" option to UIOP:CALL-WITH-TEMPORARY-FILE in AUTOWRAP::WITH-TEMPORARY-FILE.
I'm not exactly sure at which point this issue began; I basically had to update C2FFI to be able to work with stdint.h; post that, I'm running into this issue.
A solution seems to be to rename the ".tmp" extension to ".h" - one way to do that is to supply
:type "h"
option toUIOP:CALL-WITH-TEMPORARY-FILE
inAUTOWRAP::WITH-TEMPORARY-FILE
.Here's the backtrace:
And some system information:
The text was updated successfully, but these errors were encountered: