How does one declare non-lisp dependencies?

2016-04-27 Thread Ian Tegebo
While quickloading IOLib, g++ raised an error because it couldn't find "lfp.h". After digging around a bit, I realized I needed to install libfixposix. It seems like ASDF would already have a way to express this dependency, resulting in a clearer error message. If this doesn't already exist, wha

Re: How does one declare non-lisp dependencies?

2016-04-27 Thread Faré
On Wed, Apr 27, 2016 at 10:06 PM, Ian Tegebo wrote: > While quickloading IOLib, g++ raised an error because it couldn't find > "lfp.h". After digging around a bit, I realized I needed to install > libfixposix. It seems like ASDF would already have a way to express this > dependency, resulting in