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 FAA30786; Sat, 27 Jul 2002 05:38:31 +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 FAA30771 for ; Sat, 27 Jul 2002 05:38:30 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from boson.den.co.bbnow.net (rkcrk-154.den.co.bbnow.net [24.219.114.154]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g6R3cTX02887 for ; Sat, 27 Jul 2002 05:38:29 +0200 (MET DST) Received: (from issac@localhost) by boson.den.co.bbnow.net (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id g6R3baQ01136 for caml-list@inria.fr; Fri, 26 Jul 2002 21:37:36 -0600 Date: Fri, 26 Jul 2002 21:37:35 -0600 From: Issac Trotts To: OCaml Mailing List Subject: Re: FW: [Caml-list] Epeire 0.8 (graphical debugger) Message-ID: <20020726213735.A671@boson.den.co.bbnow.net> Mail-Followup-To: Issac Trotts , OCaml Mailing List References: <60D4BD663C99D311A83D00805FA65D244B8248@IDMC> <20020726005613.A499@boson.den.co.bbnow.net> <20020726092015.1dc86ffe.maxence.guesdon@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20020726092015.1dc86ffe.maxence.guesdon@inria.fr>; from maxence.guesdon@inria.fr on Fri, Jul 26, 2002 at 09:20:15AM +0200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Jul 26, 2002 at 09:20:15AM +0200, Maxence Guesdon wrote: > On Fri, 26 Jul 2002 00:56:13 -0600 > Issac Trotts wrote: > > > Here's the message the configure script gives me on my PC with Suse 7.2 > > Linux: > > > > configure: error: OCaml version 3.04 found ; version 3.04 or greater is needed > > > > Do I need to get the latest OCaml from CVS? > Yes. Or you can wait for the 3.05, coming soon (beginning of next week, i think). > I did not test with 3.04, but it could work. If you want to try, > change the following lien in the configure.in file: > AC_MSG_ERROR(OCaml version $OCAMLVERSION found ; version $OCAML_NEEDED or greater is needed) > and replace it with > AC_MSG_RESULT(OCaml version $OCAMLVERSION found ; version $OCAML_NEEDED or greater is needed) Ok, that helps, but there are still issues. After I edit configure.in, run autoconf and configure, here's the result: issac@boson:~/downloads/programming/ocaml/epeire-0.81 > make cd debugger && make all make[1]: Entering directory `/home/issac/downloads/programming/ocaml/epeire-0.81/debugger' Makefile:17: ocaml/config/Makefile: No such file or directory make[1]: *** No rule to make target `ocaml/config/Makefile'. Stop. make[1]: Leaving directory `/home/issac/downloads/programming/ocaml/epeire-0.81/debugger' make: *** [debugger_lib] Error 2 -- Issac Trotts www.issactrotts.net ------------------- 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