hoogin
Messages : 2 Date d'inscription : 2009-12-11 Localisation : Sweden
| Subject: Compiling error in linux Fri Dec 11, 2009 1:31 pm | |
| Hello, Thanks for this wonderful engine! I have a problem when i try to compile the SPARK IRR static library i get these errors pointing to the SPK_QuadRendererInterface.h. - Code:
-
../../../include/Extensions/Renderers/SPK_QuadRendererInterface.h|215|error: prototype for 'size_t SPK::QuadRendererInterface::getAtlasDimensionX() const' does not match any in class 'SPK::QuadRendererInterface'| ../../../include/Extensions/Renderers/SPK_QuadRendererInterface.h|145|error: candidate is: unsigned int SPK::QuadRendererInterface::getAtlasDimensionX() const| ../../../include/Extensions/Renderers/SPK_QuadRendererInterface.h|220|error: prototype for 'size_t SPK::QuadRendererInterface::getAtlasDimensionY() const' does not match any in class 'SPK::QuadRendererInterface'| ../../../include/Extensions/Renderers/SPK_QuadRendererInterface.h|154|error: candidate is: unsigned int SPK::QuadRendererInterface::getAtlasDimensionY() const| ||=== Build finished: 4 errors, 0 warnings ===|
I got the latest svn version of irrlicht and Spark. //Hoogin | |
|
Juff Developer
Messages : 539 Date d'inscription : 2009-07-14 Age : 42
| Subject: Re: Compiling error in linux Mon Dec 14, 2009 11:22 am | |
| Hi, sorry for the late reply.
You can grab the latest version on SVN, there was a bug in some methods signature that is now fixed. | |
|
hoogin
Messages : 2 Date d'inscription : 2009-12-11 Localisation : Sweden
| Subject: Re: Compiling error in linux Mon Dec 14, 2009 6:02 pm | |
| No problem. I downloaded the latest version from the SVN and it compiles fine. Thanks. | |
|
Svenstar Guest
| Subject: Re: Compiling error in linux Wed Jan 06, 2010 6:23 pm | |
| I'd like to add to this and say that <cstring> needs to be included, else all references to memcpy won't be found. Adding it I was able to compile svn just fine. |
|
Juff Developer
Messages : 539 Date d'inscription : 2009-07-14 Age : 42
| Subject: Re: Compiling error in linux Thu Jan 07, 2010 8:20 am | |
| Thanks for the info, I ve updated the svn | |
|
Sponsored content
| Subject: Re: Compiling error in linux | |
| |
|