Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs
[issue1324] r58034 breaks building _ctypes with the upstream libffi.
 

Index | Next | Previous | View Flat


report at bugs

Oct 25, 2007, 12:04 AM


Views: 157
Permalink
[issue1324] r58034 breaks building _ctypes with the upstream libffi.

New submission from Matthias Klose:

This breaks building _ctypes with the upstream libffi.

r58034 | thomas.heller | 2007-09-07 08:32:17 +0200 (Fr, 07 Sep 2007) | 1
line

Add a 'c_longdouble' type to the ctypes module.


gcc -pthread -fPIC -fno-strict-aliasing -g -Wall -Wstrict-prototypes
-I/usr/include -I.
-I/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/./Include
-I./Include -IInclude -I. -I/usr/local/include
-I/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Include
-I/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build -c
/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Modules/_ctypes/cfield.c
-o
build/temp.linux-armv5tel-2.6/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Modules/_ctypes/cfield.o
/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Modules/_ctypes/cfield.c:1756:
error: redefinition of 'ffi_type_double'
/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Modules/_ctypes/cfield.c:1755:
error: previous definition of 'ffi_type_double' was here

ffi.h has:
#if 0
extern ffi_type ffi_type_longdouble;
#else
#define ffi_type_longdouble ffi_type_double
#endif

----------
assignee: theller
components: Extension Modules
messages: 56736
nosy: doko, theller
severity: normal
status: open
title: r58034 breaks building _ctypes with the upstream libffi.
versions: Python 2.6

__________________________________
Tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue1324>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Subject User Time
[issue1324] r58034 breaks building _ctypes with the upstream libffi. report at bugs Oct 25, 2007, 12:04 AM
    [issue1324] r58034 breaks building _ctypes with the upstream libffi. report at bugs Oct 25, 2007, 12:05 AM
    [issue1324] r58034 breaks building _ctypes with the upstream libffi. report at bugs Oct 25, 2007, 12:09 AM
    [issue1324] r58034 breaks building _ctypes with the upstream libffi. report at bugs Oct 25, 2007, 1:17 AM
    [issue1324] r58034 breaks building _ctypes with the upstream libffi. report at bugs Oct 25, 2007, 12:48 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.