An easier way to solve this problem is to start a command processor with just the PATH environment you want and build. You can do this by creating a batch file which sets your path as appropriate and invoke the Make file from within the batch file. That is how I do all my regex builds. Then there is no reason to rename folders or fiddle around with the global PATHs under Windows.
Malcolm Smith wrote: > Yes, I renamed my BCB6 folder as an interim fix - all OK now. > > Malcolm Smith > Analyst Programmer > Comvision Pty Ltd > http://www.comvision.org > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Russell Hind > Sent: Tuesday, 18 March 2003 23:30 > To: [EMAIL PROTECTED] > Subject: [boost] Re: Regex and STLPMT.LIB > > > John Maddock wrote: >> >> It looks more likely that you actually compiled with Builder 6, as >> that ships with (and uses) that lib. >> > > I ran into this problem. Builder 6 puts itself at the head of the > path, > so when you run make (for building regex), I ended up building with > BCB6 make, and then tried linking it with a BCB5 project and hit this > exact problem. > > Russell > > > _______________________________________________ > Unsubscribe & other changes: > http://lists.boost.org/mailman/listinfo.cgi/boost > > _______________________________________________ > Unsubscribe & other changes: > http://lists.boost.org/mailman/listinfo.cgi/boost _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost