Your message dated Thu, 12 Jul 2007 13:23:14 -0400
with message-id <[EMAIL PROTECTED]>
and subject line 
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ogre
Version: 0.15.2-1
Severity: important

Hi,

Your package is failing to build on a few arches with the
following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../OgreMain/include -I/usr/include
/freetype2 -I../../OgreMain/include -DOGRE_NONCLIENT_BUILD -g -O2 -MT OgreMeshS
erializerImpl.lo -MD -MP -MF .deps/OgreMeshSerializerImpl.Tpo -c OgreMeshSerial
izerImpl.cpp  -fPIC -DPIC -o .libs/OgreMeshSerializerImpl.o
OgreMeshSerializerImpl.cpp: In member function `virtual void
   Ogre::MeshSerializerImpl::writeSubMesh(const Ogre::SubMesh*)':
OgreMeshSerializerImpl.cpp:212: error: invalid conversion from `size_t*' to `
   const unsigned int*'
OgreMeshSerializerImpl.cpp:212: error:   initializing argument 1 of `void
   Ogre::Serializer::writeInts(const unsigned int*, long unsigned int)'
OgreMeshSerializerImpl.cpp: In member function `virtual void
   Ogre::MeshSerializerImpl::writeGeometry(const Ogre::VertexData*)':
OgreMeshSerializerImpl.cpp:292: error: invalid conversion from `const size_t*'
   to `const unsigned int*'
[...]

Casting from one pointer type to an other is ussually a very
bad thing to do.  A size_t is not the same size as an int.


Kurt



--- End Message ---
--- Begin Message ---
fixed 291606 1.4.3-1
thanks

ogre was actually building since version 1.0.6 but I took a quick look
at the source in ogre-1.4.3-1. The source has changed a great deal
since version 0.15.2. This error doesn't apply anymore.

--
Regards,
Andres Mejia

--- End Message ---

Reply via email to