caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* problem building godi-bin-prot on OS X
@ 2009-05-16  6:55 Alan Schmitt
  2009-05-16 15:54 ` [Caml-list] " Markus Mottl
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Schmitt @ 2009-05-16  6:55 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

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:
http://groups.google.com/group/fa.caml/browse_thread/thread/862b90fb07f58773/5817e0840deeaffd?lnk=gst&q=godi+bin+prot#5817e0840deeaffd
Has the fix been released, or should I try to change things manually?

Thanks,

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] problem building godi-bin-prot on OS X
  2009-05-16  6:55 problem building godi-bin-prot on OS X Alan Schmitt
@ 2009-05-16 15:54 ` Markus Mottl
  2009-05-17  3:37   ` Valentyn Kamyshenko
  2009-05-17  7:04   ` Alan Schmitt
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Mottl @ 2009-05-16 15:54 UTC (permalink / raw)
  To: Alan Schmitt; +Cc: caml-list

On Sat, May 16, 2009 at 02:55, Alan Schmitt
<alan.schmitt@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 this:
> http://groups.google.com/group/fa.caml/browse_thread/thread/862b90fb07f58773/5817e0840deeaffd?lnk=gst&q=godi+bin+prot#5817e0840deeaffd
> Has the fix been released, or should I try to change things manually?

The Jane Street Core library is still under heavy review but getting
closer to a release.  I cannot tell how long this will take since I'm
not directly involved in the release process for this library itself,
but I guess one might already start holding one's breath...

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] problem building godi-bin-prot on OS X
  2009-05-16 15:54 ` [Caml-list] " Markus Mottl
@ 2009-05-17  3:37   ` Valentyn Kamyshenko
  2009-05-17 17:51     ` Markus Mottl
  2009-05-17  7:04   ` Alan Schmitt
  1 sibling, 1 reply; 5+ messages in thread
From: Valentyn Kamyshenko @ 2009-05-17  3:37 UTC (permalink / raw)
  To: Markus Mottl; +Cc: Alan Schmitt, caml-list

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 "productize" such change.

-- Valentyn.


On May 16, 2009, at 8:54 AM, Markus Mottl wrote:

> On Sat, May 16, 2009 at 02:55, Alan Schmitt
> <alan.schmitt@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 this:
>> http://groups.google.com/group/fa.caml/browse_thread/thread/862b90fb07f58773/5817e0840deeaffd?lnk=gst&q=godi+bin+prot#5817e0840deeaffd
>> Has the fix been released, or should I try to change things manually?
>
> The Jane Street Core library is still under heavy review but getting
> closer to a release.  I cannot tell how long this will take since I'm
> not directly involved in the release process for this library itself,
> but I guess one might already start holding one's breath...
>
> Regards,
> Markus
>
> -- 
> Markus Mottl        http://www.ocaml.info         
> markus.mottl@gmail.com
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] problem building godi-bin-prot on OS X
  2009-05-16 15:54 ` [Caml-list] " Markus Mottl
  2009-05-17  3:37   ` Valentyn Kamyshenko
@ 2009-05-17  7:04   ` Alan Schmitt
  1 sibling, 0 replies; 5+ messages in thread
From: Alan Schmitt @ 2009-05-17  7:04 UTC (permalink / raw)
  To: Markus Mottl; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 959 bytes --]

On 16 mai 09, at 17:54, Markus Mottl wrote:

> On Sat, May 16, 2009 at 02:55, Alan Schmitt
> <alan.schmitt@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 this:
>> http://groups.google.com/group/fa.caml/browse_thread/thread/862b90fb07f58773/5817e0840deeaffd?lnk=gst&q=godi+bin+prot#5817e0840deeaffd
>> Has the fix been released, or should I try to change things manually?
>
> The Jane Street Core library is still under heavy review but getting
> closer to a release.  I cannot tell how long this will take since I'm
> not directly involved in the release process for this library itself,
> but I guess one might already start holding one's breath...

I see, thanks. It's not urgent, so I guess that I can wait until the  
library is released.

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] problem building godi-bin-prot on OS X
  2009-05-17  3:37   ` Valentyn Kamyshenko
@ 2009-05-17 17:51     ` Markus Mottl
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Mottl @ 2009-05-17 17:51 UTC (permalink / raw)
  To: Valentyn Kamyshenko; +Cc: Alan Schmitt, caml-list

On Sat, May 16, 2009 at 23:37, Valentyn Kamyshenko <kamysh@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 -xc $ARCH_FLAGS *)
>
> Unfortunately, I don't know how to "productize" such change.

This problem is already fixed in my version and the one in Godi
(1.2.14), but not the one distributed by Jane Street.

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-17 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-16  6:55 problem building godi-bin-prot on OS X Alan Schmitt
2009-05-16 15:54 ` [Caml-list] " Markus Mottl
2009-05-17  3:37   ` Valentyn Kamyshenko
2009-05-17 17:51     ` Markus Mottl
2009-05-17  7:04   ` Alan Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).