On 4/9/06, ray h <[EMAIL PROTECTED]> wrote: > 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:
Welcome to the wonderful world of open source! > > 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 > Of course. I'll add it. Thanks! -- Axel ------------------------------------------------------- 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&kid0944&bid$1720&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
