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 QAA27177; Sat, 14 Jul 2001 16:35:48 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA27183 for ; Sat, 14 Jul 2001 16:35:47 +0200 (MET DST) Received: from relay.rinet.ru (relay.rinet.ru [195.54.192.35]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f6EEZkf15151 for ; Sat, 14 Jul 2001 16:35:46 +0200 (MET DST) Received: (from uucp@localhost) by relay.rinet.ru (8.11.4/8.11.4) with UUCP id f6EEZjH06415 for caml-list@inria.fr; Sat, 14 Jul 2001 18:35:45 +0400 (MSD) X-Envelope-To: caml-list@inria.fr Received: from dialin1.stormoff (DIMA) [192.168.0.129] by stormoff with esmtp (Exim 2.05 #1 (Debian)) id 15LQO3-00064i-00; Sat, 14 Jul 2001 18:27:15 +0400 X-Comment-To: kyle.pierce@pcisys.net To: caml-list@inria.fr Subject: Re: [Caml-list] Making camlidl References: <200107132106.f6DL6U914354@leo.pcisys.net> From: Dmitry Bely Date: 14 Jul 2001 18:27:06 +0400 In-Reply-To: <200107132106.f6DL6U914354@leo.pcisys.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk kyle.pierce@pcisys.net writes: > A slight clarification to my earlier post... > > > However, I am having a terrible time getting camlidl built. I have GNU make > > and the cygwin utilities installed, as suggested in the readme file. I cannot > > get beyond the various problems I'm having with this. Would I have to > > do the build entirely within the cygwin environment, using bash? Or what? I > > would be grateful for any suggestions. Only working GNU "make" is necessary, if you do not plan to build ocaml COM objects, packed as DLL. In the latter case you will also need "bash" to run camlidldll script. Both "make" and "bash" are available as a part of free Cygwin environment (http://sources.redhat.com/cygwin). If you only need GNU make, you can forget about Cygwin and grab native Win32 GNU make from ftp://ftp.nanotech.wisc.edu/pub/khan/gnu-win32/mingw32/ports/make-3.77-mingw32.zip > I am using the native Win32 port of OCaml, not Cygwin. I plan to work in the > native Win32 environment (since I don't have a Linux box), and I am using the > wxWindows library with Visual C++ for GUI front-end coding. Absolutely no problem bulding camlidl in the very similar environment (WinNT 4.0 instead Win2000). Be sure that "make" is in you path and follow readme instructions. > Since camlidl is at least in part a Windows-oriented utility, my expectation > was that I would not have to make it from a bash console. I simply don't have > much experience with bash. Any pointers? Hope to hear from you soon, Dmitry ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr