Boost logo

Boost Users :

Subject: Re: [Boost-users] [Reflextion] Please help me, i have trouble with reflextion
From: Jeremy Pack (rostovpack_at_[hidden])
Date: 2008-11-10 12:19:30


Nope. It doesn't appear to actually be running bjam. Is bjam in your path?
If not, set BOOST_BJAM_LOCATION to the actual location of bjam before
running the script.
Jeremy

On Mon, Nov 10, 2008 at 9:10 AM, Mario Chacon <the.masch_at_[hidden]> wrote:

> Hello:
> Is it right my test_redist output?
>
> ./test_redist.sh
> ++ echo Testing
> Testing
> ++ '[' -z BOOST_BJAM_LOCATION ']'
> +++ pwd
> ++ BOOST_SANDBOX_ROOT=/home/mchacon/Desktop/extension-reflection
> +++ pwd
> ++ BOOST_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ for f in libs/extension/examples libs/reflection/examples
> libs/reflection/test libs/extension/test
> ++ cd /home/mchacon/Desktop/extension-reflection/libs/extension/examples
> +++ pwd
> ++ echo /home/mchacon/Desktop/extension-reflection/libs/extension/examples
> /home/mchacon/Desktop/extension-reflection/libs/extension/examples
> ++ BOOST_SANDBOX_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ BOOST_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ for f in libs/extension/examples libs/reflection/examples
> libs/reflection/test libs/extension/test
> ++ cd /home/mchacon/Desktop/extension-reflection/libs/reflection/examples
> +++ pwd
> ++ echo /home/mchacon/Desktop/extension-reflection/libs/reflection/examples
> /home/mchacon/Desktop/extension-reflection/libs/reflection/examples
> ++ BOOST_SANDBOX_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ BOOST_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ for f in libs/extension/examples libs/reflection/examples
> libs/reflection/test libs/extension/test
> ++ cd /home/mchacon/Desktop/extension-reflection/libs/reflection/test
> +++ pwd
> ++ echo /home/mchacon/Desktop/extension-reflection/libs/reflection/test
> /home/mchacon/Desktop/extension-reflection/libs/reflection/test
> ++ BOOST_SANDBOX_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ BOOST_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ for f in libs/extension/examples libs/reflection/examples
> libs/reflection/test libs/extension/test
> ++ cd /home/mchacon/Desktop/extension-reflection/libs/extension/test
> +++ pwd
> ++ echo /home/mchacon/Desktop/extension-reflection/libs/extension/test
> /home/mchacon/Desktop/extension-reflection/libs/extension/test
> ++ BOOST_SANDBOX_ROOT=/home/mchacon/Desktop/extension-reflection
> ++ BOOST_ROOT=/home/mchacon/Desktop/extension-reflection
>
> Thank you
>
>
> On Sat, Nov 8, 2008 at 12:22 PM, Jeremy Pack <rostovpack_at_[hidden]> wrote:
>
>> Mario,
>>
>> I would highly recommend using bjam. If you downloaded the libraries from
>> http://boost-extension.blogspot.com, it should include the bjam source,
>> in the tools/jam directory.
>>
>> Otherwise, look in the Jamfile.v2 files included for the examples and make
>> sure that you use any of the GCC options listed there when you compile.
>>
>> Jeremy
>>
>>
>> On Fri, Nov 7, 2008 at 3:42 PM, Mario Chacon <the.masch_at_[hidden]> wrote:
>>
>>> Thank you for answer me, I do not have bjam to install, but I have jam, I
>>> do not know if I am doing well.
>>> Here is my output: with jam:
>>>
>>> [masch_at_pelotinux examples]$ cd ../test/
>>> [masch_at_pelotinux test]$ jam
>>> Jamfile: No such file or directory
>>> ...found 7 target(s)...
>>> [masch_at_pelotinux test]$ cd ../../
>>> config/ detail/ extension/ filesystem/ reflection/ regex/
>>> system/ test/
>>> [masch_at_pelotinux test]$ cd ../../re
>>> reflection/ regex/
>>> [masch_at_pelotinux test]$ cd ../../re
>>> reflection/ regex/
>>> [masch_at_pelotinux test]$ cd ../../reflection/examples/
>>> [masch_at_pelotinux examples]$ jam
>>> Jamfile: No such file or directory
>>> ...found 7 target(s)...
>>> [masch_at_pelotinux examples]$ cd ../test/
>>> [masch_at_pelotinux test]$ jam
>>> Jamfile: No such file or directory
>>> ...found 7 target(s)...
>>>
>>> I am using Fedora 10, I here it's my compiler info:
>>> [masch_at_pelotinux test]$ gcc --version
>>> gcc (GCC) 4.3.2 20081007 (Red Hat 4.3.2-6)
>>>
>>> Please let me know if you need more info.
>>>
>>> Thank you...
>>>
>>> On Fri, Nov 7, 2008 at 4:54 PM, Jeremy Pack <rostovpack_at_[hidden]>wrote:
>>>
>>>> Mario,
>>>> >Sorry to bother you again, I really need to fix it. Can you help me?
>>>>
>>>> >Salu2...
>>>>
>>>> Are you building with or without BJAM?
>>>>
>>>> Please run the following in the libs/extension example:
>>>>
>>>> cd extension/examples
>>>> bjam
>>>> cd ../test
>>>> bjam
>>>> cd ../../reflection/examples
>>>> bjam
>>>> cd ../test
>>>> bjam
>>>>
>>>> And send me the output.
>>>>
>>>> If you're not using bjam, you may need to set some preprocessor macros,
>>>> but I'll need to know which compiler you are using.
>>>>
>>>> Jeremy
>>>>
>>>>
>>>> _______________________________________________
>>>> Boost-users mailing list
>>>> Boost-users_at_[hidden]
>>>> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>>>>
>>>
>>>
>>> _______________________________________________
>>> Boost-users mailing list
>>> Boost-users_at_[hidden]
>>> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>>>
>>
>>
>> _______________________________________________
>> Boost-users mailing list
>> Boost-users_at_[hidden]
>> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>>
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net