We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hnswlib/CMakeLists.txt
Line 104 in c1b9b79
target_link_libraries(main hnswlib Psapi)
should add Psapi
otherwise:
[100%] Linking CXX executable main.exe CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x368d): undefined reference to GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4333): undefined reference to GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4c48): undefined reference to `GetProcessMemoryInfo'collect2.exe: error: ld returned 1 exit status make[2]: *** [CMakeFiles\main.dir\build.make:116: main.exe] Error 1 make[1]: *** [CMakeFiles\Makefile2:502: CMakeFiles/main.dir/all] Error 2 make: *** [Makefile:135: all] Error 2
GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4333): undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hnswlib/CMakeLists.txt
Line 104 in c1b9b79
target_link_libraries(main hnswlib Psapi)
should add Psapi
otherwise:
[100%] Linking CXX executable main.exe
CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x368d): undefined reference to
GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4333): undefined reference to
GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4c48): undefined reference to `GetProcessMemoryInfo'collect2.exe: error: ld returned 1 exit statusmake[2]: *** [CMakeFiles\main.dir\build.make:116: main.exe] Error 1
make[1]: *** [CMakeFiles\Makefile2:502: CMakeFiles/main.dir/all] Error 2
make: *** [Makefile:135: all] Error 2
The text was updated successfully, but these errors were encountered: