From: Brian P. <bri...@tu...> - 2005-10-06 15:18:35
|
I've checked in a fix for that. -Brian Maciej Donotek wrote: > Printouts below. I used cvs state for build with one exception I took > tilesortspu_pixels.c revision: 1.52 instead of latest revision: 1.53. > With revision 1.53 it is not compiling at all. With 1.52 it can be built > with THREADSAFE = off but breaks with THREADSAFE = on (what I really need). > > -- > Best regards > Maciej > > ------------------------------------------------------------------------------- > Building tilesortspu.dll for WIN_NT (DEBUG) (THREADSAFE) > (STATE) (PACK) > ------------------------------------------------------------------------------- > [...] [Compiling is ok] > > Linking ../../built/tilesortspu/WIN_NT/tilesortspu.dll > Creating library ../../built/tilesortspu/WIN_NT/tilesortspu.lib and > object .. > /../built/tilesortspu/WIN_NT/tilesortspu.exp > tilesortspu_pixels.obj : error LNK2001: unresolved external symbol > __PackerTSD > ../../built/tilesortspu/WIN_NT/tilesortspu.dll : fatal error LNK1120: 1 > unresolv > ed externals > make[2]: *** [../../built/tilesortspu/WIN_NT/tilesortspu.dll] Error 2 > make[1]: *** [dep] Error 2 > make: *** [tilesort.subdir] Error 2 > |