* [Caml-list] OCaml-SOAP library
@ 2002-09-20 11:34 Michel Mauny
2002-10-15 13:34 ` Stefano Zacchiroli
0 siblings, 1 reply; 8+ messages in thread
From: Michel Mauny @ 2002-09-20 11:34 UTC (permalink / raw)
To: caml-list; +Cc: ggaurav_chanda_81
Dear all,
We are pleased to announce the first release of the OCaml-SOAP
library, a prototype implementation of a small subset of SOAP. The
author is Gaurav Chanda.
The distribution and online (rather terse) documentation are available
from:
http://caml.inria.fr/ocaml-soap/
Comments and contributions are welcome!
-- Michel Mauny
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library
2002-09-20 11:34 [Caml-list] OCaml-SOAP library Michel Mauny
@ 2002-10-15 13:34 ` Stefano Zacchiroli
2002-10-16 14:33 ` Maxence Guesdon
2002-10-18 7:33 ` [Caml-list] OCaml-SOAP library : bug fixed Maxence Guesdon
0 siblings, 2 replies; 8+ messages in thread
From: Stefano Zacchiroli @ 2002-10-15 13:34 UTC (permalink / raw)
To: Michel Mauny; +Cc: caml-list, ggaurav_chanda_81
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
On Fri, Sep 20, 2002 at 01:34:30PM +0200, Michel Mauny wrote:
> http://caml.inria.fr/ocaml-soap/
I'm unable to build the library due to a bug in the configure or
configure.in script that I'm unable to fix.
Details are attached.
Cheers.
--
Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy
zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro
"I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!" -- G.Romney
[-- Attachment #2: screenlog.0 --]
[-- Type: text/plain, Size: 5299 bytes --]
~$ tar xvzf ocaml-soap-0.1.tgz
ocaml-soap-0.1/
ocaml-soap-0.1/Makefile
ocaml-soap-0.1/.depend
ocaml-soap-0.1/COPYING
ocaml-soap-0.1/INSTALL
ocaml-soap-0.1/META
ocaml-soap-0.1/configure
ocaml-soap-0.1/README
ocaml-soap-0.1/Types/
ocaml-soap-0.1/Types/base64Binary_s.ml
ocaml-soap-0.1/Types/base64Binary_s.mli
ocaml-soap-0.1/Types/boolean_s.ml
ocaml-soap-0.1/Types/boolean_s.mli
ocaml-soap-0.1/Types/dateTime_s.ml
ocaml-soap-0.1/Types/dateTime_s.mli
ocaml-soap-0.1/Types/date_s.ml
ocaml-soap-0.1/Types/date_s.mli
ocaml-soap-0.1/Types/decimal_s.ml
ocaml-soap-0.1/Types/decimal_s.mli
ocaml-soap-0.1/Types/double_s.ml
ocaml-soap-0.1/Types/double_s.mli
ocaml-soap-0.1/Types/duration_s.ml
ocaml-soap-0.1/Types/duration_s.mli
ocaml-soap-0.1/Types/float_s.ml
ocaml-soap-0.1/Types/float_s.mli
ocaml-soap-0.1/Types/gDay_s.ml
ocaml-soap-0.1/Types/gDay_s.mli
ocaml-soap-0.1/Types/gMonthDay_s.ml
ocaml-soap-0.1/Types/gMonthDay_s.mli
ocaml-soap-0.1/Types/gMonth_s.ml
ocaml-soap-0.1/Types/gMonth_s.mli
ocaml-soap-0.1/Types/gYearMonth_s.ml
ocaml-soap-0.1/Types/gYearMonth_s.mli
ocaml-soap-0.1/Types/gYear_s.ml
ocaml-soap-0.1/Types/gYear_s.mli
ocaml-soap-0.1/Types/hexBinary_s.ml
ocaml-soap-0.1/Types/hexBinary_s.mli
ocaml-soap-0.1/Types/notation_s.ml
ocaml-soap-0.1/Types/notation_s.mli
ocaml-soap-0.1/Types/qname_s.ml
ocaml-soap-0.1/Types/qname_s.mli
ocaml-soap-0.1/Types/string_s.ml
ocaml-soap-0.1/Types/string_s.mli
ocaml-soap-0.1/Types/time_s.ml
ocaml-soap-0.1/Types/time_s.mli
ocaml-soap-0.1/Types/uri_s.ml
ocaml-soap-0.1/Types/uri_s.mli
ocaml-soap-0.1/Types/utils.ml
ocaml-soap-0.1/Types/utils.mli
ocaml-soap-0.1/configure.in
ocaml-soap-0.1/master.Makefile.in
ocaml-soap-0.1/soapStructure.ml
ocaml-soap-0.1/soapStructure.mli
ocaml-soap-0.1/soapTypes.ml
ocaml-soap-0.1/soapTypes.mli
ocaml-soap-0.1/soap_prim.ml
ocaml-soap-0.1/soap_prim.mli
ocaml-soap-0.1/interop/
ocaml-soap-0.1/interop/Makefile
ocaml-soap-0.1/interop/server.ml
ocaml-soap-0.1/interop/server.mli
ocaml-soap-0.1/interop/soapXS.ml
ocaml-soap-0.1/interop/soap_client.ml
ocaml-soap-0.1/interop/soap_client.mli
ocaml-soap-0.1/interop/xmlrpc_client.ml
ocaml-soap-0.1/interop/xmlrpc_client.mli
ocaml-soap-0.1/rpc_example/
ocaml-soap-0.1/rpc_example/Makefile
ocaml-soap-0.1/rpc_example/client.ml
ocaml-soap-0.1/rpc_example/client.mli
ocaml-soap-0.1/rpc_example/server.ml
ocaml-soap-0.1/rpc_example/server.mli
ocaml-soap-0.1/rpc_example/soapXS.ml
ocaml-soap-0.1/web/
ocaml-soap-0.1/web/Makefile
ocaml-soap-0.1/web/homepage.tlp
~$ cd ocaml-soap-0.1/
~/ocaml-soap-0.1$ ./configure
creating cache ./config.cache
checking for ocamlc... /usr/bin/ocamlc
checking for ocaml... /usr/bin/ocaml
checking for camlp4... /usr/bin/camlp4
OCaml version 3.06 is ok
ocaml library path is /usr/lib/ocaml
checking for prefix by checking for ocamlc... (cached) /usr/bin/ocamlc
checking for ocamlopt... /usr/bin/ocamlopt
checking ocamlopt version... ok
checking for ocamlc.opt... /usr/bin/ocamlc.opt
checking ocamlc.opt version... ok
checking for ocamlopt.opt... /usr/bin/ocamlopt.opt
checking ocamlc.opt version... ok
checking for ocamldep... /usr/bin/ocamldep
checking for ocamllex... /usr/bin/ocamllex
checking for ocamlyacc... /usr/bin/ocamlyacc
checking for ocamldoc... /usr/bin/ocamldoc
checking for ocamlfind... /usr/bin/ocamlfind
Checking for PXP...
/usr/lib/ocaml/pxp-engine
Checking for pxp-lex-iso88591...
/usr/lib/ocaml/pxp-lex-iso88591
Checking for netstring...
/usr/lib/ocaml/netstring
Checking for pcre...
/usr/lib/ocaml/pcre
updating cache ./config.cache
creating ./config.status
creating master.Makefile
sed: file conftest.s1 line 41: Unterminated `s' command
~/ocaml-soap-0.1$ ls -al master.Makefile
-r--r--r-- 1 zack zack 0 Oct 15 15:29 master.Makefile
~/ocaml-soap-0.1$ autoconf
~/ocaml-soap-0.1$ ./configure
loading cache ./config.cache
checking for ocamlc... (cached) /usr/bin/ocamlc
checking for ocaml... (cached) /usr/bin/ocaml
checking for camlp4... (cached) /usr/bin/camlp4
OCaml version 3.06 is ok
ocaml library path is /usr/lib/ocaml
checking for prefix by checking for ocamlc... (cached) /usr/bin/ocamlc
checking for ocamlopt... (cached) /usr/bin/ocamlopt
checking ocamlopt version... ok
checking for ocamlc.opt... (cached) /usr/bin/ocamlc.opt
checking ocamlc.opt version... ok
checking for ocamlopt.opt... (cached) /usr/bin/ocamlopt.opt
checking ocamlc.opt version... ok
checking for ocamldep... (cached) /usr/bin/ocamldep
checking for ocamllex... (cached) /usr/bin/ocamllex
checking for ocamlyacc... (cached) /usr/bin/ocamlyacc
checking for ocamldoc... (cached) /usr/bin/ocamldoc
checking for ocamlfind... (cached) /usr/bin/ocamlfind
Checking for PXP...
/usr/lib/ocaml/pxp-engine
Checking for pxp-lex-iso88591...
/usr/lib/ocaml/pxp-lex-iso88591
Checking for netstring...
/usr/lib/ocaml/netstring
Checking for pcre...
/usr/lib/ocaml/pcre
creating ./config.status
creating master.Makefile
sed: file conftest.s1 line 41: Unterminated `s' command
~/ocaml-soap-0.1$ ls -al master.Makefile
-r--r--r-- 1 zack zack 0 Oct 15 15:29 master.Makefile
~/ocaml-soap-0.1$ make depend
rm -f .depend
*.ml *.mli > .depend
/bin/sh: line 1: soapStructure.ml: command not found
make: *** [depend] Error 127
~/ocaml-soap-0.1$ make
make: *** No rule to make target `Types/utils.cmi', needed by `soap_prim'. Stop.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library
2002-10-15 13:34 ` Stefano Zacchiroli
@ 2002-10-16 14:33 ` Maxence Guesdon
2002-10-17 7:53 ` Stefano Zacchiroli
2002-10-18 7:33 ` [Caml-list] OCaml-SOAP library : bug fixed Maxence Guesdon
1 sibling, 1 reply; 8+ messages in thread
From: Maxence Guesdon @ 2002-10-16 14:33 UTC (permalink / raw)
To: Stefano Zacchiroli; +Cc: caml-list, ggaurav_chanda_81
Hello,
> On Fri, Sep 20, 2002 at 01:34:30PM +0200, Michel Mauny wrote:
> > http://caml.inria.fr/ocaml-soap/
>
> I'm unable to build the library due to a bug in the configure or
> configure.in script that I'm unable to fix.
Your problem comes from the fact that your version of findlib is too old : the output of ocamlfind query has changed since between your version and the one used by ocaml-soap.
Upgrading findlib is the solution.
--
Michel Mauny & Maxence Guesdon
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library
2002-10-16 14:33 ` Maxence Guesdon
@ 2002-10-17 7:53 ` Stefano Zacchiroli
2002-10-17 8:15 ` Maxence Guesdon
0 siblings, 1 reply; 8+ messages in thread
From: Stefano Zacchiroli @ 2002-10-17 7:53 UTC (permalink / raw)
To: Maxence Guesdon; +Cc: caml-list, ggaurav_chanda_81
On Wed, Oct 16, 2002 at 04:33:20PM +0200, Maxence Guesdon wrote:
> Your problem comes from the fact that your version of findlib is too
> old : the output of ocamlfind query has changed since between your
> version and the one used by ocaml-soap.
>
> Upgrading findlib is the solution.
I doubt, I'm using the latest release of findlib available (0.8).
Maybe, the ocaml soap library rely on an older format of findlib query
output?
Cheers.
--
Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy
zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro
"I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!" -- G.Romney
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library
2002-10-17 7:53 ` Stefano Zacchiroli
@ 2002-10-17 8:15 ` Maxence Guesdon
2002-10-17 8:26 ` Stefano Zacchiroli
0 siblings, 1 reply; 8+ messages in thread
From: Maxence Guesdon @ 2002-10-17 8:15 UTC (permalink / raw)
To: Stefano Zacchiroli; +Cc: caml-list, ggaurav_chanda_81
> On Wed, Oct 16, 2002 at 04:33:20PM +0200, Maxence Guesdon wrote:
> > Your problem comes from the fact that your version of findlib is too
> > old : the output of ocamlfind query has changed since between your
> > version and the one used by ocaml-soap.
> >
> > Upgrading findlib is the solution.
>
> I doubt, I'm using the latest release of findlib available (0.8).
>
> Maybe, the ocaml soap library rely on an older format of findlib query
> output?
Yes, that's it. We used findlib 0.7.2, and the format of ocamlfind query may have changed. Sorry, I thought it was you who were late ;-)
What does "ocamlfind query pxp-engine" returns with ocamlfind 0.8 ?
In 0.7.2 : /gnu/ocaml/lib/ocaml/site-lib/pxp-engine (the path to the pxp-engine directory, on a single line, nothing else).
If it does not return the same can you tell me what command to launch to get the same result ? (I don't have time right now to install a new version of ocamlfind).
(BTW, the details page about changes in findlib 0.8 mentions "fixes only" :-( )
Thanks,
--
Maxence Guesdon
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library
2002-10-17 8:15 ` Maxence Guesdon
@ 2002-10-17 8:26 ` Stefano Zacchiroli
0 siblings, 0 replies; 8+ messages in thread
From: Stefano Zacchiroli @ 2002-10-17 8:26 UTC (permalink / raw)
To: Maxence Guesdon; +Cc: caml-list, ggaurav_chanda_81
On Thu, Oct 17, 2002 at 10:15:22AM +0200, Maxence Guesdon wrote:
> Yes, that's it. We used findlib 0.7.2, and the format of ocamlfind
> query may have changed. Sorry, I thought it was you who were late ;-)
Being the findlib debian maintainer is a good reason to have an up to
date findlib version installed :-)
> What does "ocamlfind query pxp-engine" returns with ocamlfind 0.8 ?
/usr/lib/ocaml/pxp-engine
> In 0.7.2 : /gnu/ocaml/lib/ocaml/site-lib/pxp-engine (the path to the
> pxp-engine directory, on a single line, nothing else).
seems the same ...
> If it does not return the same can you tell me what command to launch
> to get the same result ? (I don't have time right now to install a new
> version of ocamlfind).
the same command :-)
> (BTW, the details page about changes in findlib 0.8 mentions "fixes
> only" :-( )
This is probably right.
Are you sure that the problem is there?
I am also using a new version of PXP 1.1.92, I know it's the
under-development-not-recommended-one, but trying to solve this problem
is a good way to help gerd's work ...
Cheers.
--
Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy
zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro
"I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!" -- G.Romney
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library : bug fixed
2002-10-15 13:34 ` Stefano Zacchiroli
2002-10-16 14:33 ` Maxence Guesdon
@ 2002-10-18 7:33 ` Maxence Guesdon
2002-10-18 15:40 ` Stefano Zacchiroli
1 sibling, 1 reply; 8+ messages in thread
From: Maxence Guesdon @ 2002-10-18 7:33 UTC (permalink / raw)
To: Stefano Zacchiroli; +Cc: caml-list
> On Fri, Sep 20, 2002 at 01:34:30PM +0200, Michel Mauny wrote:
> > http://caml.inria.fr/ocaml-soap/
>
> I'm unable to build the library due to a bug in the configure or
> configure.in script that I'm unable to fix.
This was a bug in the configure script. It is now fixed and a new version 0.2 is available at
http://caml.inria.fr/ocaml-soap/
Thanks to Stefano for his help on this problem.
--
Maxence Guesdon
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] OCaml-SOAP library : bug fixed
2002-10-18 7:33 ` [Caml-list] OCaml-SOAP library : bug fixed Maxence Guesdon
@ 2002-10-18 15:40 ` Stefano Zacchiroli
0 siblings, 0 replies; 8+ messages in thread
From: Stefano Zacchiroli @ 2002-10-18 15:40 UTC (permalink / raw)
To: caml-list
On Fri, Oct 18, 2002 at 09:33:36AM +0200, Maxence Guesdon wrote:
> This was a bug in the configure script. It is now fixed and a new
> version 0.2 is available at
I've just rechecked, the build process works properly now. Thanks for
the fix!
Cheers.
--
Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy
zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro
"I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!" -- G.Romney
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-10-18 15:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-20 11:34 [Caml-list] OCaml-SOAP library Michel Mauny
2002-10-15 13:34 ` Stefano Zacchiroli
2002-10-16 14:33 ` Maxence Guesdon
2002-10-17 7:53 ` Stefano Zacchiroli
2002-10-17 8:15 ` Maxence Guesdon
2002-10-17 8:26 ` Stefano Zacchiroli
2002-10-18 7:33 ` [Caml-list] OCaml-SOAP library : bug fixed Maxence Guesdon
2002-10-18 15:40 ` Stefano Zacchiroli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox