tjunier / newick_utils

shell tools for processing phylogenetic trees
Other
101 stars 31 forks source link

Fails to build with Lua 5.2.3: undeclared identifier 'LUA_GLOBALSINDEX' #6

Open sjackman opened 9 years ago

sjackman commented 9 years ago

See this gist for the complete log.

/bin/sh ../libtool --tag=CC   --mode=link clang  -g -O2   -o nw_indent indent.o indent_lex.o  -llua -lxml2 -lm 
lua_tree_editor.c:631:19: error: use of undeclared identifier 'LUA_GLOBALSINDEX'
                lua_getfield(L, LUA_GLOBALSINDEX, NODE);