Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8871DF07 for ; Mon, 4 Mar 2013 18:23:22 +0000 (UTC) Received: (qmail 82270 invoked by uid 500); 4 Mar 2013 18:23:22 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 82242 invoked by uid 500); 4 Mar 2013 18:23:22 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 82234 invoked by uid 99); 4 Mar 2013 18:23:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 18:23:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bmahler@twitter.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 18:23:16 +0000 Received: by mail-qa0-f44.google.com with SMTP id bv4so1358721qab.17 for ; Mon, 04 Mar 2013 10:22:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=twitter.com; s=google; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=WP7P/xbha8vjPNuj4g0jgnLR+4JL+TdQ2ia2X8A8ltA=; b=e7+7dehGW/tTtA5ryGnUHS5K0FBvCjaVnMrFkmCuscpHizrR7oMYcmaLiWi4u2O7yE 6e2C22Fk7sxf00wTF+r/3lsG8CzljQ2K3aL3709jtUtqrN+bYQLalkpeP7Db5OsgVIuD yirwKeahvCyHPwXJMek8iAYQgeH7196qgrCb8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=WP7P/xbha8vjPNuj4g0jgnLR+4JL+TdQ2ia2X8A8ltA=; b=k9HRRXZJXwFuDaU8vzB2u2WRuhrYdgvgCrQ/MKeHB0AJf/OowXCKOm3nshv0nYjWJQ 2clRGRtbaAvJfr8MOeQffxzvPlZYrz7Ft/MDmOnpjBnQ1xjHjhNhlPoz5GLo2Lueza6N m12plofepiB7a1sbsn3+AJUiuPjISoYuzFwLvT7rPwDeaASBJ9d+84bCM/GVtadzsaSy vub5UUCvbJMYqlf/wawBONUwnkUWtm8557B8wLuVxSBu9w9YLYbVUiyYPHutlGh5irIj cDzOmiuYLaViBSkKWh5+bGDUG7jaxxHJbKguFIpODdDj3JTAeRecr1VOARV2PFNgoxpg BzBA== X-Received: by 10.224.78.196 with SMTP id m4mr7488303qak.67.1362421375307; Mon, 04 Mar 2013 10:22:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.49.27.231 with HTTP; Mon, 4 Mar 2013 10:22:35 -0800 (PST) In-Reply-To: References: <1362335131.9252.YahooMailNeo@web120605.mail.ne1.yahoo.com> From: Benjamin Mahler Date: Mon, 4 Mar 2013 10:22:35 -0800 Message-ID: Subject: Re: Problem with mesos-0.12 when running the command make To: "mesos-dev@incubator.apache.org" Cc: Sotiris Orfanou Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkHuJgZYACFSF10/f9RQ7i9lc8kEIVoPLGohVwMBZ2Q1zd25x67pSZ29zoSZok7c+qAiYa6 X-Virus-Checked: Checked by ClamAV on apache.org Also, are you compiling from a release or trunk? On Mon, Mar 4, 2013 at 10:18 AM, Vinod Kone wrote: > Hi Sotiris, > > Could you let us know what OS (kernel version) and compiler version you are > using? > > Thanks, > > > @vinodkone > > > On Sun, Mar 3, 2013 at 10:25 AM, Sotiris Orfanou wrote: > >> Hi, >> I am trying to install mesos on my computer, but when I use the command >> make I get this output and it stops: >> >> ../../src/files/files.cpp:278: >> 56: error: no matching function for call to 'min(ssize_t&, long int)' >> ../../src/files/files.cpp:278:56: note: candidates are: >> /usr/include/c++/4.6/bits/stl_algobase.h:187:5: note: template >> const _Tp& std::min(const _Tp&, const _Tp&) >> /usr/include/c++/4.6/bits/stl_algobase.h:233:5: note: template> class _Compare> const _Tp& >> std::min(const _Tp&, const _Tp&, _Compare) >> make[2]: *** [files/libmesos_no_third_party_la-files.lo] Error 1 >> make[2]: Leaving directory >> `/home/sotiris/Desktop/spark-0.6.2/mesos/build/src' >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory >> `/home/sotiris/Desktop/spark-0.6.2/mesos/build/src' >> make: *** [all-recursive] Error 1 >> >> What I have done so far: >> 1)I downloaded mesos with this command: >> >> git clone git://github.com/apache/mesos.git >> >> 2)Then >> I follow the steps of the readme file which is in the folder.I also use >> ./bootstrap before creating the directory build.After that,I run the >> command ../configure and it finishes without errors.However when I run >> make it stops with the above error.