From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 459F2BC69 for ; Mon, 30 Jul 2007 10:58:36 +0200 (CEST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6U8vwGW004926 for ; Mon, 30 Jul 2007 10:58:09 +0200 Received: by py-out-1112.google.com with SMTP id u52so2715777pyb for ; Mon, 30 Jul 2007 01:57:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g0RRjJw4J/+IjNwNTvekYoNsq9OqGAeAPx9l/JoR2YKHRefUsvAx2Yh39riY+D+qEl0Akcinae1T9XyLtyJWFAbvwp72+zaF5zb9hMAAaB+v1UEFseeYaClLmnfZ7gEkTOiW/Z5pQ73pfzQkVImwUSnxikvF11+NbpR/A86+TSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F0RBvMG3TdgnOT7EeJWWZB/NjBC1xcODS/BG4CnWTERNZYuNdOz8FVF/QM+n3QqouD6ZwZc/vLkML8h0g1n2GJwWccpLQGA+J5OGZvAID0ST3eU6lU6IbRQTNGf3yh7vR/Sk63V0WmNAQ07pUobK2vUrsKN9SR0t2GaxYHuqizg= Received: by 10.35.87.8 with SMTP id p8mr9232529pyl.1185785876983; Mon, 30 Jul 2007 01:57:56 -0700 (PDT) Received: by 10.35.71.16 with HTTP; Mon, 30 Jul 2007 01:57:56 -0700 (PDT) Message-ID: <666572260707300157p3a29e08do719df550bf8ea24@mail.gmail.com> Date: Mon, 30 Jul 2007 10:57:56 +0200 From: Adrien To: "Ian Garcia" Subject: Re: [Caml-list] any luck with camlimages for win32? Cc: caml-list@inria.fr In-Reply-To: <68659ca20707291603o575308ccg72108ecb8c5e9e57@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <68659ca20707291603o575308ccg72108ecb8c5e9e57@mail.gmail.com> X-j-chkmail-Score: MSGID : 46ADA816.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 46ADA816.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlimages:01 camlimages:01 mingw:01 mingw:01 bug:01 ocaml:01 makefiles:01 so':98 wrote:01 compile:01 msvc:01 caml-list:01 btw:03 byt:03 ian:04 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 anyt= hing 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=82cutable 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