DavidChenCool
Results
2
issues of
DavidChenCool
hhhh
我目前在 MacOS 上构建这个项目时遇到了一些问题,涉及到 LinuxDataCollect、MDAPI 和 TRADERAPI 这几个库。在 CMake 配置文件中,这些库似乎是为 Linux 和 Windows 环境配置的,但在 MacOS 上似乎没有相应的版本。 在 CMakeLists.txt 中,我注意到: 在 Windows 上,项目使用 find_library(WINDATACOLLECT WinDataCollect HINT "api/win") 来查找 WinDataCollect。 在 Linux 上,使用...