Unable to compile IcedTea with CACAO under Fedora 17

Stefan Ring stefan at complang.tuwien.ac.at
Sat Dec 15 08:59:36 PST 2012


> $ hg clone http://icedtea.classpath.org/hg/icedtea7
> $ cd icedtea7
> $ hg pull -r default https://bitbucket.org/Ringdingcoder/icedtea7
> $ hg merge tip
> $ hg ci -m merge
> $ ./autogen.sh

I've updated it for the release branch as well, so for that, replace
the first three lines by:

$ hg clone http://icedtea.classpath.org/hg/release/icedtea7-2.3 icedtea7
$ cd icedtea7
$ hg up -c icedtea-2.3.3
$ hg pull -r icedtea-2.3 https://bitbucket.org/Ringdingcoder/icedtea7

Cheers



More information about the distro-pkg-dev mailing list