caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Warp" <warplayer@free.fr>
To: "OCaml" <caml-list@inria.fr>
Subject: [Caml-list] Compiling OCaml 3.04 under Win+VC6
Date: Sun, 23 Dec 2001 23:03:37 +0100	[thread overview]
Message-ID: <003b01c18bfd$ac4feb30$91b00d50@warp> (raw)

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

Hello
I got some problems compiling under Windows and VC6 :
- for win32unix, the include path declared in config/Makefile.nt as SYSTEM_INCLUDES should be a copy of INCLUDE environment variable, defined by VCVARS32.bat. I needed to set it to the good path.
- problems building camlp4 : it seems that the $(MAKE) is switching to standard GCC "make", which is in the "program files\gcc\bin" directory on my system ( I know that spaces in paths are not a good idea, but..... ). So we got that :

    cd ../camlp4; c:/program files/gcc/bin/make.exe OTOP=../../.. CAMLP4=../meta/camlp4r.exe .....
c:/program : not found

so I have to replace $(MAKE) by only 'make' because I didn't find where does that MAKE come from ( under Win32, filespath should be put between quotation marks ( "c:/program files/gcc/bin/make.exe" ).

---

Using the generated ml files ( opcodes, parser, config, etc... ), I managed to build the byterun system under VC6 using CamlMake.

Warp

[-- Attachment #2: Type: text/html, Size: 1841 bytes --]

                 reply	other threads:[~2001-12-23 22:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003b01c18bfd$ac4feb30$91b00d50@warp' \
    --to=warplayer@free.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).