On 27/06/2015 23:10, Thien-Thi Nguyen wrote:
() David Pirotte <da...@altosw.be>
() Fri, 26 Jun 2015 16:36:30 -0300
> Sorry, you got me wrong. This is an announcement thread for
> those interested.
None of us is interested in guile-1.8, please use guile-2
I'm still interested. If the new fork can handle all the stuff
(w/o breakage) at: <http://www.gnuvola.org/software/> then i
have nothing against it.
I don't think it still is able evaluate elisp. My current reorganization
approach to the task at hand as included.
I'm just trying to remember how to compile and link C files w/o all the
auto-mess. That was
- cc hello.c (for one file)
- cc -o hello hello.c world.c ... (for n files)
and linking against a static library was ... well, there is time - a lot
of time. Do you want to have the current tarball?
* Bugs & Maintenance Issues
** TODO Remove mingw32 support
** TODO Trash Candidates
*** ice-9
**** emacs.scm
**** gds-server.scm
**** gds-client.scm
**** gap-buffer.scm
** TODO Rename libguile or guile first
* Revert
** Build Manualities
*** Manual install of srfi/makeinstall
*** make clean is sometimes not enough
- rm -r .libs/ .deps/ in libguile
*** TODO Remove lang.doc references
*** GNU libtool version match to system
- 2.4 instead of 2.4.2
- revision 1.3293 instead 1.3337
- in aclocal.m4 and in configure
- redo this everytime autconf is run
*** libtool is missing (environment) variables
"export tool_oldlib=.libs/libguile.a" etc.
** Replay: UNIX tools are evil
*** Manual install of srfi/makeinstall
*** search tags: emacs, elisp, lisp, nil and validate.h contains
... which is only used once in list.c
*** gcc warnings should not be errors (configure.in?)
search for implicit definition warnings to pull out unwanted lisps
*** libtool is missing an (environment) variable
"export tool_oldlib=.libs/libguile.a" etc.
*** Remove elisp
- remove directory lang
- remove file test-suite/tests/elisp.test
- remove all elisp from file configure
- remove lang from Makefile.am
- remove build-aux/elisp-comp
- remove elisp from all files
- move directory emacs to trash
- remove file libguile/lang.h and libguile/lang.c
** Removing readline
** Removing ELisp [2015-06-25 gio]
- rename SCM_NULL_OR_NIL_P to scm_is_null [2015-06-26 ven]