Boost logo

Boost Users :

From: John Lucas (john.lucas_at_[hidden])
Date: 2005-06-15 06:59:07


RTFM. Many thanks - just building the libraries.

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of John Maddock
Sent: 15 June 2005 10:52
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] fatal error LNK1104: cannot
openfile'libboost_regex-vc71-sgd-1_32.lib'

> Build the libraries? I understand what that means. How do I do that?

Read the manual:

If regex is all you want to build, there are detailed instructions here:
http://www.boost.org/libs/regex/doc/install.html#vc
These are a little out of date and refer to vc6, but later versions use the
same process, just substitute the appropriate makefile name (vc71.mak
instead of vc6.mak).

Alternatively follow the Boost-wide getting started instructions here:
http://www.boost.org/more/getting_started.html#Preparation

Finally, as someone else suggested you can add the regex source files (in
libs/regex/src) directly to your project if you'd rather (you may end up
linking in things you don't actually need if you do this however), you will
need to define BOOST_REGEX_NO_LIB as a project wide define (under
preprocessor options in your IDE) to stop the auto-linking kicking in if you
go this route.

John.

_______________________________________________
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