Discussion:
[Wt-interest] Wt Compiling Error
John Robson
2015-02-04 00:53:13 UTC
Permalink
Hi,

I'm using Arch Linux 64 bits, I already successful compiled other codes,
but I cannot compile Wt, I got this error: http://paste.debian.net/143858/

I'm using this command:

$ cmake -D CMAKE_CXX_COMPILER="g++" -D CMAKE_BUILD_TYPE="Release" -D
CMAKE_CXX_FLAGS="-std=gnu++11 -march=corei7-avx -O2 -g0 -D NDEBUG
-UNDEBUG" -D WT_CPP_11_MODE="-std=gnu++11" -D
WT_WRASTERIMAGE_IMPLEMENTATION="GraphicsMagick" /srv/sources/git/wt

$ time nice -n 19 make -j ${threads}

Can someone help me?

Thank you,
John

ps.: I started PostgreSQL and MySQL DBs.
John Robson
2015-02-04 23:41:42 UTC
Permalink
I got this error: http://paste.debian.net/144015/

I comment these lines and the compilation finish successful.

test/dbo/DboTest.C
149: //boost::optional<std::string> string3;
201: //if (string3 != other.string3) {
202: // DEBUG(std::cerr << "ERROR: string3 = " << string3 << " | "
203: // << other.string3 << std::endl);
269: //&& string3 == other.string3
296: //dbo::field(a, string3, "string3");

I'm using GCC 4.9.2, Boost 1.57.0, cmake 3.1.1, Arch Linux 64 bits
Continue reading on narkive:
Loading...