Discussion:
[ast-users] ast beta software download update
Glenn Fowler
2014-06-08 06:01:00 UTC
Permalink
the ast beta 2014-06-06 source release
has been posted to the download site
https://drive.google.com/folderview?id=0BwwKLhARRO-BdUV6RkdFbUR3ekk&usp=sharing

the package names and md5 checksums are
INIT 863256c3343064c154a0ffd098628276
ast-base b0cb76a08e0c15adf78cba7964f010f7
ast-open a8212339fa5ea2c43f9ec168d2bcbd09
Lionel Cons
2014-06-08 13:37:38 UTC
Permalink
Post by Glenn Fowler
the ast beta 2014-06-06 source release
has been posted to the download site
https://drive.google.com/folderview?id=0BwwKLhARRO-BdUV6RkdFbUR3ekk&usp=sharing
the package names and md5 checksums are
INIT 863256c3343064c154a0ffd098628276
ast-base b0cb76a08e0c15adf78cba7964f010f7
ast-open a8212339fa5ea2c43f9ec168d2bcbd09
The download area gives me fits because I can't download the betas via
wget on a headless server.

I know its far fetched, but since you are at Google could you politely
file a Rfe which asks for a 'simple permanent download link' for
Google docs documents which works with wget and can be memorised by a
human being?

Lionel
Eleftherios Koutsofios
2014-06-08 15:07:57 UTC
Permalink
I copied these files on the www.research.att.com/sw/download site,
in the beta section.

lefteris
Post by Lionel Cons
Post by Glenn Fowler
the ast beta 2014-06-06 source release
has been posted to the download site
https://drive.google.com/folderview?id=0BwwKLhARRO-BdUV6RkdFbUR3ekk&usp=sharing
the package names and md5 checksums are
INIT 863256c3343064c154a0ffd098628276
ast-base b0cb76a08e0c15adf78cba7964f010f7
ast-open a8212339fa5ea2c43f9ec168d2bcbd09
The download area gives me fits because I can't download the betas via
wget on a headless server.
I know its far fetched, but since you are at Google could you politely
file a Rfe which asks for a 'simple permanent download link' for
Google docs documents which works with wget and can be memorised by a
human being?
Lionel
_______________________________________________
ast-users mailing list
http://lists.research.att.com/mailman/listinfo/ast-users
--
E. Koutsofios
AT&T Labs - Research
Philippe Bergheaud
2014-06-12 18:31:03 UTC
Permalink
It seems that src/cmd/pax/pax-tar.c has accidentally become a dos file,
with crlf end of lines.

Philippe
Glenn Fowler
2014-06-12 21:23:07 UTC
Permalink
my fault -- crossover between uwin/windows/linux
thanks for catching it


On Thu, Jun 12, 2014 at 2:31 PM, Philippe Bergheaud <
Post by Philippe Bergheaud
It seems that src/cmd/pax/pax-tar.c has accidentally become a dos file,
with crlf end of lines.
Philippe
Danny Weldon
2014-06-15 21:57:56 UTC
Permalink
Any ideas why I am getting these errors building on cygwin?

+ cc -D_BLD_DLL -D_BLD_ast -I.
-I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast -Icomp
-I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/comp
-Iport -I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/port
-Isfio -I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/sfio
-Iinclude -I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/include
-Istd -I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/std
-I/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/arch/cygwin.i386/include
-D_PACKAGE_ast -c
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/port/mc.c
In file included from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/std/stdio.h:22:0,
from ./ast_wchar.h:94,
from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/include/ast_std.h:101,
from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/include/sfio.h:36,
from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/include/sfio_t.h:59,
from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/sfio/sfhdr.h:76,
from
/home/danny/wrk/ksh/cygksh/ast-ksh.2014-06-06/src/lib/libast/port/mc.c:31:
./ast_stdio.h:82:15: error: conflicting types for '_sfio_FILE'
#define FILE _sfio_FILE
^
./ast_stdio.h:80:24: note: previous declaration of '_sfio_FILE' was here
typedef struct _sfio_s _sfio_FILE;
^
mamake [lib/libast]: *** exit code 1 making mc.o
Post by Glenn Fowler
my fault -- crossover between uwin/windows/linux
thanks for catching it
On Thu, Jun 12, 2014 at 2:31 PM, Philippe Bergheaud
Post by Philippe Bergheaud
It seems that src/cmd/pax/pax-tar.c has accidentally become a dos file,
with crlf end of lines.
Philippe
_______________________________________________
ast-users mailing list
http://lists.research.att.com/mailman/listinfo/ast-users
--
Regards

Danny
Loading...