[
https://issues.apache.org/jira/browse/TS-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom resolved TS-3013.
-------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 6.0.0)
> 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.3.4#6332)