<div dir="ltr">Hi all,<br><br>I'm trying to build the OSRM cloned from git master on Ubuntu 12.04.<br>I'm getting the "missing binary operator before token" error that was talked about in the bug tracker but my boost version is 1.51.<div>
<br></div><div style>Do you have any idea what I'm doing wrong?</div><div style><br></div><div style><br></div><div style>BR,</div><div style><br></div><div style>-Lauri<br></div><div style><br></div><div style><br></div>
<div style><br></div><div style>Here is the error:</div><div><div><div><div><br></div><div>scons: Building targets ...</div><div>g++ -o Algorithms/CRC32.o -c -minline-all-stringops -fopenmp -Wall -O3 -DNDEBUG -march=native -I/usr/include -I/usr/include/include -I/usr/include/libxml2 -I/usr/include/lua5.1 Algorithms/CRC32.cpp</div>
<div>g++ -o Contractor/EdgeBasedGraphFactory.o -c -minline-all-stringops -fopenmp -Wall -O3 -DNDEBUG -march=native -I/usr/include -I/usr/include/include -I/usr/include/libxml2 -I/usr/include/lua5.1 Contractor/EdgeBasedGraphFactory.cpp</div>
<div>In file included from /usr/include/luabind/wrapper_base.hpp:31:0,</div><div> from /usr/include/luabind/back_reference.hpp:27,</div><div> from /usr/include/luabind/class.hpp:93,</div><div>
from /usr/include/luabind/luabind.hpp:28,</div><div> from Contractor/EdgeBasedGraphFactory.h:59,</div><div> from Contractor/EdgeBasedGraphFactory.cpp:21:</div><div>/usr/include/luabind/detail/call_member.hpp:319:1: error: missing binary operator before token "("</div>
<div>In file included from /usr/include/luabind/back_reference.hpp:27:0,</div><div> from /usr/include/luabind/class.hpp:93,</div><div> from /usr/include/luabind/luabind.hpp:28,</div><div> from Contractor/EdgeBasedGraphFactory.h:59,</div>
<div> from Contractor/EdgeBasedGraphFactory.cpp:21:</div><div>/usr/include/luabind/wrapper_base.hpp:92:1: error: missing binary operator before token "("</div><div>In file included from /usr/include/luabind/function.hpp:10:0,</div>
<div> from /usr/include/luabind/class.hpp:94,</div><div> from /usr/include/luabind/luabind.hpp:28,</div><div> from Contractor/EdgeBasedGraphFactory.h:59,</div><div> from Contractor/EdgeBasedGraphFactory.cpp:21:</div>
<div>/usr/include/luabind/detail/call_function.hpp:326:1: error: missing binary operator before token "("</div><div>In file included from /usr/include/luabind/detail/constructor.hpp:12:0,</div><div> from /usr/include/luabind/class.hpp:96,</div>
<div> from /usr/include/luabind/luabind.hpp:28,</div><div> from Contractor/EdgeBasedGraphFactory.h:59,</div><div> from Contractor/EdgeBasedGraphFactory.cpp:21:</div><div>/usr/include/luabind/wrapper_base.hpp:92:1: error: missing binary operator before token "("</div>
<div>In file included from /usr/include/luabind/class.hpp:107:0,</div><div> from /usr/include/luabind/luabind.hpp:28,</div><div> from Contractor/EdgeBasedGraphFactory.h:59,</div><div> from Contractor/EdgeBasedGraphFactory.cpp:21:</div>
<div>/usr/include/luabind/detail/call_member.hpp:319:1: error: missing binary operator before token "("</div><div>scons: *** [Contractor/EdgeBasedGraphFactory.o] Error 1</div><div>scons: building terminated because of errors.</div>
</div></div></div><div><br></div></div>