Re: [Caml-list] problem building godi-bin-prot on OS X

2009-05-17 Thread Alan Schmitt
On 16 mai 09, at 17:54, Markus Mottl wrote: On Sat, May 16, 2009 at 02:55, Alan Schmitt alan.schm...@polytechnique.org wrote: I'm having syntax errors when building bin-prot under godi on OS X (it seems needed to build batteries-included). Searching a bit brought some messages from october

Re: [Caml-list] problem building godi-bin-prot on OS X

2009-05-17 Thread Markus Mottl
On Sat, May 16, 2009 at 23:37, Valentyn Kamyshenko kam...@kamysh.org wrote: I had a similar issue. The probles seems to be in the first line of the files ./lib/type_class.mli and ./lib/type_class.ml. It looks like (*pp cpp $ARCH_FLAGS *) which, on Mac OS X, should be changed to (*pp gcc -E

[Caml-list] problem building godi-bin-prot on OS X

2009-05-16 Thread Alan Schmitt
Hello, I'm having syntax errors when building bin-prot under godi on OS X (it seems needed to build batteries-included). Searching a bit brought some messages from october 2008 saying that a patch would come out to fix this:

Re: [Caml-list] problem building godi-bin-prot on OS X

2009-05-16 Thread Markus Mottl
On Sat, May 16, 2009 at 02:55, Alan Schmitt alan.schm...@polytechnique.org wrote: I'm having syntax errors when building bin-prot under godi on OS X (it seems needed to build batteries-included). Searching a bit brought some messages from october 2008 saying that a patch would come out to fix

Re: [Caml-list] problem building godi-bin-prot on OS X

2009-05-16 Thread Valentyn Kamyshenko
Hello Markus, I had a similar issue. The probles seems to be in the first line of the files ./lib/type_class.mli and ./lib/type_class.ml. It looks like (*pp cpp $ARCH_FLAGS *) which, on Mac OS X, should be changed to (*pp gcc -E -xc $ARCH_FLAGS *) Unfortunately, I don't know how to