Opened 9 years ago

Closed 9 years ago

#49023 closed defect (duplicate)

VLC @2.1.5: build fails with lua 5.3

Reported by: ballen4705 Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: VLC

Description

:info:build demux.c:61:13: error: implicit declaration of function 'luaL_checkint' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

{{{
:info:build     int n = luaL_checkint( L, 1 );
:info:build             ^
:info:build libs/configuration.c:87:46: error: implicit declaration of function 'luaL_checkint' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build             config_PutInt( p_this, psz_name, luaL_checkint( L, 2 ) );
:info:build                                              ^
:info:build ../../include/vlc_configuration.h:143:60: note: expanded from macro 'config_PutInt'
:info:build #define config_PutInt(a,b,c) config_PutInt(VLC_OBJECT(a),b,c)

}}}

I believe all tools are up to date, OSX Yosemite 10.10.5

Let me know if more details are needed and I will provide them.

Change History (1)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Port: VLC added
Resolution: duplicate
Status: newclosed
Summary: VLC build failsVLC @2.1.5: build fails with lua 5.3

Duplicate of #49022.

Note: See TracTickets for help on using tickets.