Octplot seems really exciting, and I can't wait to try it. Unfortunately, I'm getting an error when I run ./configure that I can't seem to trouble shoot. Namely:
...
checking for fltk-config... /sw/bin/fltk-config
checking for OpenGL support in fltk... yes
./configure: line 4381: syntax error near unexpected token `9.0.3,,'
./configure: line 4381: `AC_CHECK_FT2(9.0.3,,'
I've looked at the relavent files and made some logical seeming syntax changes, but to no avail. I can't find anything coherent on google either.
I'm using the svn version, currently revision 337.
If anyone has any ideas I'd be delight to work them.
Thanks,
-Jon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
Octplot seems really exciting, and I can't wait to try it. Unfortunately, I'm getting an error when I run ./configure that I can't seem to trouble shoot. Namely:
...
checking for fltk-config... /sw/bin/fltk-config
checking for OpenGL support in fltk... yes
./configure: line 4381: syntax error near unexpected token `9.0.3,,'
./configure: line 4381: `AC_CHECK_FT2(9.0.3,,'
I've looked at the relavent files and made some logical seeming syntax changes, but to no avail. I can't find anything coherent on google either.
I'm using the svn version, currently revision 337.
If anyone has any ideas I'd be delight to work them.
Thanks,
-Jon
Hi
Could this be some ascii encoding problem (like when converting from unix to dos)?
You should have a look at line 190,191 in
configure.ac, line try to unsplit it, and than run
autoreconf && ./configure
If this doesn't work, please send your configure script
Shai
p.s. Remeber to read the README.mac file