Re: "ISO C++ forbids declaration of uchar with no type"
On Sun, 29 Jun 2008 14:26:57 -0700 (PDT), aneuryzma wrote:
>I'm merging an OpenCV app with an Ogre3d app. I'm on a mac, I'm using
>xCode.
>
>When I add #include "openCVApp.h"
>
>I got the following error:
>
>"Applications/openCV/OpenCV.framework/Headers/cxtypes.h:549: error:
>ISO C++ forbids declaration of 'uchar' with no type
include the header that defines 'uchar' before openCVApp.h.
--
Roland Pibinger
"The best software is simple, elegant, and full of drama" - Grady Booch
|