guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
332 stars 22 forks source link

FTBFS LispWorks old versions (5.x, 6.x and 7.0) #141

Closed binghe closed 1 year ago

binghe commented 1 year ago

Hi,

For LispWorks users there's practical need to use open source packages on old versions of LispWorks.

This trivial patch makes your package successfully loaded in LispWorks old versions (5.x, 6.x and 7.0), because the function trivial-cltl2:define-declaration (aka hcl:define-declaration) was added only after LispWorks 7.1.

Only by using this patch, I can successfully load fxml in LispWorks 7.0 on Windows (that's the latest version I paid on that platform). (NOTE: There are other issues stopping fxml from being loaded into LispWorks 5.x and 6.x, but irrelevant with your package.)

Regards,

Chun Tian

guicho271828 commented 1 year ago

thanks!

binghe commented 1 year ago

Thank you.