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 CD771BC57 for ; Wed, 14 Apr 2010 22:58:20 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvkCAHLJxUvRVd27kGdsb2JhbACPQYIBig4IFQEBAQEJCQwHEQMfrRKBcIYCLohNAQEDBYUIBA X-IronPort-AV: E=Sophos;i="4.52,206,1270418400"; d="scan'208";a="48912456" Received: from mail-qy0-f187.google.com ([209.85.221.187]) by mail2-smtp-roc.national.inria.fr with ESMTP; 14 Apr 2010 22:58:20 +0200 Received: by qyk17 with SMTP id 17so637211qyk.9 for ; Wed, 14 Apr 2010 13:58:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9aFXPuyOS3AZDeWkgfce5EmxbPp8YNQlJxCvv2IwtYg=; b=Apl3oC4CxerpkTpuRkMWz6OSLXbajgI6wlMsNpmyY5INAzpx1mQNbPqhXYwtXdR0n5 BwGODadzjDVXHiu7N8n598aCkOJwUhQqb0CPb/A0Ezs9WVeqV4jsoi8Q3t019i+CHcZc k/b+qYXs23rpIocPiq3xPtpKkxIJxdGq6GnVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rpk9kiCQnLK4vyyEl/bW7C82odyZUYhItMaTKwhfFXSAI62kyX21O44e/8N7Sm1sZi foO+yHp8CTCREuLhZnb/AdFcvSnDvP9gbnv1HBDklK2ypaUVxx+XJaL6l1QFUKzNxdPa TR7337ZUGTree3jiiOZc9Z4xfKEwOAA4tzEPU= MIME-Version: 1.0 Received: by 10.229.89.149 with HTTP; Wed, 14 Apr 2010 13:58:19 -0700 (PDT) In-Reply-To: References: <4BC5F330.4080908@lexifi.com> Date: Wed, 14 Apr 2010 16:58:19 -0400 Received: by 10.224.98.8 with SMTP id o8mr2814172qan.368.1271278699265; Wed, 14 Apr 2010 13:58:19 -0700 (PDT) Message-ID: Subject: Re: [Caml-list] Re: Building ocaml on Win32 using VS 2008 From: Lally Singh To: Sylvain Le Gall Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; ocaml:01 cygwin:01 vars:01 tweaking:01 makefile:01 le-gall:01 ocaml:01 frisch:01 frisch:01 lexifi:01 toolchain:01 beginner's:01 bug:01 46,:98 3.5:98 Ok, got it -- I had been running in cygwin/rxvt (but without the visual studio env vars), and had some artifacts from there. Untarring from the source tree again and doing it in a cmd.exe shell ala vcvars.bat seemed to do the trick (while also tweaking config/Makefile a bit more). Thanks everyone! On Wed, Apr 14, 2010 at 2:38 PM, Sylvain Le Gall wrot= e: > On 14-04-2010, Lally Singh wrote: >> Do you have a build procedure I could use? =A0My own attempts have been >> rather terrible so far :-( >> > > I can confirm that I have no particular problems building ocaml 3.11.2 > with MSVS 2008. > >> >> On Wed, Apr 14, 2010 at 12:54 PM, Alain Frisch = wrote: >>> On 14/04/2010 18:46, Lally Singh wrote: >>>> >>>> =A0 Has anyone had any success building ocaml on Win32 using VS 2008? >>> >>> We compile the win32 port with the Win7 SDK (Microsoft Windows SDK for >>> Windows 7 and .NET Framework 3.5 Service Pack 1). As far as I know, thi= s SDK >>> contains the same toolchain as VS 2008. And note that despite its name,= the >>> SDK is not related to Win7 at all: it works for older of Windows as wel= l. >>> > > Regards, > Sylvain Le Gall > > _______________________________________________ > 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 >