|
From: Louis M <ei...@ti...> - 2021-12-31 15:43:31
|
Hi, I am starting with Gobo and I have a problem compiling code with it, I have created a simple ecf (using EiffelStudio 19.05) and a simple APPLICATION class containing nothing (an empty creator 'make' and that's all). When I try to compile, I got this output: ---------------------------------------------------------- Degree 6: 0/0/0 0:0:0.010 Degree 5: 0/0/0 0:0:0.089 [GVKBU-1] class REFLECTOR (486,2): unknown built-in routine `c_set_dynamic_type' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (478,2): unknown built-in routine `c_new_type_instance_of' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (468,2): unknown built-in routine `c_new_tuple_instance_of' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (456,2): unknown built-in routine `c_new_instance_of' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (416,2): unknown built-in routine `field_count_of_type' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (233,2): unknown built-in routine `is_tuple_type' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (220,2): unknown built-in routine `is_special_type' in class REFLECTOR. ---- [GVKBU-1] class REFLECTOR (209,2): unknown built-in routine `is_special_any_type' in class REFLECTOR. ---- Degree 4: 0/0/0 0:0:0.041 Degree 3: 0/0/0 0:0:0.064 Degree -2: 0/0/0 0:0:0.016 Total Time: 0/0/0 0:0:0.220 ---------------------------------------------------------- The $GOBO environment variable set. I have tried to manually set the $ISE_LIBRARY and $ISE_PRECOMP environment variable (used in the ecf file) and it did nothing. Before using it, I have compiled Gobo by using: '$GOBO/bin/install.sh gcc'. I have the last Github commit. So I don't know what I am missing, but a little help would be nice. Thanks and happy new year to all. Louis M |