alandtse / CommonLibF4

A reverse-engineered resource for Fallout 4
MIT License
6 stars 4 forks source link

CMake generation error #16

Closed magnusjjj closed 1 year ago

magnusjjj commented 1 year ago

Hi!

There is an error in tests/cmakelists.txt

src/BSTHashMap.cpp

needs to be

src/RE/B/BSTHashMap.cpp

magnusjjj commented 1 year ago

Oh, and on compile

C:\Users\Tuxie\Source\Repos\CommonLibF4ng\build\debug-msvc-vcpkg-all\ninja : error : dependency cycle: CommonLibF4/CMakeFiles/CommonLibF4.dir/cmake_pch.cxx.obj -> CommonLibF4/CMakeFiles/CommonLibF4.dir/CXX.dd -> CommonLibF4/CMakeFiles/CommonLibF4.dir/src/F4SE/API.cpp.obj.ddi -> CommonLibF4/CMakeFiles/CommonLibF4.dir/cmake_pch.cxx.pch -> CommonLibF4/CMakeFiles/CommonLibF4.dir/cmake_pch.cxx.obj

Don't know how to fix that one.

alandtse commented 1 year ago

Thanks for the first issue. I've fixed it. Not sure how you got to the dependency cycle. Please open a new issue with some details.

alandtse commented 1 year ago

BSTHashMap issue fixed with latest commit.