Boost C++ Libraries: Ticket #885: Error while compiling >< https://svn.boost.org/trac10/ticket/885 <pre class="wiki">Hi guys, im sorry if this isnt quite were this belongs but i cant figure it out, since im new to Boost :( heres whats happening to me, I run a MUD and im starting to intergrate boost and luabind to it. and when i use make on my game, after installing boost, and luabind i get: In file included from /usr/local/include/boost-1_33_1/boost/mpl/int.hpp:17, from /usr/local/include/boost-1_33_1/boost/type_traits/detail/template_arity_spec.hpp:10, from /usr/local/include/boost-1_33_1/boost/type_traits/detail/type_trait_def.hpp:14, from /usr/local/include/boost-1_33_1/boost/type_traits/add_const.hpp:16, from /usr/local/include/boost-1_33_1/boost/type_traits.hpp:13, from /home/abyss/abyss/src/luabind/luabind/class.hpp:79, from /home/abyss/abyss/src/luabind/luabind/luabind.hpp:28, from lua.c:9: /usr/local/include/boost-1_33_1/boost/mpl/int_fwd.hpp:22: error: syntax error before numeric constant /usr/local/include/boost-1_33_1/boost/mpl/int_fwd.hpp:25: confused by earlier errors, bailing out make: *** [lua.o] Error 1 im using g++ to compile, and im not sure how to fix this problem :( my Makefile looks like: CC = ccache g++ PROF = -O -ggdb W_FLAGS = -Wall -Werror NOCRYPT = LDFLAGS = -L/opt/lampp/lib/ -L/usr/local/lib/ -I/usr/local/include/boost-1_33_$ -L/home/abyss/abyss/src/lua-5.1.1/src/ -I./lua-5.1.1/src/ \ -L/usr/lib/mysql/ -I/usr/include/mysql/ -I/usr/local/include/scripti$ -I/home/abyss/abyss/src/luabind/ C_FLAGS = $(LDFLAGS) $(PROF) $(W_FLAGS) $(NOCRYPT) L_FLAGS = $(PROF) LIBS = -L/home/abyss/abyss/src/lua-5.1.1/src/ -llua \ -L/usr/local/lib/ -lgd -lcrypt -lm \ -lmysqlclient -lnsl -laspell </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/885 Trac 1.4.3 René Rivera Sun, 29 Apr 2007 17:38:41 GMT status changed https://svn.boost.org/trac10/ticket/885#comment:1 https://svn.boost.org/trac10/ticket/885#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=33595 Originator: NO There is no way to know, with the given info, if this is a problem with LuaBind, Boost, or any other code. If you can find a self contained reproducible test case, there's nothing we can do. I suggest you post to the users list you might get better feedback there. </pre> Ticket