[Python-bugs-list] [ python-Bugs-417949 ] Missing #defines for Borland compiler

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Apr 2001 12:19:37 -0700


Bugs item #417949, was updated on 2001-04-21 19:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417949&group_id=5470

Category: Build
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Hansen (ixokai)
>Assigned to: Tim Peters (tim_one)
Summary: Missing #defines for Borland compiler

Initial Comment:
Under Python2.1:

PC/config.h globally defines HAVE_SYS_UTIME_H at ~line 
597, but the Borland C++Builder/compiler needs 
HAVE_UTIME_H instead; this is used in other files 
(posixmodule.c, specifically) to #include <utime.h> 
instead of <sys/utime.h>.



----------------------------------------------------------------------

Comment By: Stephen Hansen (ixokai)
Date: 2001-04-21 20:09

Message:
Logged In: YES 
user_id=200343

Additionally, Borland also requires a '#define 
HAVE_DIRENT_H' in the config.h file to get BCC to finally 
compile through Posixmodule before it crashes into 
timemodule. *grin* :)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417949&group_id=5470