install problem with resParser.l
Brought to you by:
blais
We have a new linux cluster and I'm having a difficult time installing xxdiff 3.2
I have attached a log of the build process (the first few lines indicate which
versions of flex, bison, etc). The 'make' command seemingly cruises along until:
g++ -c -pipe -DXX_DEBUG -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/fs/local/apps/qt-3.3.8b/mkspecs/default -I. -I/fs/local/apps/qt-3.3.8b/include -o accelUtil.o accelUtil.cpp
flex -PresParser resParser.l
"resParser.l", line 99: unrecognized %option: bison-bridge
"resParser.l", line 100: unrecognized %option: header-file
make: *** [resParser_lex.cpp] Error 1
g++ --version
g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
Any suggestions?
thoar@ucar.edu