You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compilation of out_azure_blob is broken when compiling without FLB_SQLDB. Either out_azure_blob requires FLB_SQLDB, (which would be strange, give the FLB_SQLDB guards in plugins/out_azure_blob/azure_blob.h). Then a CMakeLists.txt fix would be logical. Or it doesn't require it, and, then a lot more guards are needed in the implementation files.
To Reproduce
Steps to reproduce the problem:
mkdir build
cd build/
cmake -GNinja -DFLB_SQLDB=No ../ && ninja
Bug Report
Describe the bug
The compilation of out_azure_blob is broken when compiling without FLB_SQLDB. Either out_azure_blob requires FLB_SQLDB, (which would be strange, give the FLB_SQLDB guards in plugins/out_azure_blob/azure_blob.h). Then a CMakeLists.txt fix would be logical. Or it doesn't require it, and, then a lot more guards are needed in the implementation files.
To Reproduce
Expected behavior
It compiles!
Your Environment
The text was updated successfully, but these errors were encountered: