This is the first time that I reported a problem with any open source software.
So I apologise in advance if I have missed anything:

This is a really small and it would not have happended if I had Doxygen installed.
The following ouput is from runnning ./configure

checking for doxygen... no
./configure: line 2728: test: =: unary operator expected
configure: error: cannot find the Doxygen program in your path.
This program is needed to build fish.

-----------------End of output ---------------

Recommeded fix:

Line 2728 is
if ! test $has_doxygen = "true"; then

Is should probably be
if ! test "$has_doxygen" = "true"; then


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to