|
From: Alex O. <in...@sc...> - 2007-01-29 01:28:18
|
Thank you for your response. It's good to have this information. I downloaded the latest from SourceForge, and it seems to have compiled an OK. Alex -----Original Message----- From: Brian Paul [mailto:bri...@tu...] Sent: Saturday, January 27, 2007 12:21 PM To: Alex Onik Cc: chr...@li... Subject: Re: [Chromium-users] Chromium 1.9 on WinXP compile problem 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 |