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

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



jcanter@xxxxxxxxxxx wrote:
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.

Where you get the following messages

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'

I get (on SLES10, not Slackware):

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: warning: conflicting types for 'yyerror'

That is, a warning instead of an error, and it compiles ok.

My yacc binary is from bison-2.1-13.2. Maybe you can work around by switching to this version of bison, but it looks to me like something that could be taken care of by the Condor developers.

Regards,
Jan Ploski