PyAmanith-0.3.34 fails to build against amanith-0.3-r1 with gcc-4.1.2. Workaround: compile with gcc-3.4.6 (haven't tested w/ gcc-4.1.1 but should work as mentioned in bug #143387)
Created attachment 131757 [details] build log attaching build log
yeah it doesent fail to build here with 4.3.1, however, it does fail to attempt to build properly.. it forgets to execute gcc, so it just attempts to do: "-fno-strict-aliasing -lots-of-cflags". Well.. needless to say, i couldnt fix it, so i opened: /usr/local/bin/-fno-strict-aliasing and threw in: #!/bin/bash exec gcc -fno-strict-aliasing $@ save, and chmod +x /usr/local/bin/-fno-strict-aliasing and taddaaa! it builds!
Removed from tree.