Hi,
Did I miss something, but when compiling for static lib, got this message, and other of that type mainly for shadowvolume. The declaration for some function are not in the header file.
Checked in svn nothing said about shadow since rev1.4.1
Can you light it up plz?
Regards,
Robert
D:\projet\irrlicht-1.4.2\source\Irrlicht\CAnimatedMeshSceneNode.cpp|273|
error: 'class irr::scene::IShadowVolumeSceneNode' has no member named 'updateShadowVolumes'|
[no bug]addshadowvolume source
-
- Posts: 69
- Joined: Fri Feb 22, 2008 6:47 pm
- Location: montreal
- Contact:
[no bug]addshadowvolume source
If it can't be writen, it can't exist
-
- Posts: 69
- Joined: Fri Feb 22, 2008 6:47 pm
- Location: montreal
- Contact:
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Yes, you did. The 1.4 branch (and so also the 1.4.x releases) don't use the updateShadow method, neither in sources nor in includes. So your sources are obviously from SVN/trunk, as this is the only place where this method is used. And your includes are from irrlicht 1.4, so they don't have the mentioned method.
-
- Posts: 69
- Joined: Fri Feb 22, 2008 6:47 pm
- Location: montreal
- Contact:
Your so right !!!
I didn't remember updating this version (1.4.2)
I'm sorry, hope I didn't made you lost time on this,
I unzip the package back over and it compiles OK,
for this part at least.
I apologize sincerely, maybe I work too much on this...own you a beer.
The thing that got me wrong is that I work on laptop and desktop, when I sinchronize I loose time stamp. I only know I have the last version all the
time. maybe I should find myself another tool to keep the time stamp.
Regards,
Robert
I'm sorry, hope I didn't made you lost time on this,
I unzip the package back over and it compiles OK,
for this part at least.
I apologize sincerely, maybe I work too much on this...own you a beer.
The thing that got me wrong is that I work on laptop and desktop, when I sinchronize I loose time stamp. I only know I have the last version all the
time. maybe I should find myself another tool to keep the time stamp.
Regards,
Robert
If it can't be writen, it can't exist