uraimo / buildSwiftOnARM

All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
489 stars 37 forks source link

Swig versions 3.0.9 and 3.0.10 are incompatible with lldb. #19

Closed emarashliev closed 6 years ago

emarashliev commented 6 years ago

On RASPBIAN STRETCH LITE 4.14 (Linux raspberrypi 4.14.50-v7+) The compilation fails with Swig versions 3.0.9 and 3.0.10 are incompatible with lldb. https://github.com/llvm-mirror/lldb/blob/4649417b4a7d1e23080ca1c62a31db0739eee7df/scripts/lldb.swig#L52 It happens because the version go Swig is 3.0.10.

uraimo commented 6 years ago

Hi Emil! You can install manually 3.0.12:

wget http://ftp.de.debian.org/debian/pool/main/s/swig/swig_3.0.12-1.1_armhf.deb
wget http://ftp.de.debian.org/debian/pool/main/s/swig/swig3.0_3.0.12-1.1_armhf.deb

sudo dpkg -i swig3.0_3.0.12-1.1_armhf.deb swig_3.0.12-1.1_armhf.deb

See post.