Bug 3666 - vs05 build
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Windows XP
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-05-28 21:30 EDT by harsha
Modified: 2008-07-05 19:03:48 EDT
0 users

See Also:



Description harsha 2008-05-28 21:30:41 EDT
I get this output when trying to build q3 using the msvc solution file.  It seems to have a problem with the Q3_VERSION_PRODUCT_NAME variable in q_shared.h

All these errors are when that variable is used.  



1>------ Build started: Project: quake3, Configuration: Release Win32 ------
1>Compiling...
1>sys_main.c
1>..\..\code\sys\sys_main.c(494) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>..\..\code\sys\sys_main.c(494) : error C2059: syntax error : ')'
1>common.c
1>..\..\code\qcommon\common.c(2508) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>..\..\code\qcommon\common.c(2508) : error C2059: syntax error : ')'
1>..\..\code\qcommon\common.c(2616) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>..\..\code\qcommon\common.c(2616) : error C2059: syntax error : ')'
1>cl_curl.c
1>..\..\code\client\cl_curl.c(271) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>cl_console.c
1>..\..\code\client\cl_console.c(621) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>..\..\code\client\cl_console.c(621) : error C2059: syntax error : ')'
1>..\..\code\client\cl_console.c(626) : warning C4047: 'function' : 'int' differs in levels of indirection from 'char [6]'
1>..\..\code\client\cl_console.c(626) : warning C4024: 'SCR_DrawSmallChar' : different types for formal and actual parameter 3
1>..\..\code\client\cl_console.c(626) : error C2146: syntax error : missing ')' before identifier 'PRODUCT_VERSION'
1>..\..\code\client\cl_console.c(626) : error C2059: syntax error : ')'
1>Generating Code...
1>Build log was saved at "file://c:\Documents and Settings\Harsha\Desktop\ioq3\build\quake3_release\BuildLog.htm"
1>quake3 - 11 error(s), 2 warning(s)
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
Comment 1 Tim Angus 2008-07-05 19:03:48 EDT
As far as I know this was fixed in r1367.