trivializm / firmware-mod-kit

Automatically exported from code.google.com/p/firmware-mod-kit
0 stars 0 forks source link

Failed to compile on gentoo #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run make, or extract-firmware.sh (Preparing tools...)

What is the expected output? What do you see instead?
ZLib.cpp:183:31: error: expected initializer before «OF»

What version of the product are you using? On what operating system?
Linux localhost 3.10.17-gentoo-4
GNU Make 3.82
gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3

Please provide any additional information below.

Original issue reported on code.google.com by ac.hey....@gmail.com on 7 Jan 2014 at 12:58

GoogleCodeExporter commented 8 years ago
Gentoo has modified zlib and in the process broken many packages/tools that 
rely on zlib. Install zlib from source, or don't build on gentoo.

https://bugs.gentoo.org/show_bug.cgi?id=383179

Original comment by heffne...@gmail.com on 29 May 2014 at 11:09