I got it work good using the attached patch. I've just put straight :depends-on (file "cl-postgres-glue") instead of (eval-when) call.
2009/10/17 Marijn Haverbeke marijnh@gmail.com:
but (asdf:oos 'asdf:load-op :cl-postgres-glue) failed because there is no such package in postmodern
For one, it is called simple-date-postgres-glue, and it is inside of the simple-date.asd file, so you have to load the simple-date system before asdf even finds it.
Why loading simple-date after cl-postgres does not work I do not know. You can look at simple-date.asd, the code in there is simple and shouldn't be hard to debug.
postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel