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=2.0 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 351B6BBAF for ; Sat, 28 Mar 2009 08:42:09 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcCAGtxzUnRVdulkWdsb2JhbACVRT8BAQEBCQkMBw+nWQeBAI9fAQMBA4N0BoUv X-IronPort-AV: E=Sophos;i="4.38,437,1233529200"; d="scan'208";a="25152121" Received: from mail-ew0-f165.google.com ([209.85.219.165]) by mail3-smtp-sop.national.inria.fr with ESMTP; 28 Mar 2009 08:42:08 +0100 Received: by ewy9 with SMTP id 9so1373454ewy.27 for ; Sat, 28 Mar 2009 00:42:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=mOd5S5M0q+hcHYFyyzYmefPD8931/W3PpU872CpGamA=; b=Vb9N2WQ8ZZr5OcGKaA7q0SjyM2mw3r3vsV8mEYZJEOV5eJYn+B595b5iMWmLt/lJ// cnKAG8DyTtNiHr/YMqAe6zbCH8dxMzyNDzyqmBm19M+ONnzQq7Qq1ux4hYoyecrJWg6+ GES1B1548UfxVGuvQg2bp3Ju2R2gPDHIsVe0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=opk+pcBy53/2qRjGmzWuVksRR/4EG2FIlpldoaEEn4QWR+z4R/Ff0ovggi1v+/mvm/ i+of68df8Dj7wVcwkc5LRZ1A3tDopEgIDofwO0fgvMUw4DhmSsek0XMyP+70PNA88cy8 lizVqFni+XiuZAa5ihXKsoEqr6noQw1kK6yaU= Received: by 10.210.39.8 with SMTP id m8mr2298934ebm.50.1238226128523; Sat, 28 Mar 2009 00:42:08 -0700 (PDT) Received: from ?192.168.1.10? (254.3.197-77.rev.gaoland.net [77.197.3.254]) by mx.google.com with ESMTPS id 10sm544219eyd.53.2009.03.28.00.42.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Mar 2009 00:42:08 -0700 (PDT) Message-ID: <49CDD4CE.9000209@gmail.com> Date: Sat, 28 Mar 2009 08:42:06 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Joel Reymont Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] ocaml + non-cygwin gtk+ on windows References: <33A277AE-5F1A-4E95-982A-559A6BB6D26F@gmail.com> In-Reply-To: <33A277AE-5F1A-4E95-982A-559A6BB6D26F@gmail.com> X-Enigmail-Version: 0.95.0 OpenPGP: id=F60AB8F5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 ocaml:01 gtk:01 ocaml:01 gtk:01 toolchain:01 mingw:01 lablgtk:01 caml-list:01 dlls:01 compiling:02 compiling:02 Joel Reymont a écrit : > Has anyone used ocaml and gtk+ to build non-cygwin app for windows? > > These would be gtk+ apps that don't require the x server. > > What toolchain did you use? > > Thanks, Joel Mingw flavour of OCaml is ok. The gtk DLLs are to be installed separately, as explained in lablgtk web page. Richard Jones has a demo: - compiling from fedora in a cross-compilation environment - compiling a full NSIS installer (including gtk environment), also from fedora Hoping this helps Matt