freesci-develop
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [freesci-develop] Building Glutton on VC 6


From: Matt
Subject: Re: [freesci-develop] Building Glutton on VC 6
Date: Wed, 24 Sep 2003 22:10:01 -0700 (PDT)

On Wed, 24 Sep 2003, Chris Kennedy wrote:

> Hey guys...It's been this way for a while....and this is kinda long. Should
> I *remove* these files from the project when compiling?

I have honestly lost count of how many times I have explained what to do
to et this compiling. Yes, you have to remove the savegame and sound files
and add some new sound files.  If you read the compiler errors, they tell
what to do. I figured this stuff out on my own by reading the VC++ help on
the compile errors in question. Please do the same, even if you have no
coding experience. If you don't have coding experience, your usage of
glutton will not be very fruitful anyways, in my opinion.

In the meantime, VC++ 2003 projects for glutton are now in CVS and can be
used as a reference if you still have trouble for some reason. I d on't
have VC++ 6 installed, nor do I plan to do any further work in that
version unless absolutely necessary.


>
> --------------------Configuration: fsci_dll - Win32
> Release--------------------
> Compiling...
> savegame.c
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(68) : warning C4244:
> '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(121) : warning C4244:
> '=' : conversion from 'long ' to 'short ', possible loss of data
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(132) : warning C4244:
> '=' : conversion from 'long ' to 'short ', possible loss of data
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(161) : error C2143:
> syntax error : missing ')' before '*'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(161) : error C2081:
> 'hunk_block_t' : name in formal parameter list illegal
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(161) : error C2143:
> syntax error : missing '{' before '*'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(161) : error C2059:
> syntax error : ')'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(163) : error C2143:
> syntax error : missing ')' before '*'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(163) : error C2081:
> 'hunk_block_t' : name in formal parameter list illegal
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(163) : error C2143:
> syntax error : missing '{' before '*'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(163) : error C2059:
> syntax error : 'type'
> D:\My Documents\Freesci\freesci\src\engine\savegame.c(163) : error C2059:
> syntax error : ')'
> savegame.cfsml(502) : warning C4133: 'function' : incompatible types - from
> 'struct _gfxw_container_widget ** ' to 'struct _gfxw_widget ** '
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct _gfxw_container_widget ** ' to 'struct _gfxw_widget ** '
> savegame.cfsml(508) : warning C4047: 'function' : 'int *' differs in levels
> of indirection from 'void ** '
> savegame.cfsml(508) : warning C4024: '_cfsml_write_int' : different types
> for formal and actual parameter 2
> savegame.cfsml(511) : warning C4047: 'function' : 'int *' differs in levels
> of indirection from 'void ** '
> savegame.cfsml(511) : warning C4024: '_cfsml_write_int' : different types
> for formal and actual parameter 2
> savegame.cfsml(749) : warning C4047: 'function' : 'int *' differs in levels
> of indirection from 'void ** '
> savegame.cfsml(749) : warning C4024: '_cfsml_read_int' : different types for
> formal and actual parameter 2
> savegame.cfsml(749) : warning C4047: 'function' : 'int *' differs in levels
> of indirection from 'void ** '
> savegame.cfsml(749) : warning C4024: '_cfsml_read_int' : different types for
> formal and actual parameter 2
> savegame.cfsml(487) : error C2039: 'save_dir' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(487) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(490) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(499) : error C2039: 'sound_object' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(499) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(520) : warning C4133: 'function' : incompatible types - from
> 'struct _gfxw_visual ** ' to 'struct _gfxw_widget ** '
> savegame.cfsml(532) : error C2065: 'MAX_HUNK_BLOCKS' : undeclared identifier
> savegame.cfsml(492) : warning C4013: 'write_hunk_block' undefined; assuming
> extern returning int
> savegame.cfsml(492) : error C2039: 'hunk' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(498) : error C2039: 'acc' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(498) : error C2198: '_cfsml_write_gint16' : too few actual
> parameters
> savegame.cfsml(501) : error C2039: 'amp_rest' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(501) : error C2198: '_cfsml_write_gint16' : too few actual
> parameters
> savegame.cfsml(504) : error C2039: 'prev' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(504) : error C2198: '_cfsml_write_gint16' : too few actual
> parameters
> savegame.cfsml(507) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(507) : warning C4024: 'write_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(510) : error C2039: 'stack_handle' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(510) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(513) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(516) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(519) : error C2039: 'global_vars' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(519) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(498) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(492) : error C2039: 'clone_list' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(492) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(498) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(498) : error C2198: '_cfsml_write_int' : too few actual
> parameters
> savegame.cfsml(501) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(501) : error C2198: '_cfsml_write_int' : too few actual
> parameters
> savegame.cfsml(504) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(504) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(507) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : error C2039: 'save_dir' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : error C2039: 'sound_object' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct _gfxw_visual ** ' to 'struct _gfxw_widget ** '
> savegame.cfsml(715) : warning C4013: 'read_hunk_block' undefined; assuming
> extern returning int
> savegame.cfsml(715) : error C2039: 'hunk' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : error C2039: 'acc' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_gint16' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'amp_rest' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_gint16' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'prev' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_gint16' : too few actual
> parameters
> savegame.cfsml(749) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(749) : warning C4024: 'read_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(749) : error C2039: 'stack_handle' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : error C2039: 'global_vars' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(715) : error C2039: 'clone_list' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(715) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(715) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(715) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'int *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_int' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'int *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_int' : too few actual
> parameters
> savegame.cfsml(764) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(764) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(765) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(498) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(504) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(565) : warning C4244: '=' : conversion from 'long ' to
> 'unsigned char ', possible loss of data
> savegame.cfsml(466) : error C2039: 'heappos' : is not a member of 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(466) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(469) : error C2039: 'localvar_offset' : is not a member of
> 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(469) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(472) : error C2039: 'export_table_offset' : is not a member
> of 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(472) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(475) : error C2039: 'synonyms_offset' : is not a member of
> 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(475) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'heappos' : is not a member of 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'localvar_offset' : is not a member of
> 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'export_table_offset' : is not a member
> of 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'synonyms_offset' : is not a member of
> 'script_t'
>         ..\include\vm.h(177) : see declaration of 'script_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(469) : error C2039: 'class_offset' : is not a member of
> 'class_t'
>         ..\include\vm.h(119) : see declaration of 'class_t'
> savegame.cfsml(469) : error C2198: '_cfsml_write_int' : too few actual
> parameters
> savegame.cfsml(749) : error C2039: 'class_offset' : is not a member of
> 'class_t'
>         ..\include\vm.h(119) : see declaration of 'class_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'int *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: '_cfsml_read_int' : too few actual
> parameters
> savegame.cfsml(466) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(469) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(472) : error C2039: 'pc' : is not a member of 'exec_stack_t'
>         ..\include\vm.h(357) : see declaration of 'exec_stack_t'
> savegame.cfsml(472) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(475) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(475) : warning C4024: 'write_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(492) : error C2039: 'variables' : is not a member of
> 'exec_stack_t'
>         ..\include\vm.h(357) : see declaration of 'exec_stack_t'
> savegame.cfsml(492) : error C2198: 'write_heapptr' : too few actual
> parameters
> savegame.cfsml(504) : warning C4133: 'function' : incompatible types - from
> 'unsigned char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : error C2039: 'pc' : is not a member of 'exec_stack_t'
>         ..\include\vm.h(357) : see declaration of 'exec_stack_t'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(749) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(749) : warning C4024: 'read_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(715) : error C2039: 'variables' : is not a member of
> 'exec_stack_t'
>         ..\include\vm.h(357) : see declaration of 'exec_stack_t'
> savegame.cfsml(715) : warning C4133: 'function' : incompatible types - from
> 'char *' to 'unsigned short *'
> savegame.cfsml(715) : warning C4133: 'function' : incompatible types - from
> 'int *' to 'char *'
> savegame.cfsml(715) : error C2198: 'read_heapptr' : too few actual
> parameters
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'unsigned char *' to 'unsigned short *'
> savegame.cfsml(565) : warning C4244: '=' : conversion from 'long ' to 'short
> ', possible loss of data
> savegame.cfsml(466) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(469) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(469) : warning C4024: 'write_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(472) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(472) : warning C4024: 'write_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(749) : warning C4133: 'function' : incompatible types - from
> 'struct reg_t *' to 'unsigned short *'
> savegame.cfsml(749) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(749) : warning C4024: 'read_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(749) : warning C4047: 'function' : 'unsigned short *' differs
> in levels of indirection from 'struct reg_t ** '
> savegame.cfsml(749) : warning C4024: 'read_heapptr' : different types for
> formal and actual parameter 2
> savegame.cfsml(491) : error C2143: syntax error : missing ')' before '*'
> savegame.cfsml(491) : error C2081: 'hunk_block_t' : name in formal parameter
> list illegal
> savegame.cfsml(491) : error C2143: syntax error : missing '{' before '*'
> savegame.cfsml(491) : error C2059: syntax error : ')'
> savegame.cfsml(492) : error C2054: expected '(' to follow 'foo'
> savegame.cfsml(28) : error C2143: syntax error : missing ')' before '*'
> savegame.cfsml(28) : error C2081: 'hunk_block_t' : name in formal parameter
> list illegal
> savegame.cfsml(28) : error C2143: syntax error : missing '{' before '*'
> savegame.cfsml(28) : error C2059: syntax error : 'type'
> savegame.cfsml(28) : error C2059: syntax error : ')'
> savegame.cfsml(1027) : error C2039: 'heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(1027) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(1066) : error C2039: 'sound_server' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(1067) : error C2039: 'sound_server' : is not a member of
> '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(1095) : error C2039: '_heap' : is not a member of '_state'
>         ..\include\engine.h(83) : see declaration of '_state'
> savegame.cfsml(1095) : fatal error C1003: error count exceeds 100; stopping
> compilation
> event_ss_win32.c
> ..\include\sfx_iterator.h(36) : warning C4005:
> 'SCI_MIDI_TIME_EXPANSION_LENGTH' : macro redefinition
>         ..\include\sound.h(222) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\sfx_iterator.h(99) : error C2011: '_song_iterator' : 'struct'
> type redefinition
> ..\include\sfx_songlib.h(46) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\sfx_songlib.h(61) : error C2040: 'songlib_t' : 'struct songlib_t
> ' differs in levels of indirection from 'struct _song ** '
> ..\include\sfx_songlib.h(68) : warning C4030: first formal parameter list
> longer than the second list
> ..\include\sfx_songlib.h(68) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\sfx_songlib.h(68) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\sfx_songlib.h(102) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\sfx_songlib.h(118) : warning C4030: first formal parameter list
> longer than the second list
> ..\include\sfx_songlib.h(118) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\event_ss_win32.c(337) : warning
> C4047: '==' : 'unsigned int ' differs in levels of indirection from 'void *'
> polled_ss.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(70) : error C2115: '='
> : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(95) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(99) : error C2039:
> 'resetflag' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(124) : error C2039:
> 'pos' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(129) : error C2039:
> 'data' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(129) : error C2039:
> 'pos' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\polled_ss.c(129) : fatal error
> C1903: unable to recover from previous error(s); stopping compilation
> polled_ss_sdl.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> polled_ss_win32.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\polled_ss_win32.c(116) : warning
> C4013: 'pcmout_open' undefined; assuming extern returning int
> sound.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\sound.c(319) : error C2039: 'data'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(322) : error C2039: 'size'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(325) : error C2039:
> 'shared' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(327) : error C2039: 'pos'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(328) : error C2039:
> 'loopmark' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(329) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(330) : error C2039:
> 'maxfade' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(331) : error C2039:
> 'loops' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(334) : error C2039:
> 'reverb' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(335) : error C2039:
> 'resetflag' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(337) : error C2039:
> 'instruments' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(337) : error C2198:
> 'memset' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(338) : error C2039:
> 'velocity' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(338) : error C2198:
> 'memset' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(339) : error C2039:
> 'pressure' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(339) : error C2198:
> 'memset' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(340) : error C2039:
> 'pitch' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(340) : error C2198:
> 'memset' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(341) : error C2039:
> 'channel_map' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(341) : warning C4022:
> 'memset' : pointer mismatch for actual parameter 1
> D:\My Documents\Freesci\freesci\src\sound\sound.c(341) : error C2198:
> 'memset' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(346) : error C2039:
> 'polyphony' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(347) : error C2039:
> 'flags' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(358) : error C2039:
> 'polyphony' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(359) : error C2039:
> 'flags' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(378) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(378) : error C2088: '==' :
> illegal for struct
> D:\My Documents\Freesci\freesci\src\sound\sound.c(380) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(380) : error C2115: '=' :
> incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(386) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(386) : error C2115: '=' :
> incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(407) : error C2115: '=' :
> incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(413) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(413) : error C2115:
> 'function' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(413) : warning C4024:
> '_sonfree_chain' : different types for formal and actual parameter 1
> D:\My Documents\Freesci\freesci\src\sound\sound.c(420) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(420) : error C2115:
> 'initializing' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(435) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(435) : error C2115:
> 'initializing' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(455) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(455) : error C2115:
> 'initializing' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(461) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(461) : error C2115: '=' :
> incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(478) : error C2039:
> 'shared' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(479) : error C2039: 'data'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(479) : error C2198: 'free'
> : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(483) : error C2039:
> 'shared' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(483) : error C2198:
> 'scir_find_resource' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(484) : error C2039:
> 'shared' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(484) : error C2198:
> 'scir_unlock_resource' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\sound.c(486) : error C2039: 'data'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(495) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(495) : error C2088: '==' :
> illegal for struct
> D:\My Documents\Freesci\freesci\src\sound\sound.c(496) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(496) : error C2115: '=' :
> incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(498) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(498) : error C2115:
> 'initializing' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(513) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(513) : error C2115:
> 'initializing' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\sound.c(602) : error C2039:
> 'resetflag' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(605) : error C2039:
> 'polyphony' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(608) : error C2039:
> 'reverb' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(613) : error C2039:
> 'velocity' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(639) : error C2039:
> 'loopmark' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(639) : error C2039: 'pos'
> : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(646) : error C2039:
> 'flags' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(650) : error C2039:
> 'instruments' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(656) : error C2039:
> 'velocity' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(657) : error C2039:
> 'velocity' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(661) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(662) : error C2039:
> 'maxfade' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(663) : error C2039:
> 'maxfade' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(665) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(665) : error C2039:
> 'maxfade' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\sound.c(686) : error C2100:
> illegal indirection
> D:\My Documents\Freesci\freesci\src\sound\sound.c(686) : error C2115:
> 'initializing' : incompatible types
> soundserver.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(64) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(70) : error C2039:
> 'resetflag' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(77) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(79) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(79) : error C2039:
> 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(102) : error C2039:
> 'data' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(111) : error C2039:
> 'pos' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(111) : error C2039:
> 'size' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(119) : error C2039:
> 'data' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(119) : error C2039:
> 'pos' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\soundserver.c(119) : fatal error
> C1903: unable to recover from previous error(s); stopping compilation
> thread_ss_sdl.c
> ..\include\sound.h(222) : warning C4005: 'SCI_MIDI_TIME_EXPANSION_LENGTH' :
> macro redefinition
>         ..\include\sfx_iterator.h(36) : see previous definition of
> 'SCI_MIDI_TIME_EXPANSION_LENGTH'
> ..\include\soundserver.h(75) : error C2011: '_song_iterator' : 'struct' type
> redefinition
> ..\include\soundserver.h(139) : error C2011: '_song' : 'struct' type
> redefinition
> ..\include\soundserver.h(188) : error C2040: 'songlib_t' : 'struct _song **
> ' differs in levels of indirection from 'struct songlib_t '
> ..\include\soundserver.h(280) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(280) : warning C4028: formal parameter 1 different
> from declaration
> ..\include\soundserver.h(280) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(315) : warning C4028: formal parameter 2 different
> from declaration
> ..\include\soundserver.h(331) : warning C4031: second formal parameter list
> longer than the first list
> ..\include\soundserver.h(331) : warning C4028: formal parameter 2 different
> from declaration
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(53) : warning
> C4005: 'EVENT_MAX' : macro redefinition
>         D:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\winuser.h(10699) : see
> previous definition of 'EVENT_MAX'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(105) : error
> C2115: '=' : incompatible types
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(140) : warning
> C4244: 'function' : conversion from 'long ' to 'unsigned char ', possible
> loss of data
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(175) : warning
> C4244: 'function' : conversion from 'long ' to 'unsigned char ', possible
> loss of data
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(372) : error
> C2088: '[' : illegal for struct
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(387) : error
> C2039: 'shared' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(391) : error
> C2039: 'flags' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(602) : error
> C2039: 'fading' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(606) : error
> C2039: 'resetflag' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(622) : error
> C2039: 'instruments' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(624) : error
> C2039: 'instruments' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(624) : error
> C2198: 'midi_event2' : too few actual parameters
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(647) : error
> C2039: 'data' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(647) : error
> C2039: 'pos' : is not a member of '_song'
>         ..\include\sfx_songlib.h(46) : see declaration of '_song'
> D:\My Documents\Freesci\freesci\src\sound\thread_ss_sdl.c(647) : fatal error
> C1903: unable to recover from previous error(s); stopping compilation
> Error executing cl.exe.
>
> freesci.exe - 227 error(s), 145 warning(s)
>
> _________________________________________________________________
> High-speed Internet access as low as $29.95/month (depending on the local
> service providers in your area). Click here.   https://broadband.msn.com
>
>
>
> _______________________________________________
> FreeSCI-develop mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/freesci-develop
>


--
tangled strands of DNA explain the way that I behave.
http://www.clock.org/~matt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]