Hello.
24.06.2013, 11:22, "Chun Tian (binghe)" binghe.lisp@gmail.com:
To compile usocket with IOlib, user should push :usocket-iolib into their *feature* first.
I would like to propose to use some other solution than conditional controlling compilation with *reatures*.
The disadvantage of the conditional compilation is that when my application loads the usocket as a dependency, the application doesn't know how usocket will work, because it was dediced when usocket was compiled (possible during load of some other application).
If you give little bit more details about he usocket-iolib functions, I can propose more concrete solutions. Very possible the proposal will be a separate ASDF system, usocket-iolib.
Best regards, - Anton