Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost library forward1.hpp - need help
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2011-04-28 03:28:15


mahmoud assaf wrote:
>To: boost-build_at_[hidden]
>Sent: Thu, April 28, 2011 6:40:52 AM
>Subject: [Boost-build] boost library forward1.hpp - need help
>
> i'm using the C++ boost libraries ..& i'm struggling with iteration macros' ..
>
># define BOOST_PP_ITERATION_PARAMS_1
>(3,(0,BOOST_FUNCTION_MAX_ARGS,</home/mahmoud/epocroot-pdk-3.0.i/oss+FCL+interim+sftools+linux_build.hg/imgtools/imglib/boostlibrary/boost/function/detail/function_iterate.hpp>))
>
>
># include BOOST_PP_ITERATE()
>
>this is the function.hpp file .. the macro BOOST_PP_ITERATION_PARAMS_1 should

>pass the path of function_iterate.hpp to the BOOST_PP_ITERATE() to iterate the

>forward1.hpp file ..
>
>the thing is .. by using this path .. i got that error
>fatal error: boost/preprocessor/iteration/detail/iter/forward1.hpp: No such file
>
>or directory
>
>i posted about it on codeguru & i asked around for it and i got this thought
>not to use sub directories ..
>so when i used this path
>/home/mahmoud/epocroot-pdk-3.0.i/oss+FCL+interim+sftools+linux_build.hg/imgtools/imglib/boostlibrary/boost/..
>
>
>it could see the forward1.hpp file but i got an error in it in the
>BOOST_PP_FILENAME_1 macro
>
>fatal error:
>/home/mahmoud/epocroot-pdk-3.0.i/oss+FCL+interim+sftools+linux_build.hg/imgtools/imglib/boostlibrary/boost/..:
>
> No such file or directory
>compilation terminated.
>
>now i don't know what to do .... i tried every thing i know .. i even tried out
>
>of despration to pass the hardcode path to the macro definition manually but
>nothing changed ..
>
>what am i missing ???
>any ideas ?

I suggest you ask this question in boost-users mailing list. This has nothing to
do with Boost.Build.

Regards,
Gevorg


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk