Changes between Initial Version and Version 3 of Ticket #6885


Ignore:
Timestamp:
Jan 3, 2013, 5:06:16 PM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6885

    • Property Type BugsSupport Requests
    • Property Severity ProblemNot Applicable
  • Ticket #6885 – Description

    initial v3  
    11QNX qcc 4.4.2 shows as supported and tested on the boost.org website, but I have been having problems building all the projects on Windows (from .zip file) with QNX 6.5 SDK targeting x86.  The first change that helped compile 11 projects was as follows:
    22
     3
     4{{{
    35''In file tools\build\v2\tools\qcc.jam, in the “actions piecemeal archive” block, replace the line: ar rc "$(<)" "$(>)" with the following: ntox86-ar rc "$(<)" "$(>)"
    46''
     7}}}
     8
    59
    610I assume there is a better "fix" for ar ... but I'm uncertain what needs to change.
     
    812With the following bjam I get success, and the remaining projects failure.  Thread is used as an example, as it is trying to build win32 files.
    913
     14
     15{{{
    1016bjam -q --prefix=%DRIVE%\boost --build-type=minimal --build-dir=%DRIVE%\boostBuild_%BOOSTVER% --layout=system toolset=qcc target-os=qnxnto --variant=release link=static threading=multi runtime-link=shared --without-graph --without-graph_parallel --without-locale --without-mpi --without-python --without-regex --without-serialization --without-test --without-thread --without-wave install
    1117
     
    1319bjam -q --prefix=%DRIVE%\boost --build-type=minimal --build-dir=%DRIVE%\boostBuild_%BOOSTVER% --layout=system toolset=qcc target-os=qnxnto --variant=release link=static threading=multi runtime-link=shared --with-thread install
    1420
     21}}}
     22
    1523
    1624I get results like the following (again, thread as an example).  What am I doing wrong?
    1725
     26
     27{{{
    1828D:\boost_1_49_0>bjam -q --prefix=D:\boost --build-type=minimal --build-dir=D:\bo
    1929ostBuild_1_49_0 --layout=system toolset=qcc target-os=qnxnto --variant=release l
     
    117127
    118128D:\boost_1_49_0>
     129}}}