Details
Description
I have attempted to install MariaDB 10.1.6, using this command (which worked for previous releases):
cmake . -DBUILD_CONFIG=mysql_release
But after a while I get this error
[ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/command.c.o [ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx.c.o [ 67%] Building C object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/ctx_impl_mrb.c.o [ 67%] Building CXX object storage/mroonga/vendor/groonga/lib/CMakeFiles/libgroonga.dir/dat.cpp.o /Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:191:3: error: cannot use 'try' with exceptions disabled try { ^ /Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:222:3: error: cannot use 'try' with exceptions disabled try { ^ /Users/dummy/install/build/mariadb-10.1.6/storage/mroonga/vendor/groonga/lib/dat.cpp:423:3: error: cannot use 'try' with exceptions disabled try { ^
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Kentoku, Sergey Vojtovich,
Is Mroonga supposed to be supported on OSX?