tihmstar / futurerestore

A hacked up idevicerestore wrapper, which allows specifying SEP and Baseband for restoring
GNU Lesser General Public License v3.0
854 stars 278 forks source link

"PATH_MAX" undeclared Compile Error on Linux #351

Open beeaniebee opened 3 years ago

beeaniebee commented 3 years ago

I'm trying to compile futurerestore on linux. I've installed all dependencies and ensured everything compiles correctly, especially idevicerestore (you'll see why). I cloned the repository recursively, grabbing all submodules, and everything seems fine. ./autogen.sh works and gives me the end message to just use make however when I do, it starts to compile then fails when it's compiling idevicerestore, saying that PATH_MAX is undeclared. When I compile idevicerestore on it's own, it does fine, but when futurerestore compiles it as a submodule, it doesn't. Hope you have an idea on what's causing this! Thanks :)

kvnkmth commented 1 year ago

2022 still here