You need to deinstall yacc and install bison. I had the same problem, that compilation will NOT work with yacc !!(Even when bison is not installed)
Alex > this is a yacc vs bison issue that is supposed to be handled by configure > which > sets USING_BISON accordingly. perhaps you have both yacc and bison and > configure > got confused. is USING_BISON defined in include/dxconfig.h? do you have both > /usr/bin/yacc and bison? > > Vladimir Djouvinov wrote: > > > Hi, > > > > Thanks, I switched to OpenGL 1.2 and this error disappeared. However I got > > stuck elsewhere. There were undefined refs to yylineno in the > > Network:: *parse* methods in src/uipp/dxuilib/Network.C > > > > To me this looks like an internal error rather than a missing package. Any > > helpful suggestions this time? > > > > Vladimir > > > > On Fri, 29 Jun 2001, Peter D. Kirchner wrote: > > > > > Hi, you need OpenGL, and probably other packages too. > > > Check the prereqs listed on http://www.research.ibm.com/dx/srcDownload > > > Pete > > > > > > Vladimir Djouvinov wrote: > > > > > > > Hello, > > > > > > > > I'm a first time user of OpenDX and unfortunatelly got stuck with the > > > > compilation of the sources. > > > > > > > > In src/exec/hwrender/opengl/*.c I got a number of undefined references > > > > to > > > > glEnable, glDisable, and other gl's. > > > > > > > > My system config: > > > > * i686 > > > > * RedHat 7.0 > > > > * Mesa 3.3 > > > > > > > > I just followed the instructions in the READme file, with make > > > > LDFLAGS=-export-dynamic > > > > > > > > What do I miss here? > > > > > > > > Thanks, > > > > > > > > Vladimir > > > > > >
