Re: [Maria-discuss] Building 10.2 from source issues

2017-11-02 Thread Sergei Golubchik
Hi, Guillaume! On Nov 02, Guillaume Lefranc wrote: > Hi Sergei! > > There was no difference at all between the two generated files. The plot > thickens That's imposible. If preprocessed files are identical, they either compile both or fail both. May be you had the modified source tree for s

Re: [Maria-discuss] Building 10.2 from source issues

2017-11-02 Thread Guillaume Lefranc
Hi Sergei! There was no difference at all between the two generated files. The plot thickens -GL Le mer. 1 nov. 2017 à 00:30, Sergei Golubchik a écrit : > Hi, Guillaume! > > On Oct 31, Guillaume Lefranc wrote: > > Hi Sergei, > > > > I have no doubts about that, however, do you have any com

Re: [Maria-discuss] Building 10.2 from source issues

2017-10-31 Thread Sergei Golubchik
Hi, Guillaume! On Oct 31, Guillaume Lefranc wrote: > Hi Sergei, > > I have no doubts about that, however, do you have any comments on the > error above? It only happens when using those cmake options. > The same is encountered when compiling on Mac OS X. > > I can't tell why it would fail on MY_

Re: [Maria-discuss] Building 10.2 from source issues

2017-10-31 Thread Guillaume Lefranc
Hi Sergei, I have no doubts about that, however, do you have any comments on the error above? It only happens when using those cmake options. The same is encountered when compiling on Mac OS X. I can't tell why it would fail on MY_WME which is literally everywhere. Thanks Le mar. 31 oct. 2017 à

Re: [Maria-discuss] Building 10.2 from source issues

2017-10-31 Thread Sergei Golubchik
Hi, Guillaume! On Oct 31, Guillaume Lefranc wrote: > Hi, > > I am trying to build 10.2 from sources while disabling some plugins > (building with all plugins works without issues). > > e.g. > > $ cmake . -DPLUGIN_MROONGA=NO -DPLUGIN_TOKUDB=NO -DPLUGIN_SPHINX=NO > -DPLUGIN_ROCKSDB=NO > $ make T

[Maria-discuss] Building 10.2 from source issues

2017-10-31 Thread Guillaume Lefranc
Hi, I am trying to build 10.2 from sources while disabling some plugins (building with all plugins works without issues). e.g. $ cmake . -DPLUGIN_MROONGA=NO -DPLUGIN_TOKUDB=NO -DPLUGIN_SPHINX=NO -DPLUGIN_ROCKSDB=NO $ make This fails with the following errors: [ 98%] Building CXX object extra/ma