iBoot64Patcher
iBoot64Patcher copied to clipboard
No package 'liboffsetfinder64' found
Please this package not found
I have the same problem!
Configuration for iboot64patcher-11:
install prefix ..........: /usr/local compiler ................: gcc
Now type 'make' to build iboot64patcher-11, and then 'make install' for installation.
plankton@MBP-PLANKTON iBoot64Patcher % sudo make
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in iBoot64Patcher
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -O2 -std=c++11 -MT iBoot64Patcher-main.o -MD -MP -MF .deps/iBoot64Patcher-main.Tpo -c -o iBoot64Patcher-main.o test -f 'main.cpp' || echo './'
main.cpp
main.cpp:13:10: fatal error: 'libpatchfinder/ibootpatchfinder64.hpp' file not found
#include <libpatchfinder/ibootpatchfinder64.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [iBoot64Patcher-main.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
all change to libpatchfinder, then give error after make
#17 Checkout this pull request, work temporarily. cp libpatchfinder.pc liboffsetfinder64.pc
if the liboffsetfinder64 library can not be found.