chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #520: Undefined symbol in silex


From: Chicken Trac
Subject: [Chicken-janitors] Re: #520: Undefined symbol in silex
Date: Tue, 08 Mar 2011 11:07:26 -0000

#520: Undefined symbol in silex
-----------------------+----------------------------------------------------
  Reporter:  iraikov   |       Owner:         
      Type:  defect    |      Status:  closed 
  Priority:  major     |   Milestone:  4.7.0  
 Component:  compiler  |     Version:  4.6.x  
Resolution:  invalid   |    Keywords:  srfi-13
-----------------------+----------------------------------------------------
Changes (by sjamaan):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 This is a known problem if you've built Chicken using an older Chicken;
 the toplevel C function naming convention has changed, and the new chicken
 is expecting the function in the new convention, but you've compiled
 srfi-13 with the old chicken, which generated it using the old convention.

 You can either build your Chicken one more time using the *new* Chicken,
 or use the bootstrap process described in the README.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/520#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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