[Gems-users] problem compiling ruby part 2: yy_fatal_error


Date: Wed, 13 Jan 2010 21:37:07 +0100
From: Mladen Nikitovic <mladen@xxxxxx>
Subject: [Gems-users] problem compiling ruby part 2: yy_fatal_error
I managed to come a little further in the compilation phase by allowing gcc 4.1.2 to compile the code. So, now when I run make PROTOCOL=MSI_MOSI_CMP_directory DESTINATION=MSI_MOSI_CMP_directory I get the following message:
 
I have searched the archive, but I did'nt find anything about yy_fatal_error(const char *) used but never defined. Has anyone encountered this?
 
/usr/bin/g++ -o x86-linux/generated/MSI_MOSI_CMP_directory/obj/attrlex.o -c generated/MSI_MOSI_CMP_directory/attrlex.c -DIS_RUBY -DTARGET_SPARC_V9 -DTARGET_VA_BITS=64 -DTARGET_PA_BITS=64 -Wall -W -Wwrite-strings -Woverloaded-virtual -Wno-unused  -g -ggdb -g3 -O0 -w -DSIMICS_2_0  -DRUBY_DEBUG=false  -Inetwork/simple -I. -I../common -I../common/gzstream -Ibuffers -Icommon -Islicc_interface -Iprofiler -Iconfig -Ieventqueue -Isystem -Iinterfaces -Isimics -Itester -Irecorder -Ilog_tm -Inuca -Igenerated/MSI_MOSI_CMP_directory -I../common/ioutil -Inetwork -I../simics/x86-linux/obj/include/ -I../simics/x86-linux/obj/include/simics -I../simics/x86-linux/obj/include/simics-api-1 -I../simics/x86-linux/config
generated/MSI_MOSI_CMP_directory/attrlex.c:303: error: 'void yy_fatal_error(const char*)' used but never defined
 
Regards,
Mladen

 

[← Prev in Thread] Current Thread [Next in Thread→]