nektra / Deviare-InProc

Deviare In Process Instrumentation Engine
http://nektra.com/products/deviare-api-hook-windows/deviare-in-process/
Other
330 stars 84 forks source link

Cannot build NtkHookLib from vs2010 solution #9

Closed satnatantas closed 8 years ago

satnatantas commented 8 years ago

1>..\Lib\libudis86\amalgamation.c(33): fatal error C1083: Cannot open include file: 'source\libudis86\decode.h': No such file or directory

Using VS2010.

mxmauro commented 8 years ago

Hi

You have to clone the repository including submodules.

satnatantas commented 8 years ago

Cloned, same issue.

mxmauro commented 8 years ago

If submodules were downloaded correctly you must see a folder named "libudis86" inside "Src/Lib/libudis86/source" and the decode.h file there.

satnatantas commented 8 years ago

You are completely right. Git does not say anything about recursive cloning on the page about cloning.

Built fine.

mxmauro commented 8 years ago

Excellent :)