jakcron / libtoolchain

Toolchain Development Library
Other
2 stars 0 forks source link

Issue with duplicate Inclusion of DesEncryptor blocking import of project... #37

Open JoryRFerrell opened 7 months ago

JoryRFerrell commented 7 months ago

I am trying to clone the project, but I get the following error: nstool\deps\libtoolchain\build\visualstudio\libtoolchain\libtoolchain.vcxproj : error : Cannot load project with duplicated project items: ..\..\..\include\tc\crypto\DesEncryptor.h is included as 'ClInclude' and as 'ClInclude' item types.

Never have been good at dealing with C++ dependencies, so I have no idea if this is something I can create a work-around for, or if you need to fix something in the repo.

JoryRFerrell commented 7 months ago

Nevermind. I just deleted one inclusion. Still might be an issue for others though.

jakcron commented 7 months ago

Thanks for spotting this. I update the VS project files by hand. So i may have introduced an error. I'll investigate

jakcron commented 7 months ago

DES encryption won't be used by NSTool, that's for another project. So as a temporary local fix, that should be fine.