From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 7C72CBC57 for ; Thu, 16 Dec 2010 17:05:53 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMAAC7ICU3RVdi2k2dsb2JhbACDZKBMCBUBAQEBCQkKCREEIKcgiTQ8ghgwD4RzLohXAQEDBYEcgzV0BIUghV0 X-IronPort-AV: E=Sophos;i="4.59,355,1288566000"; d="scan'208";a="84087558" Received: from mail-qy0-f182.google.com ([209.85.216.182]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-MD5; 16 Dec 2010 17:05:53 +0100 Received: by qyk36 with SMTP id 36so3307171qyk.6 for ; Thu, 16 Dec 2010 08:05:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=6Mw2kKZSGHIriVQ30jFf4nGTbYdyxO1Z8Ve9Xf39UAE=; b=Iz3hqEtBDXkvxfum9zwa7BLz2iaYK6IDUlp1PS4TO7IRQoOndeyZAG3FGZRhv2bP9y IrF4/1cugL766RXWsD3JWaboyQnAOBsgLXLxl3tVRCqkRhOg4LFbpi1hCKpqNjYttqLs kfBVzGHD6odwTk1RODwbNX1u1cU9/5ftB5+Sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Ppn+8Owi7+NPCUx2FbsoME3EqTtzAG34IqTQt4gHV/uJ6IG2t3uwTGt/sOZ/clO4zx 2m0Ph2wsDbVK1zdlZmhC07kbHD+z48yxQ6X2YWrvFHaCT9HtOanYZ0t+8mrBbJjR9pgK ASX4kcf5GDB+d/TXG23yGQPv/nHhCgJ1U0j58= Received: by 10.229.88.207 with SMTP id b15mr1823640qcm.34.1292515551914; Thu, 16 Dec 2010 08:05:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.26.129 with HTTP; Thu, 16 Dec 2010 08:05:31 -0800 (PST) In-Reply-To: <20101213153610.GA32467@aurora> References: <20101213153610.GA32467@aurora> From: Gregory Bellier Date: Thu, 16 Dec 2010 17:05:31 +0100 Message-ID: Subject: Re: [Caml-list] [ANN] Lwt 2.2.0 released To: =?UTF-8?B?SsOpcsOpbWllIERpbWlubw==?= Cc: caml-list@inria.fr Content-Type: text/plain; charset=UTF-8 X-Spam: no; 0.00; ocamlfind:01 ocamlc:01 stubs:01 stubs:01 exited:01 camlp:01 usr:01 lib:01 ocaml:01 camlp:01 usr:01 lib:01 ocaml:01 ocamldoc:01 ocamldoc:01 I can't build lwt 2.2.0 while I successfully built 2.1.1 Here is the error I got (no such file or directory), followed by my configuration : + ocamlfind ocamlc -c src/unix/lwt_unix_stubs.c In file included from src/unix/lwt_unix_stubs.c:39: src/unix/lwt_unix.h:28:16: error: ev.h: Aucun fichier ou dossier de ce type Command exited with code 2. Configuration: pkg_camlp4_extend: ............................. /usr/lib/ocaml/camlp4 pkg_camlp4_quotations_o: ....................... /usr/lib/ocaml/camlp4 pkg_camlp4_lib: ................................ /usr/lib/ocaml/camlp4 ocamldoc: ...................................... /usr/bin/ocamldoc pkg_threads: ................................... /usr/lib/ocaml pkg_bigarray: .................................. /usr/lib/ocaml pkg_unix: ...................................... /usr/lib/ocaml Enhanced toplevel: ............................. false SSL support: ................................... false React helpers: ................................. false build and install everything: .................. false Text mode utilities: ........................... false Unix support: .................................. true Glib integration: .............................. false Preemptive threads support: .................... true Asynchronous unix functions: ................... true OCamlbuild additional flags: ................... Compile with ocaml profile flag on.: ........... false Compile with ocaml debug flag on.: ............. true Remove a directory.: ........................... rm -rf Remove a file.: ................................ rm -f suffix_program: ................................ is_native: ..................................... true findlib_version: ............................... 1.2.4 PS documentation: .............................. $docdir PDF documentation: ............................. $docdir DVI documentation: ............................. $docdir HTML documentation: ............................ $docdir Documentation root: ............................ $datarootdir/doc/$pkg_name Man documentation: ............................. $datarootdir/man Locale-dependent data: ......................... $datarootdir/locale Info documentation: ............................ $datarootdir/info Read-only architecture-independent data: ....... $datarootdir Read-only arch-independent data root: .......... $prefix/share Object code libraries: ......................... $exec_prefix/lib Modifiable single-machine data: ................ $prefix/var Modifiable architecture-independent data: ...... $prefix/com Read-only single-machine data: ................. $prefix/etc Program executables: ........................... $exec_prefix/libexec System admin executables: ...................... $exec_prefix/sbin User executables: .............................. $exec_prefix/bin Install architecture-dependent files in dir: ... $prefix Install architecture-independent files dir: .... /usr/local systhread_supported: ........................... true default_executable_name: ....................... a.out ext_dll: ....................................... .so ext_lib: ....................................... .a ext_asm: ....................................... .s ext_obj: ....................................... .o model: ......................................... default native_c_compiler: ............................. gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT bytecomp_c_compiler: ........................... gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC standard_runtime: .............................. /usr/bin/ocamlrun standard_library: .............................. /usr/lib/ocaml standard_library_default: ...................... /usr/lib/ocaml ocaml_version: ................................. 3.11.1 ccomp_type: .................................... cc architecture: .................................. amd64 system: ........................................ linux os_type: ....................................... Unix Package version: ............................... 2.2.0 Package name: .................................. lwt ocamlbuild: .................................... /usr/bin/ocamlbuild ocamlopt: ...................................... /usr/bin/ocamlopt.opt ocamlc: ........................................ /usr/bin/ocamlc.opt ocamlfind: ..................................... /usr/bin/ocamlfind I: Running command 'ocaml discover.ml -ocamlc /usr/bin/ocamlc.opt -ext_obj .o' testing for fd passing: available testing for sched_getcpu: available testing for affinity getting/setting: available