Hi! Thanks for the report. fig2dev shouldn't be required to build Libidn. I suspect the problem is due to a buggy "make" which triggers the maintainer-only rules unnecessarily (the theory is supported by the re-making of all Makefile's as well). Try building with GNU make instead.
Btw, another workaround would be to install fig2dev, it is part of the transfig package, see <http://www-epb.lbl.gov/xfig/>. /Simon Roland Sütt <[EMAIL PROTECTED]> writes: > Hello, > > Build of libidn 0.6.9 on Solaris10 fails as follows: > > make all-recursive > Making all in specifications > cd ../.. && /bin/bash ./config.status doc/specifications/Makefile > config.status: creating doc/specifications/Makefile > Making all in tld > cd ../.. && /bin/bash ./config.status doc/tld/Makefile > config.status: creating doc/tld/Makefile > Making all in java > cd ../.. && /bin/bash ./config.status doc/java/Makefile > config.status: creating doc/java/Makefile > Updating ./version.texi > fig2dev -L eps components.fig components.eps > bash: fig2dev: command not found > *** Error code 127 > make: Fatal error: Command failed for target `components.eps' > Current working directory /opt/src/jabber/src/libidn-0.6.9/doc > *** Error code 1 > The following command caused the error: > failcom='exit 1'; \ > for f in x $MAKEFLAGS; do \ > case $f in \ > *=* | --[!k]*);; \ > *k*) failcom='fail=yes';; \ > esac; \ > done; \ > dot_seen=no; \ > target=`echo all-recursive | sed s/-recursive//`; \ > list='specifications tld java '; for subdir in $list; do \ > echo "Making $target in $subdir"; \ > if test "$subdir" = "."; then \ > dot_seen=yes; \ > local_target="$target-am"; \ > else \ > local_target="$target"; \ > fi; \ > (cd $subdir && make $local_target) \ > || eval $failcom; \ > done; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > fi; test -z "$fail" > make: Fatal error: Command failed for target `all-recursive' > > > > What I have to do? Compiler is Sunstudio cc. > > Roland > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com _______________________________________________ > Help-libidn mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-libidn _______________________________________________ Help-libidn mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-libidn
