chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] status of the cmake build on win32


From: Brandon J. Van Every
Subject: Re: [Chicken-users] status of the cmake build on win32
Date: Mon, 18 Sep 2006 22:36:21 -0700
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

felix winkelmann wrote:
On 9/18/06, felix winkelmann <address@hidden> wrote:
Brandon, could you try the following: create a file named xyz.setup,
like this:

(compile someotherfile.scm)
(run (csc someotherfile))

Make this (run (csc someotherfile.scm))
(with "someotherfile.scm" being some other file, even an empty one)


- the idea is that the latter might possibly not be handled properly.
I'm not sure, as the csi invocation for easyffi shouldn't work too...

I presume you then wanted me to do:

E:\devel\src\setup>chicken-setup xyz
"E:\Program Files\Chicken\bin\csc" -feature compiling-extension someotherfile.
scm
someotherfile.c: In function `C_toplevel':
someotherfile.c:61: warning: implicit declaration of function `alloca'
Info: resolving _C_temporary_stack by linking to __imp__C_temporary_stack (auto-
import)
Info: resolving _C_stack_limit by linking to __imp__C_stack_limit (auto-import) Info: resolving _C_fromspace_top by linking to __imp__C_fromspace_top (auto-impo
rt)
Info: resolving _C_fromspace_limit by linking to __imp__C_fromspace_limit (auto-
import)
Info: resolving _C_timer_interrupt_counter by linking to __imp__C_timer_interrup
t_counter (auto-import)
"E:\Program Files\Chicken\bin\csc" -feature compiling-extension someotherfile.
scm
someotherfile.c: In function `C_toplevel':
someotherfile.c:61: warning: implicit declaration of function `alloca'
Info: resolving _C_temporary_stack by linking to __imp__C_temporary_stack (auto-
import)
Info: resolving _C_stack_limit by linking to __imp__C_stack_limit (auto-import) Info: resolving _C_fromspace_top by linking to __imp__C_fromspace_top (auto-impo
rt)
Info: resolving _C_fromspace_limit by linking to __imp__C_fromspace_limit (auto-
import)
Info: resolving _C_timer_interrupt_counter by linking to __imp__C_timer_interrup
t_counter (auto-import)

E:\devel\src\setup>ls
someotherfile.exe  someotherfile.scm  xyz.setup

E:\devel\src\setup>




reply via email to

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