Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 1630)

Ticket Resolution Summary Owner Reporter
#461 fixed undefined symbol compiling genturfa'i after updating Chicken Alan Post
Description

I'm running Chicken from the experimental branch. After updating to 806bdb60d143712646a07ae891101a11a1511ab6, I try to install the genturfa'i egg and I get the following error:

/opt/chicken-master/bin/csi:/opt/chicken-master/lib/chicken/5/genturfahi.so: undefined symbol 'C_srfi_2d1_toplevel' lazy binding failed! Segmentation fault (core dumped)

This is the genturfah'i egg r22075.

Do I need to add or remove an srfi declaration? I'm not sure what behavior in Chicken changed and whether I'm seeing a bug introduced in Chicken or whether a fix in Chicken introduced a bug in my code.

#463 invalid undefined reference to `C_chicken_syntax_toplevel' compiling experimental branch Alan Post
Description

After working with C-Keen to introduce a patch to bypass ticket:462, I've continued trying to compile the experimental branch of Chicken on OpenBSD 4.8. If you pretend that ticket:462 is fixed, the build continues and produces the following error:

gcc  -L. chicken.o batch-driver.o compiler.o optimizer.o compiler-syntax.o scrutinizer.o unboxing.o support.o c-platform.o c-backend.o -o chicken \
          -lchicken -Wl,-R"." -lm
./libchicken.so: warning: strcpy() is almost always misused, please use strlcpy()
./libchicken.so: warning: sprintf() is often misused, please use snprintf()
./libchicken.so: warning: strcat() is almost always misused, please use strlcat()
chicken.o(.text+0x1f4e): In function `f_99':
: undefined reference to `C_chicken_syntax_toplevel'
collect2: ld returned 1 exit status
gmake[1]: *** [chicken] Error 1
gmake[1]: Leaving directory `/home/a/wa/chicken/core'
gmake: *** [all] Error 2
#755 wontfix unboxing of specialized fp operations seems buggy felix winkelmann felix winkelmann
Description

In the attached program compiling with specialization and unboxing (unsafe) will result in an empty image. Apparently there is a bug in the scrutinizer or unboxing pass.

Note: See TracQuery for help on using queries.