$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Cross compile Boost library (Thread, System) for PowerPC
From: Juraj Ivanèiæ (juraj.ivancic_at_[hidden])
Date: 2013-02-20 13:58:45
On 20.2.2013. 8:52, studywireless wrote:
> Then I tried to use the tag "include" in the b2 command. But then I get a
> error that the file cstddef is not found which is present in the directory
> /opt/ELDK/4.2/usr/include/c++/4.2.2. I think I am over writing the include
> path.
>
> What do you think is the problem ? Why can't my compiler find the file even
> if its present ? Help please.
Try running the build with -d+2 switch. This will display the exact
command line used for compilation. Include paths sent to the compiler
should shed some light what is wrong. Also -q (stop on first error)
might come handy.