Spinroot

A forum for Spin users

You are not logged in.

#1 2011-10-08 22:51:06

ashleytyler919
Member
From: USA
Registered: 2011-10-08
Posts: 1
Website

Error while installing Spin in ubuntu 10

I am installing spin in ubuntu 10.04. while running "make" command following error display. Please any one fix this problem. I am pasting the error displayed to me.

spin.y:862: error: ‘NEXT’ undeclared (first use in this function)
spin.y:862: error: (Each undeclared identifier is reported only once
spin.y:862: error: for each function it appears in.)
spin.y:865: error: ‘ALWAYS’ undeclared (first use in this function)
spin.y:868: error: ‘EVENTUALLY’ undeclared (first use in this function)
spin.y:874: error: ‘UNTIL’ undeclared (first use in this function)
spin.y:877: error: ‘WEAK_UNTIL’ undeclared (first use in this function)
spin.y:880: error: ‘RELEASE’ undeclared (first use in this function)
spin.y:883: error: ‘OR’ undeclared (first use in this function)
spin.y:886: error: ‘AND’ undeclared (first use in this function)
spin.y:889: error: ‘IMPLIES’ undeclared (first use in this function)
spin.y:892: error: ‘EQUIV’ undeclared (first use in this function)
btyaccpa.ske: In function ‘yyparse’:
btyaccpa.ske:193: error: ‘yyparsestate’ undeclared (first use in this function)
btyaccpa.ske:193: error: ‘yyerrctx’ undeclared (first use in this function)
btyaccpa.ske:206: error: ‘yyps’ undeclared (first use in this function)
btyaccpa.ske:257: error: ‘yypath’ undeclared (first use in this function)
btyaccpa.ske:265: error: ‘save’ undeclared (first use in this function)
btyaccpa.ske:309: error: ‘new’ undeclared (first use in this function)
btyaccpa.ske:309: error: expected ‘;’ before ‘Yshort’
btyaccpa.ske:310: error: expected ‘;’ before ‘Lexptr’
btyaccpa.ske:312: error: expected ‘;’ before ‘int’
btyaccpa.ske:479: error: ‘YYERRCODE’ undeclared (first use in this function)
spin.y:118: error: ‘PROCTYPE’ undeclared (first use in this function)
spin.y:153: error: ‘CONST’ undeclared (first use in this function)
spin.y:216: error: ‘NAME’ undeclared (first use in this function)
spin.y:298: error: ‘C_CODE’ undeclared (first use in this function)
spin.y:316: error: ‘C_EXPR’ undeclared (first use in this function)
spin.y:362: error: ‘MTYPE’ undeclared (first use in this function)

http://www.dougwillen.com
http://www.paleosoul.com
http://www.thehealthfixer.com
http://www.quantumpaleo.com
http://www.quantumpaleotv.com
http://www.foodfixme.com

Last edited by ashleytyler919 (2011-10-17 23:14:41)

Offline

#2 2011-10-09 05:11:22

spinroot
forum
Registered: 2010-11-18
Posts: 700
Website

Re: Error while installing Spin in ubuntu 10

looks like yacc didn't execute --at least the file y.tab.h was not created somehow
do you have a working version of yacc?

Offline

Board footer

Powered by FluxBB