PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.26k stars 660 forks source link

Compile fails on some ARM boards #4198

Closed marcdraco closed 8 years ago

marcdraco commented 8 years ago

Using:

wget -q -O - https://raw.githubusercontent.com/PocketMine/php-build-scripts/master/compile.sh | bash

Incorrectly identifies my Armbian (Orange PI PC) as a generic Intel 32bit. I have managed to compile PHP7 using overrides suggested in the forum.

wget -q -O - https://raw.githubusercontent.com/PocketMine/php-build-scripts/master/compile.sh | bash -s - -t arm7 -j 4 -l -c -f arm

Full log here:

Linux orangepipc 3.4.112-sun8i #8 SMP PREEMPT Mon May 23 22:19:17 CEST 2016 armv7l GNU/Linux make is /usr/bin/make autoconf is /usr/bin/autoconf automake is /usr/bin/automake libtool is /usr/bin/libtool m4 is /usr/bin/m4 wget is /usr/bin/wget getconf is /usr/bin/getconf gzip is /bin/gzip bzip2 is /bin/bzip2 bison is /usr/bin/bison g++ is /usr/bin/g++ wget is /usr/bin/wget gcc is /usr/bin/gcc gcc: error: unrecognized command line option ‘-m32’ rm: cannot remove ‘test’: No such file or directory Compiler error reporting is too harsh for ./configure (perhaps remove -Werror). \ ./configure aborting

Intyre commented 8 years ago

Something about wrong repository issue tracker. https://github.com/PocketMine/php-build-scripts