MAKE Ver 3.79: ------------- There is a compile error in main.c. "Undefined variable LOCALEDIR". I see that it is a macro undefined in acconfig.h. I imagine that it is to point to LOCALE specific information. I tried to fix it by defining it to contain a null string. I can then compile but then get a link error about missing definition for "_debug_flag". These problems are new to 3.79 and do not exist in 3.78.1. If it's any help, I'm using Visual Studio and VC 6.0. DAV
- Re: Make-3.79 David A. Vavra
- Re: Make-3.79 Paul D. Smith