On 5/29/07, Jose Ivey <[EMAIL PROTECTED]> wrote:
URL: <http://gna.org/bugs/?9237> Summary: errors on MSVC compile svn r1408 Project: Warzone Resurrection Project Submitted by: urbanvoyeur Submitted on: Tuesday 05/29/2007 at 22:46 Category: Build system Severity: 3 - Normal Priority: 5 - Normal Status: None Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any Release: svn Operating System: Microsoft Windows _______________________________________________________ Details: 1>strres.c 1>h:\document\programming\wz2100\wz_svn_trunk\lib\framework\strres.c(391) : error C2275: 'PHYSFS_file' : illegal use of this type as an expression 1> h:\document\programming\wz2100\devpkg-msvc\include\physfs.h(274) : see declaration of 'PHYSFS_file' 1>h:\document\programming\wz2100\wz_svn_trunk\lib\framework\strres.c(391) : error C2065: 'fileHandle' : undeclared identifier
I bet this again is a C99 feature with MSVC,move that line to the beginning of the function/begginning of the block will fix it.
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
