iBoot64Patcher icon indicating copy to clipboard operation
iBoot64Patcher copied to clipboard

No package 'liboffsetfinder64' found

Open planktonwhc opened this issue 1 year ago • 3 comments

Please this package not found

planktonwhc avatar Jul 28 '23 17:07 planktonwhc

I have the same problem!

iOSPrincekin avatar Sep 08 '23 01:09 iOSPrincekin

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

planktonwhc avatar Sep 18 '23 13:09 planktonwhc

#17 Checkout this pull request, work temporarily. cp libpatchfinder.pc liboffsetfinder64.pc if the liboffsetfinder64 library can not be found.

fenfenS avatar Apr 12 '24 12:04 fenfenS