Re: Re: GTK Build on Mac OS X



Hi everybody.
I am trying to build GTK on Mac OS X (powerpc) as well, using the "build-gtk.sh make all" build script.

I tried the patch previously posted: it works, and the Gtk+ compilation completes!! Then another error follows. It happens while trying to compile "Libglade", when the script says it is: "Making all in help".
Last lines are:

Making all in help
if ! test -d sv/; then mkdir sv/; fi
case "." in /*) sd=".";; *) sd="../.";; esac; \
if [ -f "C/gossip.xml" ]; then d="../"; else d="$sd/"; fi; \
(cd sv/ && \
  `which xml2po` -e -p \
    "${d}sv/sv.po" \
    "${d}C/gossip.xml" > gossip.xml.tmp && \
    cp gossip.xml.tmp gossip.xml && rm -f gossip.xml.tmp)
/bin/sh: line 1: -e: command not found
make[2]: *** [sv/gossip.xml] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Can someone help me going on with the compilation?
TIA, Matteo.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]