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

[Condor-users] Condor 7.0.1 from source on Slackware 12.1



Hi,

I have been tasked with compiling condor from source on a VM running Slackware 12.1.  When I get
to the stage to compile, there seems to be some trouble with stub_gen_yacc.y.  Here is the
beginning of the error messages.

make[1]: Entering directory `/root/condor-7.0.1/src/condor_util_lib'
gcc -I.. -I../.. -I../h -I../condor_includes -I../condor_c++_util -I../condor_daemon_client
-DHAVE_CONFIG_H -DI386=I386 -DLINUX=LINUX 
-I/root/condor-7.0.1/externals/install/krb5-1.4.3/include
-I/root/condor-7.0.1/externals/install/globus-4.0.5/include/gcc32dbg  -DWANT_QUILL -DWANT_TT  -g 
-g -Wall -W -Wextra -Wfloat-equal -Wshadow -Wendif-labels -Wpointer-arith -Wcast-qual -Wcast-align
 -mcpu=i486 -DGLIBC=GLIBC -DGLIBC27=GLIBC27 -DC_COMP_KIND_GCC -DC_COMP_MAJOR_GCC_3
-DC_COMP_MINOR_GCC_3_4 -DC_COMP_PATCH_GCC_3_4_6 -DWITH_OPENSSL -DCOMPILE_SOAP_SSL
-I/root/condor-7.0.1/externals/install/pcre-7.6/include
-I/root/condor-7.0.1/externals/install/coredumper-0.2/include -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes   -c -o y.tab.o y.tab.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
stub_gen_yacc.y:75: warning: function declaration isn't a prototype
stub_gen_yacc.y:78: warning: function declaration isn't a prototype
stub_gen_yacc.y: In function `yyparse':
stub_gen_yacc.y:204: warning: implicit declaration of function `output_sender'
stub_gen_yacc.y:204: warning: nested extern declaration of `output_sender'
stub_gen_yacc.y:207: warning: implicit declaration of function `output_receiver'
stub_gen_yacc.y:207: warning: nested extern declaration of `output_receiver'
stub_gen_yacc.y:210: warning: implicit declaration of function `output_send_stub'
stub_gen_yacc.y:210: warning: nested extern declaration of `output_send_stub'
stub_gen_yacc.y:213: warning: implicit declaration of function `output_listcalls'
stub_gen_yacc.y:213: warning: nested extern declaration of `output_listcalls'
y.tab.c:2116: warning: implicit declaration of function `yyerror'
y.tab.c:2116: warning: nested extern declaration of `yyerror'
y.tab.c:2262: warning: nested extern declaration of `yyerror'
stub_gen_yacc.y: At top level:
stub_gen_yacc.y:549: warning: function declaration isn't a prototype
stub_gen_yacc.y:563: warning: unused parameter 'argc'
stub_gen_yacc.y:639: warning: no previous prototype for 'yyerror'
stub_gen_yacc.y:639: error: conflicting types for 'yyerror'


Any suggestions or help would be appreciated.  Thanks.

Joshua