From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 15D8DBBAF for ; Tue, 21 Dec 2010 02:05:19 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AscAAM+LD03RVdg2kGdsb2JhbACVcY4SCBUBAQEBCQkMBxEEIKRWmk6FSQSEZYYcgxc X-IronPort-AV: E=Sophos;i="4.60,205,1291590000"; d="scan'208";a="83270293" Received: from mail-qw0-f54.google.com ([209.85.216.54]) by mail4-smtp-sop.national.inria.fr with ESMTP; 21 Dec 2010 02:05:17 +0100 Received: by qwj9 with SMTP id 9so3422975qwj.27 for ; Mon, 20 Dec 2010 17:05:17 -0800 (PST) Received: by 10.229.89.208 with SMTP id f16mr4494922qcm.43.1292893516832; Mon, 20 Dec 2010 17:05:16 -0800 (PST) Received: from [192.168.1.118] (c-68-34-120-105.hsd1.md.comcast.net [68.34.120.105]) by mx.google.com with ESMTPS id t7sm1430744qcs.16.2010.12.20.17.05.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Dec 2010 17:05:15 -0800 (PST) Message-Id: <2D355E1A-E205-4FD6-82E9-A50E949C6B81@ezabel.com> From: orbitz@ezabel.com To: caml-list@inria.fr Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Lwt and OCamlMakefile Date: Mon, 20 Dec 2010 20:05:12 -0500 X-Mailer: Apple Mail (2.936) X-Spam: no; 0.00; syntax:01 dependencies:01 ocamlfind:01 ocamldep:01 -pp:01 camlp:01 cmo:01 sge:01 utils:01 sge:01 utils:01 camlp:01 uncaught:01 cmo:01 exception:01 Hey, I'm using OCamlMakefile for a project that uses lwt, and I'm having trouble getting the right combination of settings to use the syntax extensiosn, specifically it is failing trying to calculate dependencies: ocamlfind ocamldep -pp "camlp4o pa_lwt.cmo " pm_sge_utils.ml > ._d/ pm_sge_utils.d Camlp4: Uncaught exception: DynLoader.Error ("pa_lwt.cmo", "file not found in path") What do I need to do? Thanks!