Re: c++ build from source

2018-08-07 Thread Igor Sapego
This is OK, you may ignore this message. Configure scripts, generated by autoconf are trying to delete "core" files during their work, as they expect that some operations can generate coredump files on crash, so it prints this error when it faces "core" directory. More details here: [1]. The

c++ build from source

2018-08-07 Thread Floris Van Nee
Hi, I'm trying to build Apache Ignite C++ from source on Ubuntu. First, I downloaded the Ignite 2.6 source code and built the Java part. This was successful. Then, I went to the modules/platforms/cpp directory and ran: libtoolize && aclocal && autoheader && automake --add-missing && autoreconf