Re: "ISO C++ forbids declaration of uchar with no type"
On Jun 30, 9:58pm, Puppet_Sock <puppet_s...@hotmail.com> wrote:
> On Jun 30, 3:18pm, aneuryzma <patrick.divia...@gmail.com> wrote:
> [snip]
>
> > I just want to remark that everything works perfectly if I build only
> > the openCV application. I think there is some kind of conflict on the
> > uchar variable.
>
> Right.
>
> So what you want to do now is create the smallest possible
> chunk of source code that demonstrates the error.
>
> Make a copy of the source files. "Hand" do the includes
> to get down to a single file that still shows the error.
>
> Then start the old "divide and rule." Take out half the
> source code and see if the error goes away. Bin-search
> on it till you get down to five or ten lines or so.
> Should not take you more than 10 or 15 divides.
>
> If the error does not become obvious this way, post back
> a short example.
> Socks
Hi,
well, I think I solved just including openCV before and ogre3d later.
Do you know a cross-platform multithread *light* library that I can
use to run both application simultaneously ?
thanks!
|