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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 9D1A0BBAF for ; Fri, 1 Oct 2010 21:39:00 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuMDADrVpUxKfVK2kGdsb2JhbACUAQaOKggVAQEBAQkJDAcRAx+tbItbhlIjiGABAQMFhT8EijyJCg X-IronPort-AV: E=Sophos;i="4.57,268,1283724000"; d="scan'208";a="67275762" Received: from mail-wy0-f182.google.com ([74.125.82.182]) by mail2-smtp-roc.national.inria.fr with ESMTP; 01 Oct 2010 21:39:00 +0200 Received: by wyb29 with SMTP id 29so2301640wyb.27 for ; Fri, 01 Oct 2010 12:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=M66B9RSRWbK7+JTSraApX+cZTpWcwcI84AMrjijkAH4=; b=P2LIHIti80rEV1hBStLyXQhFBHwndt9B0eBS39vTBBEna99376VL9LWhcU8UokkBvK iXFvy0z5MFh5Nwg/2T7MSkxPvRHDWBFpQ0gtRRqiQxNXwRohDgCuqtmz63w1IRxwvlaG jPLZOAkAUdTesliwzQuKMNZ7VLfNyJwZE6lH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=r7+u3fGCz6m490mjtlqInLcGHaK7e8EScbCXrSsqyhp/X/dAGxTouNa8NHcBmfalQA 1Du9kNELiW8mTWOJzHcqQKQwXG2gu1ZEaCjQ9KtvbiJd2+59InpZbr2DbWokNyrrEkOq 99twTNPhopT7BZSRbE2A6X+yeeMOA5ysplgM4= MIME-Version: 1.0 Received: by 10.227.27.214 with SMTP id j22mr5007402wbc.72.1285961939789; Fri, 01 Oct 2010 12:38:59 -0700 (PDT) Sender: aaron678@gmail.com Received: by 10.216.163.138 with HTTP; Fri, 1 Oct 2010 12:38:59 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Oct 2010 15:38:59 -0400 X-Google-Sender-Auth: Jukm4s7iWOR5peb7QoaSGcS8C6k Message-ID: Subject: Re: [Caml-list] specific ocaml software dependency question From: Aaron Bohannon To: Alexandre Pilkiewicz Cc: OCaml List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; ocaml:01 camlp:01 ocaml:01 camlp:01 lablgtk:01 coq:01 lablgtk:01 coq:01 compilation:01 beginner's:01 bug:01 beginners:01 wrote:01 compile:01 upenn:01 Thanks Alexandre! Well, it appears that, either due to openSUSE or our sys-admins, camlp4 is actually *not* part of the installation of OCaml 3.11 on our workstations. The need for GODI has always baffled me. There's plenty of OCaml software available in good system-wide package managers (e.g., macports, which I use on OS X), and, at the same time, there are always going to be *some* packages or software versions that are not in GODI and so I'll have to end up manually installing those anyway. If I use GODI too, then there would be at least three different places my OCaml software might be living, at which point I start getting confused. That being said, the OCaml packages on my office machine are sufficiently screwed up that starting from scratch with GODI may be my best option in this case. - Aaron On Fri, Oct 1, 2010 at 3:06 PM, Alexandre Pilkiewicz wrote: > Hi Aaron! > > If you have ocaml, you should have camlp4 since it's part of the > standard distribution. > > For all "manual" installation of common ocaml programs, you should > really look in the direction of godi (http://godi.camlcity.org). You > should be able to install lablgtk2 from here without big difficulties. > > Good luck anyways > > Alexandre > > 2010/10/1 Aaron Bohannon : >> Hi, I want to install Coq 8.3 + CoqIDE on my office's openSUSE Linux >> machine (to which I do not have root access). =A0It depends on camlp5, >> which was no problem for me to install in my home directory. =A0It also >> depends on lablgtk2, which our sys-admins have installed on our >> machines, but they or openSUSE must have screwed it up because >> "dlllablgtk2.so" is nowhere to be found (I've looked), and this causes >> my Coq compilation to fail. =A0I grudgingly decided to try to compile >> and install lablgtk2 myself in my home directory, but its "configure" >> script fails with the error "Cannot find camlp4o." =A0So I guess I need >> to find camlp4 now, but Google has been of no help -- when you search >> for camlp4, you only get pages talking about camlp5 (which, of course, >> used to be called camlp4). =A0This is seeming WAY harder than it should >> be. =A0Can anybody help? >> >> =A0- Aaron >> >> _______________________________________________ >> 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 >> >