[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building tip on freebsd, part II -- unrecognized '%' directive
From: |
fork |
Subject: |
Building tip on freebsd, part II -- unrecognized '%' directive |
Date: |
Mon, 6 Sep 2010 22:46:36 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
I have made some progress in building
octave on Freebsd, using a liberal
sprinkling of envars, but I am now getting a new error when it
tries (I think) to apply bison (my version is 2.4.3 fwiw).
Any thoughts?
My configure command line:
$ LDFLAGS="-L/usr/local/lib -L/usr/lib
-L$HOME/SOURCES/octave/libgnu"
CPPFLAGS="-I/usr/local/include -I/usr/include
-I$HOME/SOURCES/octave/libgnu"
YACC='bison' ./configure --prefix=/opt/octave-tip
My make command line (I don't know how they work,
so I repeat the envars):
$ LDFLAGS="-L/usr/local/lib -L/usr/lib
-L$HOME/SOURCES/octave/libgnu"
CPPFLAGS="-I/usr/local/include -I/usr/include
-I$HOME/SOURCES/octave/libgnu" YACC='bison' gmake
The offending output from gmake:
Making all in src
gmake[2]: Entering directory
`/usr/home/wsprague/SOURCES/octave/src'
/bin/sh ../build-aux/ylwrap lex.ll lex.octave_.c
lex.cc -- flex -I -I
"/usr/home/wsprague/SOURCES/octave/src/lex.ll",
line 27: unrecognized '%' directive
<SNIP>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Building tip on freebsd, part II -- unrecognized '%' directive,
fork <=