chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] [Chicken-bugs] #338: sendfile egg does not build on w


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #338: sendfile egg does not build on windows
Date: Wed, 17 Oct 2007 17:16:39 -0000

#338: sendfile egg does not build on windows
------------------------+---------------------------------------------------
 Reporter:  asandroq    |       Type:  defect  
   Status:  new         |   Priority:  critical
Component:  extensions  |    Version:  2.7     
 Keywords:  sendfile    |  
------------------------+---------------------------------------------------
 chicken-setup output:

 {{{
 C:\projetos\chicken>chicken-setup sendfile

 The extension sendfile does not exist.
 Do you want to download it ? (yes/no/abort) [yes]
 downloading sendfile.egg from (www.call-with-current-continuation.org eggs
 80)
   gzip -d -c ../sendfile.egg | tar xf -
   "c:/devtools/bin\csc" -feature compiling-extension -s -d0 -O2
 sendfile.scm sen
 dfile-impl.c
 In file included from sendfile-impl.c:20:
 sendfile-null-mmap.c: In function `sendfile_mmaped':
 sendfile-null-mmap.c:4: error: `NULL' undeclared (first use in this
 function)
 sendfile-null-mmap.c:4: error: (Each undeclared identifier is reported
 only once

 sendfile-null-mmap.c:4: error: for each function it appears in.)
 sendfile-null-mmap.c:4: error: `PROT_READ' undeclared (first use in this
 functio
 n)
 sendfile-null-mmap.c:4: error: `MAP_FILE' undeclared (first use in this
 function
 )
 sendfile-null-mmap.c:4: error: `MAP_SHARED' undeclared (first use in this
 functi
 on)
 sendfile-null-mmap.c:4: warning: initialization makes pointer from integer
 witho
 ut a cast
 sendfile-null-mmap.c:9: error: `MAP_FAILED' undeclared (first use in this
 functi
 on)
 *** Shell command terminated with exit status 1: gcc sendfile-impl.c -o
 sendfile
 -impl.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os -DPIC
 -DC_SHARED -I
 c:/devtools/include
 Error: shell invocation failed with non-zero return status
 "\"c:/devtools/bin\\csc\" -feature compiling-extension -s -d0 -O2
 sendfile.scm .
 ..
 1
 }}}

 System:

 {{{
 C:\projetos\chicken>csi

 CHICKEN
 Version 2.724 - windows-mingw32-x86 - [ manyargs dload ptables applyhook ]
 (c)2000-2007 Felix L. Winkelmann | compiled 16/10/2007  on Nazgul (MinGW)

 #;1> ,r
 Features:
   applyhook       chicken         csi             dload           extras

   little-endian   manyargs        match           match           mingw32

   ptables         srfi-0          srfi-10         srfi-11         srfi-12

   srfi-15         srfi-16         srfi-17         srfi-2          srfi-23

   srfi-26         srfi-28         srfi-30         srfi-31         srfi-39

   srfi-55         srfi-6          srfi-61         srfi-62         srfi-69

   srfi-8          srfi-9          windows         x86
 Machine type:           x86
 Software type:          windows
 Software version:       unknown
 Build platform:         mingw32
 Include path:           (c:/devtools/share/chicken)
 Symbol-table load:      0.41
   Avg bucket length:    1.46
   Total symbols:        1240
 Memory: heap size is 500000 bytes with 349088 bytes currently in use
 nursery size is 131072 bytes, stack grows downward

 interrupts are enabled
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/338>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]