snowyu / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
1 stars 0 forks source link

Can't build r10471 with boost 1.57 #694

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows XP, with RC_1_0 I get the following message under mingw/msys when I 
issue the command: "b2 -q --without-python --toolset=gcc variant=release 
link=static runtime-link=static encryption=openssl logging=none geoip=static 
dht=on boost=source character-set=unicode boost-link=static 
-sBOOST_ROOT="C:\qBittorrent\boost_1_57_0" 
include="/c/QBITTORRENT/install_mingw/include" 
library-path="/c/QBITTORRENT/install_mingw/lib" -j 2 
--prefix="/c/QBITTORRENT/install_mingw""

Error:

BOOST_ROOT = C:\QBITTORRENT\boost_1_57_0
CXXFLAGS =
LDFLAGS =
OS = NT
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\feature.jam:139: in 
feature.feature from module feature
error: feature already defined:
error: in feature declaration:
error: feature "valgrind" : "on" : "optional" "propagated" "composite"
C:\QBITTORRENT\boost_1_57_0\libs\coroutine\build\Jamfile.v2:14: in modules.load 
from module Jamfile<C:\QBITTORRENT\boost_1_57_0\libs\coroutine\build>
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:311: in 
load-jamfile from module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:64: in load from 
module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:89: in 
load-used-projects from module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:75: in load from 
module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:89: in 
load-used-projects from module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:75: in load from 
module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src/build\project.jam:145: in 
project.find from module project
C:/QBITTORRENT/boost_1_57_0/tools/build/src\build-system.jam:535: in load from 
module build-system
C:\QBITTORRENT\boost_1_57_0\tools\build\src/kernel\modules.jam:289: in import 
from module modules
C:\QBITTORRENT\boost_1_57_0\tools\build\src/kernel/bootstrap.jam:139: in 
boost-build from module
C:\QBITTORRENT\boost_1_57_0\boost-build.jam:17: in module scope from module

Original issue reported on code.google.com by hammered...@gmail.com on 8 Nov 2014 at 5:44

GoogleCodeExporter commented 9 years ago
I forgot to mention that latest RC_0_16 builds fine with boost 1.57.

Original comment by hammered...@gmail.com on 8 Nov 2014 at 5:45

GoogleCodeExporter commented 9 years ago
fixed in RC_1_0 (I just renamed my boost-build feature called valgrind). thanks 
for the report!

Original comment by arvid.no...@gmail.com on 8 Nov 2014 at 9:26

GoogleCodeExporter commented 9 years ago
No problem. Fix confirmed.

Original comment by hammered...@gmail.com on 8 Nov 2014 at 11:18