[EMAIL PROTECTED] writes:
^^^^^^^^^^^^^^^^^^^
could you please configure your mailer to insert a valid email address? thanks

> Anyway... one thing I needed, and couldn't find was a set of bindings to 
> _libcurl_.

you do know that downloading through HTTP and FTP is already supported
transparently, right?

> I assumed that the propblem was with oztool, but now I am not so sure. 

please use ozmake instead.  it is part of the distro.  it won't solve your
problem, but it is the right tool these days for developing, contributing and
installing packages.

> When using it as a Mozart functor, the libraries seem to open (but not 
> close) OK, and a call to curl_easy_perform() - which should access the 
> URL - returns either (7)can't resolve URL, or  (6) can't connect!

There is no way we can help you without seeing the code.

You have set yourself a very difficult task for your first foray into the world
of Mozart/Oz native functor design.  IO is quite difficult to do right: you
don't want to ever block (or the whole system would block) and you don't want an
Oz thread that just polls.  I can coach you on how to do it right, but it's a
bit of a rough ride :-/

Cheers,

-- 
Dr. Denys Duchier - IRI & LIFL - CNRS, Lille, France
+33 (0)6 25 78 25 74    http://www.lifl.fr/~duchier/
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to