Problems with regex, using 1.34.1 version but asking for 1.31
Hi all, I'm very newbie with boost and regex library. First I downloaded the latest version and compiled it for Visual Studio .NET 2003, the compilation went smooth but when I try to compile a minimal program it says: expressions_regulars fatal error LNK1104: cannot open file 'libboost_regex-vc71-sgd-1_31.lib'. I only have *1_34_1.lib files. Searching a bit more, I found the binary installer, so I removed everything from my manual compilation and installed it. When I try to compile, again the same message. I don't understand anything, any idea? Thanks to all!! -- Arnau _________________________________________________________________ Peek-a-boo FREE Tricks & Treats for You! http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us
Arnau Rebassa wrote:
Hi all,
I'm very newbie with boost and regex library. First I downloaded the latest version and compiled it for Visual Studio .NET 2003, the compilation went smooth but when I try to compile a minimal program it says:
expressions_regulars fatal error LNK1104: cannot open file 'libboost_regex-vc71-sgd-1_31.lib'.
I only have *1_34_1.lib files. Searching a bit more, I found the binary installer, so I removed everything from my manual compilation and installed it. When I try to compile, again the same message. I don't understand anything, any idea?
Well, if you have Boost-1.34.1 then it *will* look for the *1_34_1.lib files: my guess is you have an earlier version of Boost sitting on your hard drive and in your compilers include path? HTH, John.
participants (2)
-
Arnau Rebassa
-
John Maddock