From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA09209; Tue, 8 Oct 2002 10:32:15 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA09348 for ; Tue, 8 Oct 2002 10:32:14 +0200 (MET DST) Received: from chimta02.algx.net (chimta02.algx.net [216.99.233.77]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g988WDD20097 for ; Tue, 8 Oct 2002 10:32:13 +0200 (MET DST) Received: from d97.focal10.interaccess.com (d97.focal10.interaccess.com [207.208.141.97]) by chimmx02.algx.net (iPlanet Messaging Server 5.1 HotFix 1.4 (built Aug 5 2002)) with SMTP id <0H3N00JAVMBSGI@chimmx02.algx.net> for caml-list@inria.fr; Tue, 08 Oct 2002 03:31:13 -0500 (CDT) Date: Tue, 08 Oct 2002 08:32:32 +0000 (GMT) From: olczyk@interaccess.com (Thaddeus L. Olczyk) Subject: [Caml-list] Problems compiling chameleon. To: Ocaml Reply-to: olczyk@interaccess.com Message-id: <3da397a7.41285500@smtp.interaccess.com> Organization: stickit@nospammers.com MIME-version: 1.0 X-Mailer: Forte Agent 1.5/32.451 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Apologies. I posted this to the beginners list about four days ago. Since then one person posted that he was having the same problem. I also recieved a couple of emails. So I thought I would post here. I've encountered some problems compiling chameleon on Windows. here is where I am at now. 1) I placed the gtk libraries in e:/ObjectiveCaml/bin. 2) I installed lablgtk in e:/ObjectiveCaml/lablgtk. 3) I execute the madatory "configure" command. 4) I execute the command: make depend. At this point problems sort of spread out. I cannot remember what library was missing from the distribution, but I got an error message about a mising library. When I check for this library it is in the e:/ObjectiveCaml/lib directory and should have been found. So I look at master make and find a bunch of environmental variables inititialized the cygwin way, and one initialized e:\ObjectCaml\lib. So I change this to /cygdrive/e/ObjectiveCaml/lib. Now make depends fails to find "pa_extend.cmo" in the command: ocamldep -pp camlp4r *.ml* > .depend I replace all occurances of /cygdrive/e/ObjectiveCaml with e:/ObjectiveCaml and use / as the path seperator ( legal in Windows). That didn't help any. Suggestions? ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners