[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] [Chicken-bugs] #346: srfi-27 egg - conflicting types
From: |
Chicken Scheme |
Subject: |
[Chicken-janitors] [Chicken-bugs] #346: srfi-27 egg - conflicting types for 'uint32_t' |
Date: |
Sun, 28 Oct 2007 21:01:04 -0000 |
#346: srfi-27 egg - conflicting types for 'uint32_t'
------------------------+---------------------------------------------------
Reporter: schemelab | Type: defect
Status: new | Priority: minor
Component: extensions | Version: 2.7
Keywords: |
------------------------+---------------------------------------------------
On cygwin, I get the following error when trying to build srfi-27:
address@hidden /tmp : chicken-setup srfi-27
/usr/local/bin/csc -feature compiling-extension -s -O2 -d1 entropy-
structures.scm -o entropy-structures.dll -check-imports -emit-exports
entropy-structures.exports -O3 -d0
entropy-structures.c:1: warning: -fPIC ignored for target (all code is
position independent)
cp -r entropy-structures.dll /usr/local/lib/chicken/1/entropy-
structures.dll
chmod a+r /usr/local/lib/chicken/1/entropy-structures.dll
chmod a+r /usr/local/lib/chicken/1/entropy-structures.setup-info
/usr/local/bin/csc -feature compiling-extension -s -O2 -d1 entropy-
primitives.scm -o entropy-primitives.dll -check-imports -emit-exports
entropy-primitives.exports -O3 -d0
Warning: variable `optional' used but not imported
entropy-primitives.c:1: warning: -fPIC ignored for target (all code is
position independent)
entropy-primitives.c:23: error: conflicting types for 'uint32_t'
/usr/include/stdint.h:28: error: previous declaration of 'uint32_t' was
here
*** Shell command terminated with exit status 1: gcc entropy-primitives.c
-o entropy-primitives.o -c -DHAVE_CHICKEN_CONFIG -Os -fomit-frame-pointer
-fno-strict-aliasing -Wall -Wno-unused -Wno-uninitialized
-DC_ENABLE_PTABLES -DC_NO_PIC_NO_DLL -fPIC -DPIC -DC_SHARED -I
/usr/local/include
Error: shell invocation failed with non-zero return status
"/usr/local/bin/csc -feature compiling-extension -s -O2 -d1 entropy-
primitives....
1
address@hidden /tmp :
--
Ticket URL: <http://trac.callcc.org/ticket/346>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler
- [Chicken-janitors] [Chicken-bugs] #346: srfi-27 egg - conflicting types for 'uint32_t',
Chicken Scheme <=