SlawekNowy / vsif2vcd

Utility to decompile VCD files from scenes.image file.
MIT License
11 stars 4 forks source link

problems with compiling #10

Closed Jordon87 closed 5 months ago

Jordon87 commented 5 months ago

i don't know what i'm doing wrong here.

i've compiled with cmake, but each time i try to compile it keeps getting me errors about spdlog. image

Xalalau commented 5 months ago

Change set(SPDLOG_FMT_EXTERNAL ON) to set(SPDLOG_FMT_EXTERNAL OFF) in vsif2vcd/CMakeLists.txt so spdlog can use a bundled version of the fmt library.

Jordon87 commented 5 months ago

thanks, the code compiles well, but now there's link errors involving "fmt::v9". image