[Bug 3666] New: vs05 build
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Wed May 28 21:30:46 EDT 2008
http://bugzilla.icculus.org/show_bug.cgi?id=3666
Summary: vs05 build
Product: Quake 3
Version: SVN HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: Misc
AssignedTo: zakk at icculus.org
ReportedBy: harshavsn at gmail.com
QAContact: quake3-bugzilla at icculus.org
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 ==========
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list