-
Notifications
You must be signed in to change notification settings - Fork 316
macOS编译报错 #8
Comments
额,那个是linux版的 |
大佬有mac版没 |
我编译也报错 |
要切到mac分支安装相应的依赖后再编译(默认是linux分支)
|
Mac碰到这个问题,这是因为不支持15.0.22版本的navicat吗?请问该怎么解决? |
我也是报这个错 你解决了没 |
Hi! I'm struggling to compile working version on macOS. Fighting with c++17 and filesystem include errors. Is navicat-keygen original source for macOS or it's some old copy of your work? What is system spec where you compile your macOS patch? My is Mojove 10.14.6 and Xcode 11.3.1.
Can you update build guide for macOS? Thanks. |
请问解决了吗?我也报了这个错 |
下载的 https://codeload.github.com/HeQuanX/navicat-keygen-tools/zip/recommended
g++ -std=c++17 -O2
-I./common/
-I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib
./navicat-patcher/CapstoneDisassembler.cpp ./navicat-patcher/KeystoneAssembler.cpp ./navicat-patcher/Elf64Interpreter.cpp ./navicat-patcher/Misc.cpp ./navicat-patcher/PatchSolution.cpp ./navicat-patcher/PatchSolution0.cpp ./navicat-patcher/main.cpp -o ./bin/navicat-patcher -lcrypto -lcapstone -lkeystone
In file included from ./navicat-patcher/Elf64Interpreter.cpp:1:
./navicat-patcher/Elf64Interpreter.hpp:5:14: fatal error: 'libelf/libelf.h' file
not found
#include <libelf/libelf.h>
^~~~~~~~~~~~~~~~~
1 error generated.
In file included from ./navicat-patcher/PatchSolution.cpp:1:
In file included from ./navicat-patcher/PatchSolutions.hpp:3:
./navicat-patcher/Elf64Interpreter.hpp:5:14: fatal error: 'libelf/libelf.h' file
not found
#include <libelf/libelf.h>
^~~~~~~~~~~~~~~~~
1 error generated.
In file included from ./navicat-patcher/PatchSolution0.cpp:1:
In file included from ./navicat-patcher/PatchSolutions.hpp:3:
./navicat-patcher/Elf64Interpreter.hpp:5:14: fatal error: 'libelf/libelf.h' file
not found
#include <libelf/libelf.h>
^~~~~~~~~~~~~~~~~
1 error generated.
In file included from ./navicat-patcher/main.cpp:11:
./navicat-patcher/Elf64Interpreter.hpp:5:14: fatal error: 'libelf/libelf.h' file
not found
#include <libelf/libelf.h>
^~~~~~~~~~~~~~~~~
1 error generated.
make: *** [patcher] Error 1
The text was updated successfully, but these errors were encountered: