Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread John Ballance
For what it is worth, in setvars, AB_URL:http://archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng_1.2.54.orig.tar.xz builds fine Agreed.. now target of libpng16 sounds a good idea JB On 10/04/2018 23:08, Ron wrote: In article <20180410214222.gd23...@chiark.greenend.org.uk>, Theo Mar

Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread Ron
In article <20180410214222.gd23...@chiark.greenend.org.uk>, Theo Markettos wrote: > On Tue, Apr 10, 2018 at 10:35:15AM +0200, Michael Grunditz wrote: > > Autobuilder: Using existing Sources.gz (testing/main) > > Autobuilder: Using existing Sources.gz (testing/contrib) > > Autobuilder: Using exi

Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread Theo Markettos
On Tue, Apr 10, 2018 at 10:35:15AM +0200, Michael Grunditz wrote: > Autobuilder: Using existing Sources.gz (testing/main) > Autobuilder: Using existing Sources.gz (testing/contrib) > Autobuilder: Using existing Sources.gz (stable/main) > Autobuilder: Using existing Sources.gz (stable/contrib) > Aut

[gccsdk] setvsrs for LevelDB 1.2 build

2018-04-10 Thread John Ballance
autobuilder/db/leveldb setvars to enable LevelDB1.2 to build ... # LevelDB is a fast key-value storage library written at Google that # provides an ordered mapping from string keys to string values. AB_INSTALL=env export TARGET_OS="RISC_OS" export PREFIX=$GCCSDK_INSTALL_ENV install_headers()

Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread John Ballance
On 10/04/2018 10:36, Ron wrote: Autobuilder: Using existing Sources.gz (testing/main) Autobuilder: Using existing Sources.gz (testing/contrib) Autobuilder: Using existing Sources.gz (stable/main) Autobuilder: Using existing Sources.gz (stable/contrib) Autobuilder: Searching for libpng12-0 in

[gccsdk] leveldb fails to build

2018-04-10 Thread John Ballance
Hi Theo The resolution for leveldb not building is to add a lie to the build_detect_platform.p file at autobuilder/libraries/db/leveldb to include port/port_posix_sse.cc as below. In leveldb1.20 this is now needed JB --- build_detect_platform.origĀ  2018-04-09 22:58:02.775136374 +0100 +++ b

Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread Ron
In article , Michael Grunditz wrote: > On 10 April 2018 at 00:05, Theo Markettos wrote: > > On Mon, Apr 09, 2018 at 11:13:48PM +0200, Michael Grunditz wrote: > >> If I want to build applications that use SDL, should I build SDL with > >> autobuilder or manually? I tried building it from source

Re: [gccsdk] gccsdk gcc4 fails to build

2018-04-10 Thread Michael Grunditz
On 10 April 2018 at 00:05, Theo Markettos wrote: > On Mon, Apr 09, 2018 at 11:13:48PM +0200, Michael Grunditz wrote: >> If I want to build applications that use SDL, should I build SDL with >> autobuilder or manually? I tried building it from source and it >> complained that it couldn't find "os.h