Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A7E5C3FE for ; Mon, 9 Sep 2013 07:27:06 +0000 (UTC) Received: (qmail 19075 invoked by uid 500); 9 Sep 2013 07:27:05 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 18991 invoked by uid 500); 9 Sep 2013 07:27:01 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 18962 invoked by uid 99); 9 Sep 2013 07:27:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 07:27:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tommaso.teofili@gmail.com designates 209.85.192.178 as permitted sender) Received: from [209.85.192.178] (HELO mail-pd0-f178.google.com) (209.85.192.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 07:26:53 +0000 Received: by mail-pd0-f178.google.com with SMTP id w10so5878485pde.9 for ; Mon, 09 Sep 2013 00:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Hx9LUxTqJtXAm7J5I+yFK4rRcxjrv68lnTg95twx8n4=; b=zMm+TCAu2s8eaiLS7vbM43d3Y/g1uOei3+qgxfwhWDptwwRm5AjibWZIn/cfTZmH3H 62EPOjIyvdNwdKBoquxkgVY9tXDxlxVifo8vMCLUcALYklCadSGJECDeee2dzzowko// lpYcLVMR8rvFIEJZDrA66bhYzVRkH2eIkwQ6wabUFsoloukqeWBUJNS7NJeimg/CV97C JPz2G0GOBCkqR7rspW0J0AxIODn6QNooonPOclB5gjeMtRmeD+bT8ONnxvmcv3/i/pnQ 6Zuso5T5Pg3bwIrwv+Onug6RAODFRmbEiLEqrkLdULBaaFn6IfyukKIj1Ie9LxPzeOVr 2JGA== X-Received: by 10.68.163.98 with SMTP id yh2mr17785159pbb.62.1378711592007; Mon, 09 Sep 2013 00:26:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.82.134 with HTTP; Mon, 9 Sep 2013 00:25:51 -0700 (PDT) From: Tommaso Teofili Date: Mon, 9 Sep 2013 09:25:51 +0200 Message-ID: Subject: hama pipes build To: dev@hama.apache.org Content-Type: multipart/alternative; boundary=047d7bacc7a4b07ff604e5ee4ec0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacc7a4b07ff604e5ee4ec0 Content-Type: text/plain; charset=ISO-8859-1 Hi all, when I try to build from trunk I get the following while trying to build the pipes module: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (make) on project hama-pipes: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "cmake" (in directory "/Users/teofili/Documents/workspaces/asf/hama/trunk/c++/target/native"): error=2, No such file or directory -> [Help 1] If I understand things correctly I miss the compiler on my computer, however it'd be good if we could skip that module if that cmake program is missing. Regards, Tommaso --047d7bacc7a4b07ff604e5ee4ec0--