Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 11:11:55 +0200
From:      Peter <list-freebsd-ports@jyborn.se>
To:        freebsd-ports@freebsd.org
Subject:   Anyone got RethinkDB working in FreeBSD?
Message-ID:  <20150911091155.GU13922@pol-server.leissner.se>

next in thread | raw e-mail | index | archive | help
Hello!

http://www.rethinkdb.com/

I tried compiling it in FreeBSD 9.3, and managed
to get past configure and the start of gmake, but
then got a lot of these:

./src/errors.hpp:103:9: error: 'BREAKPOINT' was not declared in this scope
         BREAKPOINT;                                                 \
         ^
./src/errors.hpp:123:13: note: in expansion of macro 'crash_or_trap'
             crash_or_trap(format_assert_message("Guarantee", cond) msg); \
             ^
./src/rdb_protocol/changefeed.hpp:267:13: note: in expansion of macro 'guarantee'
             guarantee(k == p.first->second.first);
             ^
./src/errors.hpp:103:9: error: 'BREAKPOINT' was not declared in this scope
         BREAKPOINT;                                                 \
         ^
./src/errors.hpp:123:13: note: in expansion of macro 'crash_or_trap'
             crash_or_trap(format_assert_message("Guarantee", cond) msg); \
             ^
./src/rdb_protocol/changefeed.hpp:269:13: note: in expansion of macro 'guarantee'
             guarantee(it != index.end());
             ^
Any ideas how to fix this?
(Or if there is a FreeBSD port of RethinkDB in someones pipe? :) )

Thanks!

--
Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150911091155.GU13922>