( scratchpad ) USE: alien.enums Loading resource:extra/alien/enums/enums.factor ( scratchpad ) USE: alien.libraries ( scratchpad ) "suits" "/home/jdh/proj/factor/alien-inline-libs/libalien.enums.tests_enums.so" "cdecl" add-library ( scratchpad ) ENUM: suit_t { CLUBS 0 } { SPADES 1 } { DIAMONDS 2 } { HEARTS 3 } ; ( scratchpad ) USE: alien.syntax ( scratchpad ) LIBRARY: suits FUNCTION: suit_t switch_suits ( suit_t x ) ; ( scratchpad ) CLUBS switch_suits The image refers to a library or symbol that was not found at load time Type :help for debugging help. ( scratchpad )