Andy wrote:
> $ make install
> === installing src ===
> === installing images/libjpeg ===
> === installing images/zlib ===
> === installing images/libpng ===
> === installing images ===
> === installing OpenGL ===
> === installing fluid ===
> === installing glut ===
> === installing test ===
> === installing documentation ===
> Installing man pages in /d/zProgramming/FLTKc//man
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: -c: line 1: `for file in ; do cp $file
> /d/zProgramming/FLTKc//man/man1/`basename $file .man`.1; done'
> make[1]: *** [install] Error 2
> make: *** [install] Error 2
>
> I can't seem to know what the error is caused by other than the fact that I'm
> using the latest snapshot of FLTK 2.
Looks like it compiled the library and test programs OK.. it just got
stuck on the docs
install, which is the last step, and is optional.
So you can probably just ignore it, and go ahead and try out the test
programs,
and start building your own code.
The only thing you should probably do is log this as an STR (Software
Trouble Report):
http://fltk.org/str.php
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk