Re: Static Compilation Issues

2020-11-27 Thread Ava Fox
Just wanted to give an update: thanks to Paul's advice I got everything working properly! Thank you again! -Ava On 27/11/2020 14:13, Ava Fox wrote: Still running into some issues, but this feels promising and gives me something to explore. Thanks Paul! - Ava On 27/11/2020 13:54, PR wrote:

Re: Static Compilation Issues

2020-11-27 Thread Ava Fox
Still running into some issues, but this feels promising and gives me something to explore. Thanks Paul! - Ava On 27/11/2020 13:54, PR wrote: On 11/27/20, Ava Fox wrote: Daniel, drakma does not list uiop/asdf/sb-bsd-sockets in it's asd system definition. I did try and add those systems in

Re: Static Compilation Issues

2020-11-27 Thread PR
On 11/27/20, Ava Fox wrote: > Daniel, > > drakma does not list uiop/asdf/sb-bsd-sockets in it's asd system > definition. > > I did try and add those systems into the example system definition, but > I ended up with the same result: lisp compiles fine, gcc compiles fine, > but then the static execu

Re: Static Compilation Issues

2020-11-27 Thread Ava Fox
Daniel, drakma does not list uiop/asdf/sb-bsd-sockets in it's asd system definition. I did try and add those systems into the example system definition, but I ended up with the same result: lisp compiles fine, gcc compiles fine, but then the static executable throws the same errors. I'll sub

Re: Static Compilation Issues

2020-11-26 Thread Daniel KochmaƄski
Hey Ava, are all dependencies specified in drakma? i.e sb-bsd-sockets, uiop and asdf? If not, please try add them as dependencies of your project. If that doesn't work then please file an issue with a source code you've used and dump from the console of what is happening (including commands you is