Missing Symbols
Ben Abbott
bpabbott at mac.com
Wed May 27 16:24:36 CDT 2009
On May 27, 2009, at 4:51 PM, Joel LeBlanc wrote:
> Fixed the first error! I had to add -lGraphicsMagick to my
> LDFlags. Why didn't autoconf figure this out?
>
> Now I get:
>
> Transcript written on Octave-FAQ.log.
> makeinfo --html --ifinfo --no-split --output=Octave-FAQ.html -I.. -
> I. -I./.. Octave-FAQ.texi
> make -C interpreter all
> ../../run-octave -f -q -H -p . --eval "sparseimages ('gplot', 'txt');"
> warning: invalid character `' (ASCII 0) near line 92, column 2
> error: invalid character `' (ASCII 0) near line 164, column 2
> parse error near line 164 of file /Users/leblanc/code/octave/scripts/
> set/unique.m
>
> syntax error
>
> error: parse error while reading function file /Users/leblanc/code/
> octave/scripts/set/unique.m
> error: called from:
> error: /Users/leblanc/code/octave/scripts/optimization/
> __all_opts__.m at line 56, column 11
> error: /Users/leblanc/code/octave/scripts/optimization/PKG_ADD at
> line 1, column 0
>
> make[3]: *** [gplot.txt] Error 1
> make[2]: *** [interpreter] Error 2
> make[1]: *** [doc] Error 2
> make: *** [all] Error 2
>
> Haven't really tried to debut it yet.
>
> --Joel
Thanks for the feedback. My build with Fink's GraphicsMagick installed
failed as well. I'll try adding the flag and report back.
Regarding the error, do you have suitesparse installed via Fink?
In any event, the error above occurred when building the
documentation. Thus, you should have a working Octave.
Type "run-octave" to give it a try.
Ben
More information about the Octave-maintainers
mailing list