How can i use the Paths from ./configure in my C++ Project?
Jon Anderson
janderson at onelink.com
Fri Nov 19 21:47:56 GMT 1999
> > > class MyClass {
> > > public:
> > > class Error {};
> > > };
> > >
> > > Another class make use of instances from this class:
> > >
> > > class AnotherClass {
> > > private:
> > > MyClass * pointer;
> > > };
> > Maybe is it a bug from moc file and not a c++ related one ??
>
> I think no, i develop a concole application without dialogs, so (i think)
> there are no moc calls in the Makefile.
I started having this problem when I upgraded from my old libc6 to glib2. I
still haven't figured it out, but it appears to be harmless.
More information about the KDevelop
mailing list