You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
build fails with boost linking errors
This commit is contained in:
@ -23,7 +23,7 @@ using namespace messageqcpp;
|
||||
#include "we_messages.h"
|
||||
#include "we_clients.h"
|
||||
#include "resourcemanager.h"
|
||||
#include "dmlpkg.h"
|
||||
#include "../../dbcon/dmlpackage/dmlpkg.h"
|
||||
#include "ddlpackageprocessor.h"
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
using namespace boost::gregorian;
|
||||
|
@ -24,7 +24,7 @@ using namespace messageqcpp;
|
||||
|
||||
#include "we_messages.h"
|
||||
#include "we_message_handlers.h"
|
||||
#include "dmlpkg.h"
|
||||
#include "../../dbcon/dmlpackage/dmlpkg.h"
|
||||
#include "we_dmlcommandproc.h"
|
||||
using namespace dmlpackage;
|
||||
#include "dmlpackageprocessor.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "brmtypes.h"
|
||||
#include "we_dbrootextenttracker.h"
|
||||
#include "we_tablemetadata.h"
|
||||
#include "we_dctnry.h"
|
||||
#include "../dictionary/we_dctnry.h"
|
||||
#if defined(_MSC_VER) && defined(WRITEENGINE_DLLEXPORT)
|
||||
#define EXPORT __declspec(dllexport)
|
||||
#else
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "we_dctnry.h"
|
||||
#include "../dictionary/we_dctnry.h"
|
||||
#include "we_chunkmanager.h"
|
||||
#if defined(_MSC_VER) && defined(WRITEENGINE_DLLEXPORT)
|
||||
#define EXPORT __declspec(dllexport)
|
||||
|
@ -41,7 +41,6 @@ using namespace std;
|
||||
#include "brm.h"
|
||||
#include "stopwatch.h"
|
||||
#include "we_colop.h"
|
||||
#include "we_dctnry.h"
|
||||
#include "we_type.h"
|
||||
|
||||
#include "we_colopcompress.h"
|
||||
|
@ -39,7 +39,6 @@
|
||||
|
||||
#include "we_brm.h"
|
||||
#include "we_colop.h"
|
||||
#include "we_dctnry.h"
|
||||
#include "we_index.h"
|
||||
#include "we_tablemetadata.h"
|
||||
#include "we_dbrootextenttracker.h"
|
||||
|
Reference in New Issue
Block a user