Opened 16 years ago

Closed 16 years ago

#611 closed Support Requests (None)

Boost, VS2005 and WinCE

Reported by: nobody Owned by: nobody
Milestone: Component: Building Boost
Version: None Severity:
Keywords: Cc:

Description

I have tried to build Boost under VS2005 for the 
PocketPC 2003 SDK (ARM) by using files posted by 
other users, specifically by Reece Dunn. 

See below....any ideas?

jim@hewell.com

My command line...

bjam --v2 "-sTOOLS=msvc" "-sBUILD=release 
<windows>pocketpc2003 <charset>wide 
<architecture>arm4" install

I get the following errors...

C:/boost_build_ce/tools/build/v2/build\property.jam:26
5: in validate1 from module property
error: Invalid property '<architecture>': No value 
specified for feature 'architecture'.
C:/boost_build_ce/tools/build/v2/build\property.jam:27
3: in validate from module property
C:/boost_build_ce/tools/build/v2/build\property.jam:28
1: in property.validate-property-sets from module 
property
C:/boost_build_ce/tools/build/v2/build\toolset.jam:103
: in flags from module toolset
C:/boost_build_ce/tools/build/v2/tools\midl.jam:142: 
in load from module midl
C:\boost_build_ce\tools\build\v2
\kernel\modules.jam:259: in import from module modules
C:/boost_build_ce/tools/build/v2/tools\msvc.jam:21: 
in load from module msvc
C:\boost_build_ce\tools\build\v2
\kernel\modules.jam:259: in import from module modules
C:/boost_build_ce/tools/build/v2/build\toolset.jam:25:
 in using from module toolset
C:\boost_build_ce\tools\build\v2\user-config.jam:29: 
in modules.load from module user-config
C:/boost_build_ce/tools/build/v2\build-
system.jam:115: in load from module build-system
C:\boost_build_ce\tools\build\v2
\kernel\modules.jam:259: in import from module modules
C:\boost_build_ce\tools\build\v2
\kernel\bootstrap.jam:153: in boost-build from module
C:\boost_build_ce\tools\build\v2\boost-build.jam:2: 
in module scope from module



Change History (2)

comment:1 by msclrhd, 16 years ago

Logged In: YES 
user_id=761714

You need an up-to-date version of Boost.Build V2 that
provides the architecture feature in builtin.jam. I have
updated builtin.jam and msvc.jam, and have added a new
msplatformsdk.jam file -- all available at
www.reece-dunn.co.uk. Those contain the current effort in
WinCE support, better compiler option mapping and C++/CLI
support. Feedback always welcome - especially via the
boost-build mailing list.

- Reece

comment:2 by msclrhd, 16 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.