Craig Lanning wrote:
I did a 'cvs update' in my 21.5 workspace and tried to build with
MinGW only to find that the resulting temacs.exe contained references
to *_profile functions which were undefined.
After a little investigation, I found that src/profile.c was not being
included in the link because HAVE_SETITIMER was not #define'd when
Makefile.in.in was processed to produce GNUmakefile. HAVE_SETITIMER
is #define'd in s/mingw32.h, but not in src/config.h.
Shouldn't values from the system specific header (s/mingw32.h) be used
when building the makefiles, etc.?
How should this be resolved?
actually, it is being included -- look for #include "config.h" at the top of
Makefile.in.in.
the problem is that the mingw32.h defns are enclosed in #ifndef NOT_C_CODE.
will fix shortly.
Craig
--
Craig Lanning <CraigL(a)Knology.net>
--
ben
I'm sometimes slow in getting around to reading my mail, so if you
want to reach me faster, call 520-661-6661.
See
http://www.666.com/ben/chronic-pain/ for the hell I've been
through.