Hi there,
On 17 April 2016 at 17:10, Mitt Green wrote:
> I'm trying to build stali, running "make install"
> goes fine except for kbd; it entres src/bin/kbd,
> then goes
> "CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
> /home/anselm/src/bin/kbd/config/missing --run aclocal-1.11 -I m4"
> and th
Marc Collin wrote:
Good idea?
for i in *; do sed -i 's/anselm/$USER/g' "$i"; done
I've tried replacing with "$(ROOT)/../" and
"$USER", with the first it simply skips $(ROOT)
and starts with /../, with the second one
it skips $U and starts with SER; e.g.:
ACLOCAL = ${SHELL} /home/$USER/src/bin
Double check for rm commands. :)
> On Apr 17, 2016, at 11:30 AM, Marc Collin wrote:
>
> Good idea?
> for i in *; do sed -i 's/anselm/$USER/g' "$i"; done
>
>
>> On Sun, Apr 17, 2016 at 2:12 PM, Mitt Green wrote:
>> I also found hardcode references to Anselm's
>> home folder in other Makefiles,
Good idea?
for i in *; do sed -i 's/anselm/$USER/g' "$i"; done
On Sun, Apr 17, 2016 at 2:12 PM, Mitt Green wrote:
> I also found hardcode references to Anselm's
> home folder in other Makefiles, apart from kbd:
> curl, parted, gzip, libarchive.
>
> There is yet no mksh in /bin (install
> destina
I also found hardcode references to Anselm's
home folder in other Makefiles, apart from kbd:
curl, parted, gzip, libarchive.
There is yet no mksh in /bin (install
destination).
Marc Collin wrote:
It seems to hardcode the user's home path to /home/anselm and the
problem can be you have anther username?
http://git.sta.li/src/tree/bin/kbd/Makefile#n146
I have another username (mitt, obviously :) )
and when I saw it, I though that this is from
one of stali.mk's but could
It seems to hardcode the user's home path to /home/anselm and the
problem can be you have anther username?
http://git.sta.li/src/tree/bin/kbd/Makefile#n146
I also find it weird that it reports ZSH and BASH as those software
are really awful and sucks a lot.
HTH.
On Sun, Apr 17, 2016 at 12:10 PM, M
I forgot to ask, will scc be intended for
building something big, say, GTK+ programmes,
or maybe even the kernel? And what about
inline assembly and compiling assembly code
itself?
/ Mitt
Hey,
I'm trying to build stali, running "make install"
goes fine except for kbd; it entres src/bin/kbd,
then goes
"CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/anselm/src/bin/kbd/config/missing --run aclocal-1.11 -I m4"
and then it certainly fails.
It successfully installs other binar
On Sat, Apr 16, 2016 at 04:39:22PM -0400, Wolfgang Corcoran-Mathe wrote:
> Hi all,
>
> I have been working on a CLI player for FLAC[0] audio files intended
> as a replacement for the old and crufty flac123[1]. It is about 230
> SLOC and includes the minimum amount of FLAC insanity necessary to
>
10 matches
Mail list logo