We shouldn't need to include strings.h nor string.h in those files. they both include glheader.h which includes the string.h file.
Furthermore Mesa's imports.h provides wrappers for the various string functions, like _mesa_strlen(). Try removing those two #includes entirely and see how it goes. -Brian Original Message: ----------------- From: David Kesselring [EMAIL PROTECTED] Date: Tue, 17 May 2005 11:43:21 -0400 (EDT) To: [email protected] Subject: strings.h vs string.h I've found a few places where strings.h is included. When I use some versions of the gcc complier I get a 'file not found' error. I changed some to string.h and the compile is working ok. The files I changed were t_vp_build.c and main/texenvprogram.c. Should these be string.h or strings.h? David Kesselring Atmel MMC [EMAIL PROTECTED] 919-462-6587 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
