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
I am trying to compile libtins for x64.When i did cmake under build folder as mentioned below
cmake ../ -DPCAP_ROOT_DIR=C:/Users/kmuvva/Downloads/WpdPack_4_1_2/WpdPack -DLIBTINS_ENABLE_WPA2=0 -DLIBTINS_BUILD_SHARED=0
I got a sln file.But in that x64 is not there.I tried to add x64 and tried to compile
But its failing with x64\Debug\address_range.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
I tried clean build rebuild but still issue persists
The text was updated successfully, but these errors were encountered:
I am trying to compile libtins for x64.When i did cmake under build folder as mentioned below
cmake ../ -DPCAP_ROOT_DIR=C:/Users/kmuvva/Downloads/WpdPack_4_1_2/WpdPack -DLIBTINS_ENABLE_WPA2=0 -DLIBTINS_BUILD_SHARED=0
I got a sln file.But in that x64 is not there.I tried to add x64 and tried to compile
But its failing with x64\Debug\address_range.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
I tried clean build rebuild but still issue persists
The text was updated successfully, but these errors were encountered: