You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2014/08/14 17:54:12 UTC

[jira] [Created] (TS-3013) lua doesn't build with ccache on darwin

James Peach created TS-3013:
-------------------------------

             Summary: lua doesn't build with ccache on darwin
                 Key: TS-3013
                 URL: https://issues.apache.org/jira/browse/TS-3013
             Project: Traffic Server
          Issue Type: Bug
          Components: Build, Lua
            Reporter: James Peach


{code}
Making all in luajit
test -d "../lib/luajit/src" || (cd ".." && git submodule update --init)
test -d "../lib/luajit/src" || cp -rf "./luajit" "../lib/"
cd luajit && /Applications/Xcode6-Beta.app/Contents/Developer/usr/bin/make  BUILDMODE="static" PREFIX="/opt/ats" CC="ccache cc" \
	                     CFLAGS="-O0 -g -pipe -Wall -Wno-deprecated-declarations -Qunused-arguments -Werror -mcx16 -DLUA_COMPAT_ALL -DLUA_USE_POSIX -DLUA_USE_DLOPEN" LDFLAGS=""
==== Building LuaJIT 2.0.3 ====
/Applications/Xcode6-Beta.app/Contents/Developer/usr/bin/make -C src
HOSTCC    host/minilua.o
host/minilua.c:1350:8: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
if(((n)==(0)))
    ~~~^~~~~
{code}

I can't easily see what the problem is due to TS-2917.



--
This message was sent by Atlassian JIRA
(v6.2#6252)