Re: [Caml-list] Trying to setup mingw OCaml 3.12.1 + fresh cygwin

2011-08-08 Thread Adrien
. Both are working well and equally supported. Hope this helps, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs

Re: [Caml-list] ANN: lablgtk-react preview

2011-10-02 Thread Adrien
I forgot to mention that you need lablgtk2's adrien/mix branch for the examples (and only for the examples iirc). There are two reasons. It uses some additional API, especially #as_something methods and notify::foo signals. lablwebkit also requires a bug fix that it not merged into master yet

Re: [Caml-list] Re: Issues with OCaml on Windows, MinGW build

2011-11-24 Thread Adrien
you're at it, you can also use forward-slashes in paths: c:/foo/bar/baz. This issues mostly happen with shell scripts and not programs which have been made with greater care (actually they're probably the same class of bugs as SQL injections). Hope this helps. Adrien Nader -- Caml-list mailing

Re: [Caml-list] OCaml maintenance status / community fork

2011-12-06 Thread Adrien
the major changes we've seen with each major release in the past years, it definitely is). Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports

Re: [Caml-list] Some comments on recent discussions

2011-12-15 Thread Adrien
cygwin however, you're strongly advised not ever remotely try to make your application an msys one. Btw, msys has to be built with a gcc-2.9[56] fork since it uses a target that has never been upstreamed. It's smaller than cygwin but it's not really prettier unfortunately. Regards, Adrien Nader

Re: [Caml-list] Some comments on recent discussions

2011-12-15 Thread Adrien
for small systems (to bootstrap something bigger for instance). Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin

Re: [Caml-list] Some comments on recent discussions

2011-12-15 Thread Adrien
On 15/12/2011, Martin DeMello martindeme...@gmail.com wrote: On Thu, Dec 15, 2011 at 2:29 AM, Adrien camarade...@gmail.com wrote: On 14/12/2011, David Allsopp dra-n...@metastack.com wrote: Any particular reason why the GnuWin32 project doesn't already fulfil this requirement (http://gnuwin32

Re: [Caml-list] Some comments on recent discussions

2011-12-15 Thread Adrien
On 14/12/2011, Alain Frisch al...@frisch.fr wrote: On 12/14/2011 04:49 PM, Adrien wrote: But windows actually has symlinks. Kind of. Starting with Vista and the corresponding NTFS version. But by default you need to be an administrator to use them, you can only create a limited number

Re: [Caml-list] try ocaml website

2011-12-23 Thread Adrien
except a new prompt: 42;; and print_endline \pouet\;; don't print anything. It looks like nothing gets evaluated. I wouldn't consider IE8 as a high-priority however since I've actually been having troubles finding people who were using IE on their own free will nowadays. Regards, Adrien Nader

Re: [Caml-list] deriving

2012-01-29 Thread Adrien
, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs

Re: [Caml-list] sys command

2012-02-08 Thread Adrien
(maybe two) in the PE header. Hope this helps, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs

Re: [Caml-list] Functional GUI programming: looking for good practices

2012-02-14 Thread Adrien
will be given at some point, and do the actual work outside of the callback. But it doesn't. And there will always be APIs like that and we need to find how to handle this. Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml

Re: [Caml-list] Functional GUI programming: looking for good practices

2012-02-14 Thread Adrien
On 14/02/2012, Philippe Veber philippe.ve...@gmail.com wrote: 2012/2/13 Adrien camarade...@gmail.com I've created a lablgtk branch named adrien/react to get react signals out of gtk properties and react events out of gtk signals (they match quite well). Support isn't perfect but enough

Re: [Caml-list] LablGTK for OCaml 3.12 on Windows

2012-02-22 Thread Adrien
and the situation has worse back then). I think you can compile it by yourself in a matter of minutes if your environment is already set-up (i.e. gcc and ocaml). Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list

Re: [Caml-list] [ANNOUNCE] llpp v11

2012-02-28 Thread Adrien
. Recent intel cards are actually pretty powerful; like for AMD Fusion (recent CPU + GPU on the same die), you can play actual 3D games with them. Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list

Re: [Caml-list] [community poll for PR#5312] Do some OCaml Windows users still use the @responsefile feature?

2012-03-05 Thread Adrien
probably already bitrot a lot. By the way, I had only known of reponse files a pretty long time ago because Cygwin and/or MSYS didn't handle it. I guess the only way to make sure noone uses it is to break response files and wait until someone shouts. Regards, Adrien Nader -- Caml-list mailing

Re: [Caml-list] Re: oasis packaging questions

2012-03-08 Thread Adrien
fast and this has helped a lot. I think there was a mention of an issue though but it can help a lot. Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group

Re: [Caml-list] Very slow compilation

2012-03-11 Thread Adrien
. It's not often done by default and I've sometimes noticed 5 to 6 times faster builds with them (of course, on files which were slow to build). Hope this helps, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's

Re: [Caml-list] New version of the binary installer for Windows

2012-03-28 Thread Adrien
. Or make ocamlbuild not depend on bash. Only depending on a compliant sh would already be quite nice but afaik, it should be possible to not depend on a shell at all with minimal efforts. Regards, Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa

Re: [Caml-list] Re: New version of the binary installer for Windows

2012-04-02 Thread Adrien
on top of win32, or move away from posix directly By the way, there was a netbsd-derived environment named Interix which microsoft used to advise. Windows 8's documentation now advises users of Interix to use cygwin or mingw(-w64). Regards, Adrien Nader -- Caml-list mailing list. Subscription

[Caml-list] Timing module initializations (working but crashy)

2012-04-08 Thread Adrien
(space-separated). The code is (currently) at: http://notk.org/~adrien/link.ml You can build with: ocamlopt unix.cmxa str.cmxa link.ml -o gcc. Now, make sure that the directory with this gcc executable is in your PATH and is the first element (I never said this was very clean :-) ). In the output C

Re: [Caml-list] include path problem: -I +site-lib/lib not working

2012-04-11 Thread Adrien
a nightmare I wish all ocaml libraries installed with ocamlfind and I wish all ocaml code compiled with ocamlfind. -- Adrien Nader -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group