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 course, patches implementing either solution, wel
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-optional for a command, then trying to
> > display the -
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 because guile-config uses (ice-9
get
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/guile-lab/blob/master/scripts/cli/sprinklers#L96)
>
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 shared by all subcommands.
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), which builds on
>> getopt-long to provid
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 and more sustainable app
Hi Barry,
Barry Fishman writes:
> On 2016-02-17 08:43:43 +0100, Alex Sassmannshausen wrote:
>> Arne Babenhauserheide writes:
>>> Is there a recommended way to use this in my project when my users don’t
>>> use Guix?
>>
>> You should be able to do the usual GNU installation procedure of:
>> - down
On 2016-02-17 08:43:43 +0100, Alex Sassmannshausen wrote:
> Arne Babenhauserheide writes:
>> Is there a recommended way to use this in my project when my users don’t
>> use Guix?
>
> You should be able to do the usual GNU installation procedure of:
> - download tarball
> - untar
> - run ./configur
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://alex.pompo.co/software/guile-config-0.1.tar.gz
> …
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 guile-config using G
Jon Wilson <[EMAIL PROTECTED]> writes:
> Hi Neil,
> In another email (perhaps in another thread), Gopi said that the usual
> unpack, configure, make, make install was what he did. The problem
> with alloca seems to be a real bug, but if so, as Kevin has said it
> would properly be a matter for th
On Mon, 4 Dec 2006, Jon Wilson wrote:
Gopi kumaran wrote:
hi
my path says
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
*_/usr/local/bin_* /usr/X11R6/bin /root/bin
Looks good.
ls -ld /usr/local/bin/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/bin/
Looks good.
ls -ld
Hi Neil,
In another email (perhaps in another thread), Gopi said that the usual
unpack, configure, make, make install was what he did. The problem with
alloca seems to be a real bug, but if so, as Kevin has said it would
properly be a matter for the autoconf people, not us. I'm waiting on
ge
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 that it will check in this
> fold
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 explain this result.
Gopi kumaran wrote:
hi
my path says
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin
*_/usr/local/bin_* /usr/X11R6/bin /root/bin
Looks good.
ls -ld /usr/local/bin/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/bin/
Looks good.
ls -ld /usr/local/
drwxr-xr-x 3 root wheel 15
hi
my path says
/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin
/usr/X11R6/bin /root/bin
ls -ld /usr/local/bin/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/bin/
ls -ld /usr/local/
drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/
/usr/
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-config, but
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 some more information fr
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 mailing list
Guile-user@gn
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
24 matches
Mail list logo