[Python-bugs-list] [ python-Bugs-438735 ] #ifndef WITHOUT_COMPLEX in config.c

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Jul 2001 14:04:29 -0700


Bugs item #438735, was opened at 2001-07-05 04:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438735&group_id=5470

Category: Build
Group: Not a Bug
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: #ifndef WITHOUT_COMPLEX in config.c

Initial Comment:
Not really a bug.

There's two #ifndef WITHOUT_COMPLEX missing in 
config.c :

around the definition :
extern void initcmath(void); (line 13 )

and around the utilisation :
{"cmath", initcmath},

line 64

in order to compile without complex.

To compile with the PC_build workspace, I also add a 
#ifndef WITHOUT_COMPLEX around the cmathmodule.c file.

Version Python2.1



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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-07-08 14:04

Message:
Logged In: YES 
user_id=21627

This is not a bug. To not compile cmath, simply remove it 
from Modules/Setup; config.c is a generated file.


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

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