Re: So, I noticed that the ioctl egg doesn't compile on OpenBSD

2023-12-16 Thread T. Kurt Bond
That worked! The egg that needed it (schemepunk, not distributed on eggs.call-cc.org) compiled and my use of it (which has nothing to do with ioctl) worked fine! Thanks! On Thu, Dec 14, 2023, 5:26 PM wrote: > > It fails because TIOCSTI is undefined. OpenBSD removed it for security > >

So, I noticed that the ioctl egg doesn't compile on OpenBSD

2023-12-14 Thread T. Kurt Bond
It fails because TIOCSTI is undefined. OpenBSD removed it for security reasons. How could that egg be modified to allow it to compile on OpenBSD? -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Problems with a program that uses SRFI-19 egg on Fedora 36 x86_64

2023-03-08 Thread T. Kurt Bond
srfi-19.install.sh installs it.) And it is in the same place on macOS, but I do not get this error there. Any ideas? -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Re: I'm missing something obvious about (chicken conditions)

2023-03-08 Thread T. Kurt Bond
Ahh! Thank you! On Wed, Mar 8, 2023 at 2:35 AM Peter Bex wrote: > On Tue, Mar 07, 2023 at 04:40:15PM -0500, T. Kurt Bond wrote: > > I've got two programs, edited down from other slightly larger programs > > for clarity. They use condition-case to handle exceptions. I'm

I'm missing something obvious about (chicken conditions)

2023-03-07 Thread T . Kurt Bond
mething else: this-is-not-a-condition-but-is-signaled == End of my-conditions-var2.out ====== I don't see why the first variant doesn't distinguish between (mine) and (mine too) and the second variant does. What am I missing? -- T. Kurt Bond, tkurtb...@gmail.com, tkurtbond.github.io and tkb.tx0.org

Re: possible bug in the fmt egg?

2021-12-24 Thread T. Kurt Bond
CKEN Subversion repository. > > You can get a copy of it with: > > $ svn co > https://anonym...@code.call-cc.org/svn/chicken-eggs/release/5/fmt/trunk > fmt > > The author of fmt is Alex (Cc'ed). > > All the best. > Mario > -- > http://parenteses.org/mario > > -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread T. Kurt Bond
ook suspicious. I don’t remember seeing this in 5.2 though (you > had opened this ticket 16 months ago). Did this just manifest itself > suddenly? > > On Dec 24, 2021, at 11:06, Kon Lovett wrote: > > similar - https://bugs.call-cc.org/ticket/1721 > > On Dec 24, 2021, at 8

Re: After upgrade to 5.3.0 chickadee is broken

2021-12-24 Thread T. Kurt Bond
nerated. I've added an issue in the chickadee github repository: https://github.com/ursetto/chickadee/issues/1 On Thu, Dec 23, 2021 at 12:30 PM T. Kurt Bond wrote: > I'm using macOS with chicken from homebrew. > > I installed chicken-doc and then chickadee, but now when I run "chic

After upgrade to 5.3.0 chickadee is broken

2021-12-23 Thread T. Kurt Bond
ssl) ssl-port->tcp-port) spiffy.scm:548: k691 spiffy.scm:547: g694 <-- And, indeed, that directory is missing. I've uninstalled chickadee and installed it again, but that made no difference. Any idea of what is going wrong? -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Re: Reository Path, FAQ, and Index Questions

2021-11-15 Thread T. Kurt Bond
; Lastly, I would like to ask if CHICKEN Scheme has a function/symbol index, > as for example Chez Scheme has: > > https://www.scheme.com/csug8/csug_1.html > > and I just overlooked it? > > Thank You > > Christian > > -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Re: Static binaries with openssl on MacOS

2021-10-08 Thread T. Kurt Bond
t; export CSC_OPTIONS="-I/usr/local/opt/openssl@3/include > -L/usr/local/opt/openssl@3/lib" > > Then after installing the openssl egg, I could compile with: > > csc -static myprogram.scm -L -lssl -L -lcrypto -o myprogram > > Thanks again! > > ‐‐‐ Ori

Re: Static binaries with openssl on MacOS

2021-09-29 Thread T. Kurt Bond
ort PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig" > chicken-install openssl > > This has been what I've used to get the openssl egg working on a Mac. > However, this doesn't seem to address the static compilation problem I'm > encountering. > > Any help would be GREATLY appreciated. > > Thanks, > Nick > > -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Make the args egg stop truncating long options in args:usage

2021-09-09 Thread T . Kurt Bond
ot;\n") ;;; procedure: (args:usage OPTION-LIST) ;; Generate a formatted list of options from OPTION-LIST, == End of wide-options-display.patch == -- T. Kurt Bond, tkurtb...@gmail.com, tkurtbond.github.io and tkb.tx0.org

Re: Trying to link in modules

2021-06-20 Thread T. Kurt Bond
uses a facility for resolving module toplevel > and > initialization code from the whole module and namespacing machinery. > > --- > BTW, the "csm" utility, provided by the egg of the same name, figures this > out > automatically, just put trymod.scm and mymod.scm into an empty directory > and enter > > csm -program trymod > > or > > csm -program trymod -static > > Add -d and -v to see what the program is doing and how things are compiled. > > > felix > > -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Trying to link in modules

2021-06-20 Thread T. Kurt Bond
bchicken.a -lm What am I doing wrong? -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Re: Updating yaml egg from Chicken 4 to Chicken 5?

2020-12-30 Thread T. Kurt Bond
ecked out master and ran > the C5 versions of `salmonella` and `test-new-egg` successfully there. > Therefore I'd advise not being hasty, the author might submit the egg > for C5 soonish and even if they don't end up doing so, just remind them > about it. > > Vasilij > -- T. Kurt Bond, tkurtb...@gmail.com, https://tkurtbond.github.io

Updating yaml egg from Chicken 4 to Chicken 5?

2020-12-30 Thread T. Kurt Bond
derlove/chicken-yaml/commit/f75996ef6368adf590ed70e10ead4add0ac27142> the problem, but it hasn't been fixed in the original repo. I'd like to see this as a Chicken 5 egg. What is the proper way, considering the social and technical aspects of things, to getting this submitted as a Chicken 5 egg? -- T.