-1

Describe the bug: Compile error at SequoiaDB/engine/omsvc/omCommand.cpp:3765

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/SequoiaDB/SequoiaDB.git
  2. scons --engine
  3. see error blow:
SequoiaDB/engine/omsvc/omCommand.cpp:3765:2: error: #endif without #if
    #endif
    ^
SequoiaDB/engine/omsvc/omCommand.cpp:9875:2: error: #endif without #if #endif
    ^
SequoiaDB/engine/omsvc/omCommand.cpp:10669:2: error: #endif without #if #endif // SDB_ENTERPRISE
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

It looks like some mistake in the script remove code between SDB_ENTERPRISE macro before uploading to github. Now it is fixed. enter image description here

enter image description here

SequoiaDB
  • 11
  • 1