Re: cmake error

2017-11-10 Thread Jianqiao
Hi Om,

As a quick fix you can comment out (by adding '#' in front, or just remove
the line) the following two lines in incubator-quickstep/CMakeLists.txt:

Line 294

: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")

Line 588

: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-return-type-c-linkage")

This should fix the problem for gcc-6.3.. we may add systematic fixes for
different compiler versions later.

Best,
Jianqiao

2017-11-09 18:21 GMT-06:00 Om Jadhav :

> Hi,
>
> It’s gcc version 6.3.0.
>
> gcc -v
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
> 6.3.0-18ubuntu2~16.04' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs
> --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
> --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared
> --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext
> --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/
> --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib
> --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre
> --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
> --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch
> --disable-werror --with-arch-32=i686 --with-abi=m64
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
> --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
> --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 6.3.0 20170519 (Ubuntu/Linaro 6.3.0-18ubuntu2~16.04)
>
>
> On 09/11/17, 5:04 PM, "Jianqiao"  wrote:
>
> It seems to be a problem related to C++ compiler version. Can you
> check its
> version by using command:
> gcc -v
>
> The fix should be a few lines of changes in root directory's/glog's
> CMakeLists.txt.
>
> Best,
> Jianqiao
>
>
> 2017-11-08 15:30 GMT-06:00 Om Jadhav :
>
> > Hi Jianqiao,
> >
> > Please find the make error below:
> >
> > [  7%] Completed 'libtcmalloc_ext'
> > [  7%] Built target libtcmalloc_ext
> > [  7%] Building CXX object third_party/googletest/
> > googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
> > [  7%] Linking CXX static library libgtest.a
> > [  7%] Built target gtest
> > [  7%] Building CXX object third_party/gflags/CMakeFiles/
> > gflags_nothreads-static.dir/src/gflags.cc.o
> > /home/omjadhav/quickstep/third_party/src/gflags/src/gflags.cc:443:5:
> > error: ‘int google::{anonymous}::FlagValue::ValueSize() const’
> defined
> > but not used [-Werror=unused-function]
> >  int FlagValue::ValueSize() const {
> >  ^
> > cc1plus: error: unrecognized command line option
> > ‘-Wno-return-type-c-linkage’ [-Werror]
> > cc1plus: all warnings being treated as errors
> > third_party/gflags/CMakeFiles/gflags_nothreads-static.dir/
> build.make:62:
> > recipe for target 'third_party/gflags/CMakeFiles/gflags_nothreads-
> static.dir/src/gflags.cc.o'
> > failed
> > make[2]: *** [third_party/gflags/CMakeFiles/gflags_nothreads-
> static.dir/src/gflags.cc.o]
> > Error 1
> > CMakeFiles/Makefile2:939: recipe for target 'third_party/gflags/
> > CMakeFiles/gflags_nothreads-static.dir/all' failed
> > make[1]: *** [third_party/gflags/CMakeFiles/gflags_nothreads-
> static.dir/all]
> > Error 2
> > Makefile:138: recipe for target 'all' failed
> > make: *** [all] Error 2
> >
> >
> > Thanks
> > Om
> >
> > On 06/11/17, 3:45 PM, "Jianqiao"  wrote:
> >
> > Hi Om,
> >
> > It seems that your "cmake" output is okay. Can you also provide
> the
> > "make"
> > error message?
> >
> > Best,
> > Jianqiao
> >
> > 2017-11-06 11:34 GMT-06:00 Harshad Deshmukh  >:
> >
> > > Hi Om,
> > >
> > > What's your build setup? Did you download the prerequisites and
> > > initialized the git submodules?
> > >
> > > Get Outlook for Android
> > >
> > > 
> > > From: Om Jadhav 
> > > Sent: Friday, November 3, 2017 

[GitHub] incubator-quickstep issue #323: Temporary Build Support for OS X 10.13

2017-11-10 Thread robertclaus
Github user robertclaus commented on the issue:

https://github.com/apache/incubator-quickstep/pull/323
  
Sorry, we got our branches mixed up for the 764 project.  It's now reverted.


---


[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
GitHub user phenyl-sphinx opened a pull request:

https://github.com/apache/incubator-quickstep/pull/324

Predicate locking



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/phenyl-sphinx/incubator-quickstep 
predicate-locking

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-quickstep/pull/324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #324


commit 2d02669adfaf8cba6f8dee4a6edfa82a2a22
Author: Yuanchen Li 
Date:   2017-11-09T08:18:42Z

Temporary Build Support for OS X 10.13

commit 0fe95ae34c76b3e4b4e56505ab337774eacd52d2
Author: Yuanchen Li 
Date:   2017-11-10T19:40:49Z

predicate_classes




---


[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
Github user phenyl-sphinx closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/324


---


[GitHub] incubator-quickstep issue #323: Temporary Build Support for OS X 10.13

2017-11-10 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/323
  
@robertclaus What's going on?


---


Using Quickstep in Another Program

2017-11-10 Thread Dylan Bacon

Hello,

I'm planning on using Quickstep as the database behind another research 
project that I am working on. I was wondering what part of the code 
describes the API and how I can use any remote procedure call wrappers 
we have to use the database system underneath my program. Any help would 
be appreciated.


--
Regards,

Dylan Bacon
University of Wisconsin - Madison
Department of Computer Sciences
dba...@wisc.edu



[GitHub] incubator-quickstep issue #300: QUICKSTEP-106: Hash-Join-Fuse: Feature added...

2017-11-10 Thread dylanpbacon
Github user dylanpbacon commented on the issue:

https://github.com/apache/incubator-quickstep/pull/300
  
Rebased this with master, this branch is now up to date. LIP Filters still 
need to be fixed to work properly with this feature.


---