On 07.11.2006 21:40, Martin Henne wrote:
> In file included from n2application.h:14,
>                  from n2commandor.cpp:8:
> n2soundfile.h:11:28: error: isound/wrapper.h: No such file or directory
> n2soundfile.h:20: error: 'iSoundWrapper' was not declared in this scope
> n2soundfile.h:20: error: template argument 1 is invalid
> n2soundfile.h:21: error: 'iSoundSource' was not declared in this scope
> n2soundfile.h:21: error: template argument 1 is invalid
> n2application.h:50: error: ISO C++ forbids declaration of
> 'iAwsComponent' with no type
> n2application.h:50: error: expected ';' before '*' token
> n2application.h:51: error: ISO C++ forbids declaration of
> 'iAwsComponent' with no type
> n2application.h:51: error: expected ';' before '*' token
> n2application.h:52: error: ISO C++ forbids declaration of
> 'iAwsComponent' with no type
> n2application.h:52: error: expected ';' before '*' token
> n2application.h:53: error: ISO C++ forbids declaration of 'iAwsCanvas'
> with no type
> n2application.h:53: error: expected ';' before '*' token
> n2application.h:69: error: 'iAws' was not declared in this scope
> n2application.h:69: error: template argument 1 is invalid
> n2application.h:101: error: 'iSoundRender' was not declared in this scope
> n2application.h:101: error: template argument 1 is invalid
> n2application.h:102: error: 'iSoundLoader' was not declared in this scope
> n2application.h:102: error: template argument 1 is invalid
> n2application.h:103: error: 'iSoundListener' was not declared in this scope
> n2application.h:103: error: template argument 1 is invalid
> staticsound.h:40: error: 'iSoundWrapper' was not declared in this scope
> staticsound.h:40: error: template argument 1 is invalid
> staticsound.h:41: error: 'iSoundWrapper' was not declared in this scope
> staticsound.h:41: error: template argument 1 is invalid
> staticsound.h:42: error: 'iSoundSource' was not declared in this scope
> staticsound.h:42: error: template argument 1 is invalid
> staticsound.h:43: error: 'iSoundWrapper' was not declared in this scope
> staticsound.h:43: error: template argument 1 is invalid
> staticsound.h:44: error: 'iSoundWrapper' was not declared in this scope
> staticsound.h:44: error: template argument 1 is invalid

Probably a result of the sound system replacing. A section on those
changes is mysteriously missing from the appendix. Probably a good idea
to start by looking at the classes starting with "iSndSys..." in the API
docs.

> n2commandor.cpp: In member function 'void N2::Commandor::proccess(const
> std::string&)':
> n2commandor.cpp:403: error: cannot convert 'const csFog' to 'csFog*' in
> initialization
> n2commandor.cpp:409: error: 'struct csFog' has no member named 'enabled'
> n2commandor.cpp:409: error: 'struct csFog' has no member named 'enabled'
> n2commandor.cpp:423: error: 'struct csFog' has no member named 'enabled'
> n2commandor.cpp:432: error: 'struct csFog' has no member named 'enabled'
> n2commandor.cpp:458: error: 'struct csFog' has no member named 'red'
> n2commandor.cpp:459: error: 'struct csFog' has no member named 'green'
> n2commandor.cpp:460: error: 'struct csFog' has no member named 'blue'

Sector fog handling has slightly changed. GetFog() now returns a const
ref, so to change the fog settings, you also need to call SetFog() with
a suitably changed csFog. The structure itself has been changed, too.
'enabled' is now contained in 'mode' (enabled -> mode =
CS_FOG_MODE_CRYSTALSPACE, !enabled -> mode = CS_FOG_MODE_NONE). 'red'
etc. are now in the member 'color'.

-f.r.

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to