Article # 344, added by Geoworks, historical record
| first | previous | index | next | last |

Borland C can't find the stddef.h file.



Q. Goc keeps telling me that it can't find stddef.h. I found stddef.h
   in the Borland C++ include directory, but not in the PCGeos include
   directory. Is that the right place for it to be?  What should I do?

A. This problem usually occurs because you move or change BorlandC's
   root directory, but don't update the turbo.cfg file that contains
   pointers to the borlandc bin and include directories. First, make
   sure that \BIN is in your path. Second, check the
   turbo.cfg file in the borland bin directory. It should have the
   following lines in it:
        -IC:\BORLANDC\INCLUDE
        -IC:\BORLANDC\LIB

   (if you have the Borland compiler on a drive other than C: or in a
   directory other than BORLANDC, please read that into the preceding
   suggestions.)