Hi,

Today Arch seems to have updated lua to version 5.3.
Version 5.2 is in the package lua52.

I had to change the pkg_search_module in FindLua52.cmake from
"pkg_search_module(LUA52 lua5.2 lua-5.2 lua)" to
"pkg_search_module(LUA52 lua52 lua5.2 lua-5.2 lua)" to be able to
compile.

It seems it was trying to compile against 5.3 which gives the error
"implicit declaration of function ‘luaL_checkint’
[-Werror=implicit-function-declaration]"

I'm not sure if I should file a bug against the lua52 package on arch
or if it should be fixed by darktable.

-- 
Felix M. Cobos

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to