Browse thread
Building ocaml on Win32 using VS 2008
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Lally Singh <lally.singh@g...> |
| Subject: | Re: [Caml-list] Re: Building ocaml on Win32 using VS 2008 |
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 <sylvain@le-gall.net> wrote: > On 14-04-2010, Lally Singh <lally.singh@gmail.com> wrote: >> Do you have a build procedure I could use? My 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 <alain.frisch@lexifi.com> wrote: >>> On 14/04/2010 18:46, Lally Singh wrote: >>>> >>>> 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, this 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 well. >>> > > 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 >