chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] How to build from git? Errors on Ubuntu 15.10


From: Matt Welland
Subject: [Chicken-users] How to build from git? Errors on Ubuntu 15.10
Date: Wed, 10 Feb 2016 06:06:11 -0700

I have chicken 4.9.0.1 installed, is that recent enough for bootstrapping? I'm interested in trying feathers and the new profiling. Are there any plans to back port those features to the 4 series?

Here are the first few errors:

gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer  -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./
library.c: In function ‘trf_18674’:
library.c:4876:11: warning: implicit declaration of function ‘C_pick’ [-Wimplicit-function-declaration]
 C_word t2=C_pick(0);
           ^
library.c:4879:1: warning: implicit declaration of function ‘C_adjust_stack’ [-Wimplicit-function-declaration]
 C_adjust_stack(-3);
 ^
library.c: At top level:
library.c:6665:25: error: unknown type name ‘C_proc7’
 static void C_fcall tr7(C_proc7 k) C_regparm C_noret;
                         ^
library.c:6666:35: error: unknown type name ‘C_proc7’
 C_regparm static void C_fcall tr7(C_proc7 k){
                                   ^
library.c:6678:25: error: unknown type name ‘C_proc6’
 static void C_fcall tr6(C_proc6 k) C_regparm C_noret;
                         ^
library.c:6679:35: error: unknown type name ‘C_proc6’
 C_regparm static void C_fcall tr6(C_proc6 k){
                                   ^
library.c:6690:25: error: unknown type name ‘C_proc5’
 s

reply via email to

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