Here is the proper Makefile of ssax-sxml-gambit-060529.tgz for gambit 4.0 beta 21. You should change the prefix variable before using this Makefile.
Best Regards,
Afficher les réponses par date
"Aycan iRiCAN" aycan.irican@core.gen.tr writes:
Here is the proper Makefile of ssax-sxml-gambit-060529.tgz for gambit 4.0 beta 21. You should change the prefix variable before using this Makefile.
Best Regards,
This a slightly modified Makefile that creates a shared-library and a loadable library for ssax-sxml-gambit-060529.tgz.
Here is an example transcript for loadable ssax-sxml library.
ssax-sxml $ gsi Gambit Version 4.0 beta 21
(load "ssax-sxml")
"/tmp/ssax-sxml/ssax-sxml.o1"
(ssax:xml->sxml (open-input-string "<example>Peace at home, peace in the world.</example>") '())
(*TOP* (example "Peace at home, peace in the world."))
(sxml:document "http://library.readscheme.org" '())
(*TOP* (html (head (title "Bibliography of Scheme-related Research") (meta (@ (name "generator") (content "SchemeBib and Site-ML"))) (meta (@ (name "description") (content "Online bibliography of Scheme research"))) (meta (@ (name "keywords") (content "Scheme, bibliography, research"))) ... ... Best Regards,
"Aycan iRiCAN" aycan.irican@core.gen.tr writes:
"Aycan iRiCAN" aycan.irican@core.gen.tr writes:
Here is the proper Makefile of ssax-sxml-gambit-060529.tgz for gambit 4.0 beta 21. You should change the prefix variable before using this Makefile.
Best Regards,
This a slightly modified Makefile that creates a shared-library and a loadable library for ssax-sxml-gambit-060529.tgz.
Here is an example transcript for loadable ssax-sxml library.
ssax-sxml $ gsi Gambit Version 4.0 beta 21
(load "ssax-sxml")
"/tmp/ssax-sxml/ssax-sxml.o1"
(ssax:xml->sxml (open-input-string "<example>Peace at home, peace in the world.</example>") '())
(*TOP* (example "Peace at home, peace in the world."))
(sxml:document "http://library.readscheme.org" '())
(*TOP* (html (head (title "Bibliography of Scheme-related Research") (meta (@ (name "generator") (content "SchemeBib and Site-ML"))) (meta (@ (name "description") (content "Online bibliography of Scheme research"))) (meta (@ (name "keywords") (content "Scheme, bibliography, research"))) ... ...
Ops! Here is the file.
Hermann Jurksch wrote:
I didn't see a beta 21 yet, have I missed something?
See http://snow.iro.umontreal.ca/?viewpkg=host-gambit
Christian.