Boost logo

Boost :

From: Victor A. Wagner, Jr. (vawjr_at_[hidden])
Date: 2003-11-24 20:46:49


all the latest stuff supposedly....
--------------------my update.bat file ----------------
C:\Projects\boost>type update.bat
echo boost direct from CVS
echo off
date /T >> update.log
time /t >> update.log
:AGAIN
cvs -z9 update -A -P -d >> update.log
echo %errorlevel% >> update.log
rem if errorlevel 1 goto OOPS
call buildit
goto END
:OOPS
sleep 30
goto AGAIN
:END
echo "-------------------------------done----------------------------" >>
update.log
date /T >> update.log
time /t >> update.log
echo boost direct from CVS
date /T
time /t

==================== buildit.bat ==================================
C:\Projects\boost>type buildit.bat
echo ================== Starting Build =============================
date /T
time /t
bjam -sTOOLS=vc7.1 -sBUILD="debug release" >bjam.log
mgrep (('serror's)`('starget)`(skipped's)) bjam.log
bjam --v2 >bjamv2.log
mgrep (('serror's)`('starget)`(skipped's)) bjamv2.log
cd status
bjam -sTOOLS=vc7.1 -sBUILD="debug release" >status.log
mgrep (('serror's)`('starget)`(skipped's)) status.log
bjam --v2 >statusv2.log
mgrep (('serror's)`('starget)`(skipped's)) statusv2.log
cd ..
date /T
time /t

and this is my cvs\root
:ssh:vawjr_at_[hidden]:/cvsroot/boost

so....
latest stuff (or should be)

At Monday 2003-11-24 17:06, you wrote:
>On Mon, 24 Nov 2003 16:05:17 -0700, Victor A. Wagner, Jr. wrote
>
> > ok, here's my smallest test case that doesn't work. I did an update
> > shortly after receiving your email.
> > it would be nice to get rid of the warnings also, but the problem is
> > the undefined symbols for the link
>
>Did you recompile the library after the update (I'm assuming yes)? Also, are
>you using the 48 hour delayed CVS? I notice that that when I browse the
>build/Jamfile
>(http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/date_time/build/) it
>is showing the old Jamfile. If this is it maybe you can pull a more recent
>one off the boost_consulting site or I can send you one a bit later. Anyway,
>if you have the 1.10 version of the Jamfile it won't work...
>
>Jeff
>
>_______________________________________________
>Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk