Power PC Build
Eric Richardson
ekrichardson at gmail.com
Mon Dec 29 20:55:40 PST 2008
Andrew,
On Mon, Dec 29, 2008 at 12:18 AM, Andrew John Hughes <
gnu_andrew at member.fsf.org> wrote:
> 2008/12/29 Eric Richardson <ekrichardson at gmail.com>:
> > Michael,
> >
> > I know it is not generally good to cross post. Should this be targeted
> > towards distro-pkg-dev? Since I'm new to this I really want to stay in
> good
> > standing.
> >
> > On Sun, Dec 28, 2008 at 7:52 PM, Michael Franz <mvfranz at gmail.com>
> wrote:
> >>
> >> Eric,
> >>
> >> This is what I did the last time I attempted to build IcedTea on OS X
> >> (Intel).
> >>
> >> I use MacPorts for the dependencies. At one time I had a Portfile for
> >> this, but it got lost in the computer shuffle.
> >>
> >> Edit configure.ac to change ALSA missing to be a warning instead of an
> >> error
> >> Installed the following ports:
> >> findtuils - use the prefix variant +with_default_names
> >> coreutils - use the prefix variant +with_default_names
> >> gsed - use the prefix variant +with_default_names
> >> nawk -- not needed if openjdk/jdk/make/common/shared/Defs-utils.gmk is
> >> patched
> >> eclipse-ecj32
> >> jpeg
> >> xercesj
> >> xalanj
> >> freetype
> >>
> >> export LDFLAGS='-L/opt/local/lib'
> >
> >
> > I got past most of the dependencies so far.
> >
> > I used the LDFLAGS and it works to find the added libraries. (was
> thinking
> > LD_LIBRARY_PATH)
> >
> > Now I found something a breaking which is on line 285 of configure.ac
> >
> > ./configure: line 11156: syntax error near unexpected token `XPROTO,'
> > ./configure: line 11156: `PKG_CHECK_MODULES(XPROTO,
> > xproto,XPROTO_FOUND=yes,XPROTO_FOUND=no)'
> >
> > return from the shell, echo $? 2
> > from config.log, configure: exit 258
> >
> > I don't see anything obvious and am really not all that familiar yet with
> > these configuration scripts.
> >
>
> This line shouldn't be in the configuration script. Something went
> wrong when you ran ./autogen.sh.
I ran autoconf -v
new-host:icedtea6 eric$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
Do you know if the line can be removed from configure.ac?
--
> Andrew :-)
>
> Support Free Java!
> Contribute to GNU Classpath and the OpenJDK
> http://www.gnu.org/software/classpath
> http://openjdk.java.net
>
> PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
> Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
>
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20081229/6f2e5d7b/attachment.html
More information about the distro-pkg-dev
mailing list