On Thu, May 1, 2025 at 3:12 AM Peter Bex <pe...@more-magic.net> wrote:
> On Wed, Apr 30, 2025 at 12:01:16PM -0400, Matt Welland via Chicken-users > wrote: > > Inserting the example code from poule into my existing project gives me > the > > error below. I'm compiling statically but that doesn't seem to be a > problem > > as I compiled the poule example statically and it worked fine. Everything > > else in my program works fine. I'll work around this for now but I can > try > > any suggestions provided or dig deeper with any provided advice. Thanks. > > > > Error: (zero?) bad argument type - not a number: #f > > Hi Matt, > > What exact version of CHICKEN and scsh-process are you using? > The process interface changed a lot in CHICKEN 6 master and scsh-process > for > CHICKEN 6 depends on those changes, so maybe you're running into that. > Of course it could just be a bug as well. Chicken Version 5.3.0 (rev e31bbee5) scsh-process .............................................. version: unknown I re-installed scsh-process to ensure I have the latest and the problem persists. I speculate that this might be related to one of the caveats mentioned in the scsh-process documentation. I have not started using chicken 6. I will give that a try. Thanks. Cheers, > Peter >