Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-05-04 13:26:20


Version 19 of "crc.zip" adds more compatibility fixes suggested by John
Maddock and Jens Maurer. It also brought a problem. You'll note that the
following test is commented out in "crc_test.cpp":

//=========================================================================
    crc_tester<16, 0x1021, 0xFFFF, 0, false, false>::master_test(
     "CRC-CCITT", std_crc_ccitt_result );
//=========================================================================

This is because I got the following error:

//=========================================================================
Link Error : undefined 'boost::detail::crc_table_t<16, 4129, 0>::table_'
(data)
Referenced from 'boost::detail::crc_table_t<16, 4129, 0>::init_table()' in
crc_test.cpp
//=========================================================================

The file compiled just fine; the error is at link-time. It started
happening when I first wrapped the testing functions as class-static member
functions. The other two tests are not affected. I have no idea what is
causing this problem. I'm using Metrowerks CodeWarrior Pro 5.3 for the Mac
OS.

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com

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