Great! Thank you!
homebrew-guile updated.
On Sat, Jun 20, 2020, 3:05 AM Alex Sassmannshausen <
alex.sassmannshau...@gmail.com> wrote:
> Hello,
>
> I have just released Guile Config 0.4.2.
>
> You can get a tarball (that requires autoreconf) at
> https://gitlab.com/a-sass
Good news, thank you Alex !
Jérémy
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma
brièveté.
Hello,
I have just released Guile Config 0.4.2.
You can get a tarball (that requires autoreconf) at
https://gitlab.com/a-sassmannshausen/guile-config/-/releases.
You can also install it with a recent Guix (from 529d1d96ca):
$ guix install guile-config
You can check the source code, and report
Hello,
I have just released Guile Config 0.4.0.
You can get a tarball (that requires autoreconf) at
https://gitlab.com/a-sassmannshausen/guile-config/-/releases.
You can also install it with a recent Guix (from 529d1d96ca):
$ guix install guile-config
You can check the source code, and report
sirgazil writes:
> On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen
> wrote
> > […]
> > Dunno which is better at this point, but I'll log your report and my
> > thoughts as a bug against guile-config for now.
> >
> > Of cou
On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen
wrote
> Hi Sirgazil,
>
> sirgazil writes:
>
> > Hi,
> >
> > When using "guile-config" for declaring my CLIs I've noticed that if I
> > define an argument as non-opti
Hi Sirgazil,
sirgazil writes:
> Hi,
>
> When using "guile-config" for declaring my CLIs I've noticed that if I
> define an argument as non-optional for a command, then trying to
> display the --help of that command fails.
You are correct. This issue arises be
Hi,
When using "guile-config" for declaring my CLIs I've noticed that if I define
an argument as non-optional for a command, then trying to display the --help of
that command fails.
Consider the following script which displays "What yummy apple!" when it
Hello,
I've just updated guile-config to version 0.3.1. This is a small
release, primarily intended to allow use of guile config with Guile 3
installed.
Guile Config is a library providing a declarative approach to application
configuration specification. The library provides
On Wed, 15 Jan 2020 16:08:51 -0500 Alex Sassmannshausen
wrote
> Hi!
>
> sirgazil writes:
>
> > […]
> >
> > I'm trying out guile-config to declare the CLI of the program using a
> > record
> > (https://gitlab.com/sirgazil/g
Hi!
sirgazil writes:
> […]
>
> I'm trying out guile-config to declare the CLI of the program using a
> record
> (https://gitlab.com/sirgazil/guile-lab/blob/master/scripts/cli/sprinklers#L96)
You can actually make use of config's inheritance here, because
oscillate is
start A5
Sprinkler A5 started.
$ sprinklers stop A5
Sprinkler A5 stopped.
All subcommands accept a --oscillate flag. For example:
$ sprinklers start --oscillate A5
Sprinkler A5 started in oscillation mode.
I'm trying out guile-config to declare the CLI of the program using a
r
On 11.07.2018 15:33, Alex Sassmannshausen wrote:
>> I am still learning about the "Guile ways" of doing basic things
>> (cooking recipe learning style, I guess :D). The two examples I've
>> created with getopt-long and SRFI 37 are in my examples repository
>> (https://gitlab.com/zelphir-kaltstahl-p
Heya,
Zelphir Kaltstahl writes:
> On 10.07.2018 11:50, Alex Sassmannshausen wrote:
>> Hi Zelphir,
>>
>> Just as a heads up — this is perhaps a little tangential. I created the
>> guile-config package
>> (https://gitlab.com/a-sassmannshausen/guile-config),
On 10.07.2018 11:50, Alex Sassmannshausen wrote:
> Hi Zelphir,
>
> Just as a heads up — this is perhaps a little tangential. I created the
> guile-config package
> (https://gitlab.com/a-sassmannshausen/guile-config), which builds on
> getopt-long to provide a (IMHO) richer an
;
>> HTH, let me know if you run into problems with that :-)
>
> Is there a public repository for this software?
As per my original email, the public repository is currently hosted on
github at:
https://github.com/a-sassmannshausen/guile-config
> The configure fails on any guil
pository for this software?
The configure fails on any guile 2.1. Part of the problem seems to be
that configure script does not like to put stuff under 2.2 but just 2.0.
After installing in 2.0.11, I found that the Texinfo file had:
@dircategory Guile
@direntry
* Guile Config: (Config).
Hi Arne,
Arne Babenhauserheide writes:
> Hi Alex,
>
> Alex Sassmannshausen writes:
>
>> I have the pleasure of officially announcing the first release of
>> Guile-Config.
>
> That’s great!
>
>> You can download the release tarball at:
>> http://a
Hi Alex,
Alex Sassmannshausen writes:
> I have the pleasure of officially announcing the first release of
> Guile-Config.
That’s great!
> You can download the release tarball at:
> http://alex.pompo.co/software/guile-config-0.1.tar.gz
…
> You can also conveniently install gui
Hello,
I have the pleasure of officially announcing the first release of
Guile-Config.
Guile Config is a library providing a declarative approach to application
configuration specification. The library provides clean configuration
declaration forms, and processors that take care of
Hi,
"Scott Rallya" <[EMAIL PROTECTED]> writes:
> The strange thing is running "guile-config link" from the command line
> generates the
> string of libraries that I need to link against. It seems like its just not
> adding that string
> of libraries
Hello,
I just compiled the latest CVS source and am having a few issues
with guile-config. I went into the example-smob directory and tried to run
the Makefile, but got a bunch of linker errors regarding undefined
references to various functions, such as scm_shell, scm_boot_guile
) in the thread that is covering that more specifically.
> The problem with guile-config permissions seems to have been an issue
> with not having the guile executable where guile-config expected it.
> This might be a bug, or might not. There was some confusion because
> Gopi was also sending q
/usr/local/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/
Looks good.
/usr/local/bin/guile-config: permission denied
Not good. This is really quite strange. I'm not quite sure what might make
this sort of thing happen, except for what I've already suggested. Anyone
else
ng on
getting a shell account on my friend's BSD machine, and once that goes
through, I will then file a bug report to autoconf.
The problem with guile-config permissions seems to have been an issue
with not having the guile executable where guile-config expected it.
This might be a bug, or
Gopi kumaran <[EMAIL PROTECTED]> writes:
> when i run ./configure in guile-1.8.1 it stops by saying
>
> checking for guile...guile-config:permission denied
> configure:cannot find guile-config;is Guile installed?
>
> wht to do?I went to /usr/local/bin(i assume th
Hi Steve,
steve tell wrote:
guile-config (at least in 1.6.x) is a script started with
"#!/usr/bin/guile" or in this case, perhaps "#!/usr/local/bin/guile"
If there was a problem building or installing the interpreter (or
perhaps the shared libraries it needs?) that might
1536 dec 2 15:14 /usr/local/
Looks good.
/usr/local/bin/guile-config: permission denied
Not good. This is really quite strange. I'm not quite sure what might
make this sort of thing happen, except for what I've already suggested.
Anyone else have ideas?
Re
/local/bin/guile-config: permission denied
any help
gopi
Jon Wilson <[EMAIL PROTECTED]> wrote:
Hi Gopi,
Could you make sure that /usr/local/bin is in your PATH? Try
echo $PATH
You should get a colon-separated list of directories. If /usr/local/bin
is not there, then we
Hi Gopi,
Could you make sure that /usr/local/bin is in your PATH? Try
echo $PATH
You should get a colon-separated list of directories. If /usr/local/bin
is not there, then we have a problem. I shouldn't think this is root
problem, however, as it doesn't say it cannot find guile-c
Jon Wilson <[EMAIL PROTECTED]> writes:
>
> Perhaps the definitions of alloca in eval.c should be wrapped in an
> "#ifndef alloca"?
Quite possibly. The blob used is from autoconf, so we can pass the
buck if it doesn't work :-).
___
Guile-user mailing l
Hi Kevin,
Kevin Ryde wrote:
Jon Wilson <[EMAIL PROTECTED]> writes:
$ chmod a+x /path/to/guile-config
Which is supposed to be done by guile-config/Makefile.am at install
time of course. If that didn't happen maybe there's some bug ...
Naturally. We'd need
Jon Wilson <[EMAIL PROTECTED]> writes:
>
> $ chmod a+x /path/to/guile-config
Which is supposed to be done by guile-config/Makefile.am at install
time of course. If that didn't happen maybe there's some bug ...
___
Guile-user m
Hi Gopi,
Are you sure that the execute permissions are set for the guile-config
executable? Check this with ls -l /path/to/guile-config . It should
look something like
$ ls -l /usr/local/bin/guile-config
-rwxr-xr-x 1 root root 9110 2006-11-30 10:00 /usr/local/bin/guile-config
The gibberish
when i run ./configure in guile-1.8.1 it stops by saying
checking for guile...guile-config:permission denied
configure:cannot find guile-config;is Guile installed?
wht to do?I went to /usr/local/bin(i assume that it will check in this
folder).i tried to run ./guile-config in /usr
35 matches
Mail list logo