Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How can I pass path to my location of boost library and its version to mongo's scons script ?

Received: by 10.50.213.99 with SMTP id nr3mr6333922igc.2.1352119376158;
        Mon, 05 Nov 2012 04:42:56 -0800 (PST)
X-BeenThere: mongodb-dev@googlegroups.com
Received: by 10.50.140.37 with SMTP id rd5ls8386535igb.2.gmail; Mon, 05 Nov
 2012 04:42:55 -0800 (PST)
Received: by 10.50.0.148 with SMTP id 20mr6333882ige.3.1352119375172;
        Mon, 05 Nov 2012 04:42:55 -0800 (PST)
Received: by 10.50.0.146 with SMTP id 18msige;
        Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
Received: by 10.66.81.195 with SMTP id c3mr11530758pay.44.1351661713432;
        Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
Received: by 10.66.81.195 with SMTP id c3mr11530757pay.44.1351661713421;
        Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
Return-Path: <rus...@walkmind.com>
Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41])
        by gmr-mx.google.com with ESMTPS id m8si607745pav.2.2012.10.30.22.35.13
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.220.41 is neither permitted nor denied by best guess record for domain of rus...@walkmind.com) client-ip=209.85.220.41;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.220.41 is neither permitted nor denied by best guess record for domain of rus...@walkmind.com) smtp.mail=rus...@walkmind.com
Received: by mail-pa0-f41.google.com with SMTP id fa10so655136pad.28
        for <mongodb-dev@googlegroups.com>; Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
        d=google.com; s=20120113;
        h=date:from:x-priority:message-id:x-confirm-reading-to
         :disposition-notification-to:return-receipt-to:to:subject
         :mime-version:content-type:content-transfer-encoding
         :x-gm-message-state;
        bh=ndsyJn7ayeEbPbj6GW7E0JIK+THxtSiGQf2njHmqTfc=;
        b=JZe+zz+Gy7LUTPFpZUjyFNEuou87vq7B+W+ccEPy1n4Pky1k38qksK4dPBn4NiVWkR
         qihN0smlK44fSQ830L4Dppj83Dysgnw6X25LDIhI6JoFywnOTT8pY3ff46dThT4Y3+KV
         T+A3FitHGtAy7nEE1gn3ngrwzKS69tXXEPXQ5aSXShP05zEQQpuoxJb0RkA6WmURIuhU
         9x1/8ele3HjRtqBH7XsZ1MJL8Is2pcl5Lt+infMGWFXOmPjbLMDxL7IgBS6TT+7dTeii
         r270OYzVDrxNWzUONqr1kO2M1+KsK2jeH8N8OD0c0lGwUzu/PrLBRVFlDpw8ipclwT7y
         TaSQ==
Received: by 10.66.75.74 with SMTP id a10mr99125135paw.46.1351661713072;
        Tue, 30 Oct 2012 22:35:13 -0700 (PDT)
Return-Path: <rus...@walkmind.com>
Received: from home-pc (c-24-5-149-123.hsd1.ca.comcast.net. [24.5.149.123])
        by mx.google.com with ESMTPS id mz10sm1728688pbc.37.2012.10.30.22.35.11
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 30 Oct 2012 22:35:12 -0700 (PDT)
Date: Tue, 30 Oct 2012 22:35:06 -0700
From: Ruslan <rus...@walkmind.com>
X-Priority: 2 (High)
Message-ID: <1827919939.20121030223...@walkmind.com>
X-Confirm-Reading-To: rus...@walkmind.com
Disposition-Notification-To: rus...@walkmind.com
Return-Receipt-To: rus...@walkmind.com
To: mongodb-dev@googlegroups.com
Subject: How can I pass path to my location of boost library and its version to mongo's scons script ?
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Gm-Message-State: ALoCoQl7nRVAk4X4/wKpOHEeQ80tXbQBtPGLYiPlByMoC/tClNNMWGHozdpTghifMezlCWwBQO/+

How can I pass path to my location of boost library and its version to mongo's scons script ?

I'm trying to build it in Windows against Boost 1.51

I need to set version because TIME_UTC was renamed in latest version of boost and I get compile errors in src\mongo\util\time_support.cpp

Thanks!