TileDB-MariaDB icon indicating copy to clipboard operation
TileDB-MariaDB copied to clipboard

mytile 0.33.0 windows build error

Open niclar opened this issue 5 months ago • 1 comments

Hi, where experiencing build errors under windows (same source & settings under linux works), visual studio 17.11.3 using the code at https://github.com/TileDB-Inc/TileDB-MariaDB/archive/0.33.0.tar.gz

& settings;

vcpkg_cmake_configure( SOURCE_PATH "${MARIADB_SOURCE_PATH}" OPTIONS -DPLUGIN_TOKUDB=NO -DPLUGIN_ROCKSDB=NO -DPLUGIN_MROONGA=NO -DPLUGIN_SPIDER=NO -DPLUGIN_SPHINX=NO -DPLUGIN_FEDERATED=NO -DPLUGIN_FEDERATEDX=NO -DPLUGIN_CONNECT=NO -DPLUGIN_MYTILE=YES )

log:

C:\src\thirdparty\vcpkg\buildtrees\mariadb\src\mariadb-11-1f4f60c87b.clean\storage\mytile\mytile\ha_mytile.cc(3381,3): error C2121: '#': invalid character: possibly the result of a macro expansion DBUG_RETURN(HA_READ_NEXT | HA_READ_PREV | HA_READ_ORDER | HA_READ_RANGE | ^ C:\src\thirdparty\vcpkg\buildtrees\mariadb\src\mariadb-11-1f4f60c87b.clean\storage\mytile\mytile\ha_mytile.cc(3381,3): error C2059: syntax error: 'if' C:\src\thirdparty\vcpkg\buildtrees\mariadb\src\mariadb-11-1f4f60c87b.clean\storage\mytile\mytile\ha_mytile.cc(3385,1): fatal error C1019: unexpected #else #else ^

please advice

niclar avatar Sep 19 '24 11:09 niclar