unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Mixp 0.5 available
@ 2011-08-10  9:30 Thien-Thi Nguyen
  2012-01-09 15:23 ` Andy Wingo
  0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2011-08-10  9:30 UTC (permalink / raw)
  To: guile-sources; +Cc: guile-user

release notes:

  After a long hiatus, Mixp is now moving forward again!
  Hackers, please see HACKING (in repo only).

  thi

README excerpt:

  Mixp is a Guile interface to expat, James Clark's XML Parser,
  originally written by Thierry Bézecourt.  This release of Mixp is
  available under the terms of the GNU GPL v3 (or later); see COPYING.
  It has been tested with Guile 1.4 and 1.8, and libexpat 2.0.1.

  Mixp provides two modules for use by Guile Scheme code:

    (mixp expat)  -- corresponds roughly to libexpat API
    (mixp utils)  -- high-level convenience procs

  See documentation in doc/ for details.

  This is alpha code (pre 1.0 release).  It may have bugs,
  and the interfaces may change from version to version.

NEWS excerpt:

  - 0.5 | 2011-08-05
    - maintainer now Thien-Thi Nguyen (please see THANKS)
    - license now GPLv3+
    - dropped $(bindir)/guile-expat
    - modules reset (BACKWARD INCOMPATIBLE)
      - (mixp expat) replaces (xml expat)
        - bugfix: handle NULL ‘prefix’ for ‘namespace-decl-start’
        - dropped
          - "expat:" prefix for exports
          - proc ‘set-encoding’
        - symbolic status, error codes
        - new error codes from expat 2.0
        - condensed API for handlers: ‘hset!’, ‘hget’
        - ‘not-standalone’ handler rv now interpreted as boolean
      - (mixp utils) replaces (xml mixp)
        - dropped
          - "mixp:" prefix for exports
          - proc ‘xml->list’
          - tree <-> list procs
        - ‘xml->tree’ handles ‘processing-instruction’, ‘comment’
    - documentation improvements
      - license now GFDL 1.3
      - indices combined
      - toc at beginning :-D
      - (slightly) more examples
    - "make check" improvements
      - does in-tree ".fake" install
      - honors VERBOSE=1
    - tested with (Unofficial) Guile 1.4.1.123
    - tested with GNU Guile 1.8.7
    - infrastructure (configure.ac, Makefile.am files) upgraded

tarball and its detached signature in dir:

  http://download.savannah.gnu.org/releases/mixp/

homepage:

  http://www.nongnu.org/mixp/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Mixp 0.5 available
  2011-08-10  9:30 Mixp 0.5 available Thien-Thi Nguyen
@ 2012-01-09 15:23 ` Andy Wingo
  2012-01-10  9:06   ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Wingo @ 2012-01-09 15:23 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: guile-user, guile-sources

On Wed 10 Aug 2011 11:30, Thien-Thi Nguyen <ttn@gnuvola.org> writes:

>   Mixp is a Guile interface to expat, James Clark's XML Parser,
>   originally written by Thierry Bézecourt.  This release of Mixp is
>   available under the terms of the GNU GPL v3 (or later); see COPYING.
>   It has been tested with Guile 1.4 and 1.8, and libexpat 2.0.1.

Cool!

I get a compile error with Guile 2.0 though:

    In file included from expat.c:32:0:
    gi.h:28:22: fatal error: guile/gh.h: No such file or directory
    compilation terminated.

Regards,

Andy
-- 
http://wingolog.org/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Mixp 0.5 available
  2012-01-09 15:23 ` Andy Wingo
@ 2012-01-10  9:06   ` Thien-Thi Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2012-01-10  9:06 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guile-user, guile-sources

() Andy Wingo <wingo@pobox.com>
() Mon, 09 Jan 2012 16:23:23 +0100

   I get a compile error with Guile 2.0 though:

       In file included from expat.c:32:0:
       gi.h:28:22: fatal error: guile/gh.h: No such file or directory
       compilation terminated.

OK, acknowledged.  2.x coolness is in store, but only after 1.8 coolness.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-10  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10  9:30 Mixp 0.5 available Thien-Thi Nguyen
2012-01-09 15:23 ` Andy Wingo
2012-01-10  9:06   ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).