$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2005-05-26 11:58:12
David Abrahams wrote:
> > I am now trying to build the quick start with the VC71 IDE
> >
> > My current problem is this link error:
> > Linking...
> > LINK : fatal error LNK1104: cannot open file
> > 'libboost_wave-vc7-mt-gd-1_32.lib'
> >
> > Build log was saved at
> >
> "file://c:\data\Irx\Irx\Arx\Main\Source\Common\Boost\V_1_32\libs\wave\
> > sa
> > mples\quick_start\Debug\BuildLog.htm"
> > WaveQuickStart - 1 error(s), 0 warning(s)
> >
> >
> > The LIB I have available is 'libboost_wave-vc71-mt-gd-1_32.lib not
> > 'libboost_wave-vc7-mt-gd-1_32.lib'. I am not sure WHY the
> autolinking
> > is trying to hit the vc70 version of the lib since I am
> using VC71's IDE.
> >
> > (ANYONE HAVE ANY SUGGESTIONS?)
>
> I don't know; this looks like a possible misuse of the
> autolink system by Wave, or... maybe you need to
> force-rebuild your entire vc71 project? If you have any
> object files lying around that were build with vc70 you'll
> have the incorrect autolink references in them.
Wave uses the autolink feature as described in the docs. No misuse here, at
least I'm not aware of such.
Regards Hartmut