Re: [Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-02 Thread Matt Welland
Thanks. Using the master fixed it! Is there a way to specify both the directory name and the executable name to be created when using -deploy? Running: csc -deploy histstore.scm -o target will create target/target which I then have to rename. While not a big deal if there is a better way I'd

[Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-01 Thread Matt Welland
I have made a deployable exe (chicken 4.8.0.5, Ubuntu 32bit) but get the following when I try to run it: Error: (require) cannot load extension: type-errors Call history: histstore.scm:5: ##sys#require -- ==The Make Lines=== histstore/histstore : histstore.scm

Re: [Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-01 Thread Christian Kellermann
* Matt Welland estifo...@gmail.com [140401 08:17]: I have made a deployable exe (chicken 4.8.0.5, Ubuntu 32bit) but get the following when I try to run it: Error: (require) cannot load extension: type-errors Call history: histstore.scm:5: ##sys#require -- ==The

Re: [Chicken-users] Problem with deploy - executable complains it cannot load type-errors

2014-04-01 Thread Christian Kellermann
* Christian Kellermann ck...@pestilenz.org [140401 10:16]: * Matt Welland estifo...@gmail.com [140401 08:17]: I have made a deployable exe (chicken 4.8.0.5, Ubuntu 32bit) but get the following when I try to run it: Error: (require) cannot load extension: type-errors Call