|
From: Brian P. <bri...@tu...> - 2007-01-27 17:21:26
|
Alex Onik wrote: > Hello, > > I’m trying to compile Chromium 1.9 on WinXP using cygwin. I’m getting > the following error during make: > > . > > . > > . > > ------------------------------------------------------------------------------- > > Building tilesortspu.dll for WIN_NT (DEBUG) (STATE) (PACK) > > ------------------------------------------------------------------------------- > > Linking ../../built/tilesortspu/WIN_NT/tilesortspu.dll > > Creating library ../../built/tilesortspu/WIN_NT/tilesortspu.lib and > object .. > > /../built/tilesortspu/WIN_NT/tilesortspu.exp > > tilesortspu_client.obj : error LNK2019: unresolved external symbol > _crStateUseSe > > rverArrayElements referenced in function _tilesortspu_DrawElements@16 > > ../../built/tilesortspu/WIN_NT/tilesortspu.dll : fatal error LNK1120: 1 > unresolv > > ed externals > > make[3]: *** [../../built/tilesortspu/WIN_NT/tilesortspu.dll] Error 2 > > make[2]: *** [dep] Error 2 > > make[1]: *** [tilesort.subdir] Error 2 > > make: *** [spu.subdir] Error 2 > This was fixed in CVS a while ago. Either get Chromium from CVS, or add the following line (near line 57) to state_tracker/state_defs.py: crStateUseServerArrayElements See http://chromium.cvs.sourceforge.net/chromium/cr/state_tracker/state_defs.py?r1=1.22&r2=1.23 -Brian |