[
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: | Adrien <camaradetux@g...> |
| Subject: | Re: [Caml-list] any luck with camlimages for win32? |
Ian Garcia wrote: > > Did anybody ever manage to build camlimages for win32 (MSVC or MinGW) ? > > I'm sure this is the nth time somebody asks this but I couldn't find anything final on the web, and I got stuck trying to build it myself. > Thanks! Hi, I just tried on mingw+msys and it failed too: '.\dllci_jpeg.so' n'est pas reconnu en tant que commande interne ou externe, un programme ex‚cutable ou un fichier de commandes. make[1]: *** [libci_jpeg.a] Error 2 make[1]: Leaving directory `/home/Administrateur/camlimages-2.2/jpeg' make: *** [byt] Error 2 I'll dig into this. Btw, I have a couple of bug reports for ocaml under mingw (3.09 though) and one of them is because windows necessarilly has the .exe extension for applications and some makefiles expect them not to have these four extra characters. The problem may be similar. And also, I can't compile 0.7.x branch of camelia: only 0.6.x