$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] can't build an official example on eclipse
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-12-12 14:00:29
loveley wrote:
> well, I modified eclipse, in the project options, tab "C/C++ build/
> discovery options/ compiler invocation arguments" , and I added the
> -lboost_unit_test_framework options ... but in vain : nothing changed.
"Discovery options" affects how Eclipse CDT figures which include directories
your project uses. CDT uses that information for code completion. It does *not*
affect building.
> can anyone help me?
Did you read CDT docs? See the attached.
- Volodya