[interfacekit] Re: Missing header build problems
- From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Wed, 06 Nov 2002 15:17:56 -0800
06.11.2002 14:59:14, DarkWyrm <bpmagic@xxxxxxxxxxxxxxx> wrote:
>
>Hey guys! For those of you not on the CVS list, I just did a massive commit
>of prototype #7 to the tree. There is one problem which I would certainly
>love it if someone could help me figure out. The test app (src/servers/app/
>proto7/testobapp/*) does not build because I get errors which look like there
>is a header missing:
>
>C++ ../../../../../objects/x86.R1/servers/app/proto7/testobapp/OBFont.o
>/boot/develop/OBOS_CVS/current/src/servers/app/proto7/testobapp/
>OBFont.cpp:50: invalid use of undefined type `class OBFont'
I don't know what's wrong. But you can test if OBFont.h is included and
if the class declaration is reached by inserting
#error <some text>
at the begin of the header file and before the class decl.
Then start the compilation and see if and where <some text> appears in the
compiler output.
- Michael
- Follow-Ups:
- [interfacekit] Re: Missing header build problems
- From: DarkWyrm
- References:
- [interfacekit] Missing header build problems
- From: DarkWyrm
Other related posts:
- » [interfacekit] Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- » [interfacekit] Re: Missing header build problems
- [interfacekit] Re: Missing header build problems
- From: DarkWyrm
- [interfacekit] Missing header build problems
- From: DarkWyrm