* [Caml-list] Compiling OCaml 3.04 under Win+VC6
@ 2001-12-23 22:03 Warp
0 siblings, 0 replies; only message in thread
From: Warp @ 2001-12-23 22:03 UTC (permalink / raw)
To: OCaml
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-23 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-23 22:03 [Caml-list] Compiling OCaml 3.04 under Win+VC6 Warp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox