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'
<many more errors follow>
The only problem is that it very much *does* include the appropriate header
and it builds perfectly under BeIDE. Anyone have an idea of why this is
happening and/or how to fix?
--DW