tarantool / migrate

Migration framework from Tarantool 1.5 to 1.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

в инструкции по сборке ряд неточностей

airo opened this issue · comments

commented

Ubuntu 16.04

  1. чекаутить код нужно с сабмодулями, обычный git clone забирает без libsmall и проч из папки third_party
    git clone --recursive https://github.com/bigbes/migrate.git

  2. после чего указано
    cd http && cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo

хотя по умолчанию счекаутится в migrate

  1. при сборке возникает ошибка
    /usr/include/tarantool/module.h:58:56: fatal error: lua.h: No such file or directory
    пришлось поправить путь до lua.h файла на
    #include <tarantool/lua.h> /* does not have extern C wrappers */

но это похоже косяк в пакете tarantool-dev

Closed in favor of the linked issues.