Your message dated Sat, 24 Dec 2011 14:03:04 +0100
with message-id <[email protected]>
and subject line Re: Bug#423644: Warning in cxTypes.h : incompatible implicit
declaration of built-in function ‘lrint’
has caused the Debian Bug report #423644,
regarding Warning in cxTypes.h : incompatible implicit declaration of built-in
function ‘lrint’
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
423644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcv-dev
In file included from /usr/include/opencv/cxcore.h:69,
from /usr/include/opencv/cv.h:58,
from vapiData.c:3:
/usr/include/opencv/cxtypes.h: In function ‘cvRound’:
/usr/include/opencv/cxtypes.h:203: warning: implicit declaration of
function ‘lrint’
/usr/include/opencv/cxtypes.h:203: warning: incompatible implicit
declaration of built-in function ‘lrint’
please consider correcting this for etch r1. having these warnings make
the perception of real development warning dificult.
thanks
Best regards
Luis Matos
--- End Message ---
--- Begin Message ---
On Sun, May 13, 2007 at 18:41:04 +0100, Luis Matos wrote:
> Package: libcv-dev
>
>
>
> In file included from /usr/include/opencv/cxcore.h:69,
> from /usr/include/opencv/cv.h:58,
> from vapiData.c:3:
> /usr/include/opencv/cxtypes.h: In function ‘cvRound’:
> /usr/include/opencv/cxtypes.h:203: warning: implicit declaration of
> function ‘lrint’
> /usr/include/opencv/cxtypes.h:203: warning: incompatible implicit
> declaration of built-in function ‘lrint’
>
>
> please consider correcting this for etch r1. having these warnings make
> the perception of real development warning dificult.
>
Years later, but this seems to be ok in current opencv,
modules/core/include/opencv2/core/types_c.h which has the definition of
cvRound includes math.h. That said I'm not sure how this all is
supposed to work, the opencv headers look mightily confused to me.
Cheers,
Julien
--- End Message ---