On 12/28/2013 02:20 PM, Martin Peach wrote:
> On 2013-12-28 14:45, Fernando Lopez-Lezcano wrote:
>> On 12/28/2013 06:37 AM, Brendan Jones wrote:
>>> Seasons greetings all!
>>>
>>> Just a quick announcement to any that didn't know, the Fedora Jam spin
>>> has been released alongside Fedora 20.
>>
>> Amazing work by Brendan and all others!
>>
>>> For a synopsis of all included packages you can click here [1], and you
>>> can grab an ISO from here [2]
>>>
>>> PlanetCCRMA has also been updated in record time, so go here [3] to add
>>> your RT kernel, linuxsampler, supercollider, puredata and others not
>>> included on the spin.
>>
>> Actually pd-extended is still missing in action for Fedora 20. If anyone
>> out there has a patch to build it with Lua 5.2 let me know (it currently
>> needs Lua 5.1 and Fedora ships with 5.2)...
>
> As a first try you could change the Makefile to use 5.2 instead of 5.1 I
> don't know if that will break anything.
pd-extended itself does not complain but the build fails, see below. I
think I found some other software that had the same problems, I was
hoping someone had dealt with this already.
-- Fernando
---- cc -DPD -DHAVE_G_CANVAS_H -DZEXY_LIBRARY -I/builddir/build/BUILD/pd-extended/pd/src -Wall -W -ggdb -I/builddir/build/BUILD/pd-extended/externals/Gem -I/builddir/build/BUILD/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION='"0.6"' -I/usr/include/lua5.1 -o "pdlua.o" -c "pdlua.c" pdlua.c: In function 'pdlua_reader': pdlua.c:244:16: warning: unused parameter 'L' [-Wunused-parameter] lua_State *L, /**< Lua interpreter state. */ ^ pdlua.c: In function 'pdlua_dofile': pdlua.c:1558:17: error: too few arguments to function 'lua_load' if (lua_load(L, pdlua_reader, &reader, filename)) ^ In file included from pdlua.c:45:0: /usr/include/lua.h:261:13: note: declared here LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, ^ pdlua.c: In function 'pdlua_loader': pdlua.c:1704:9: error: too few arguments to function 'lua_load' if (lua_load(L, pdlua_reader, &reader, name) || lua_pcall(L, 0, 0, 0)) ^ In file included from pdlua.c:45:0: /usr/include/lua.h:261:13: note: declared here LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, ^ pdlua.c: In function 'pdlua_setup': pdlua.c:1770:5: warning: implicit declaration of function 'lua_open' [-Wimplicit-function-declaration] L = lua_open(); ^ pdlua.c:1770:7: warning: assignment makes pointer from integer without a cast [enabled by default] L = lua_open(); ^ pdlua.c:1800:9: error: too few arguments to function 'lua_load' result = lua_load(L, pdlua_reader, &reader, "pd.lua"); ^ In file included from pdlua.c:45:0: /usr/include/lua.h:261:13: note: declared here LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, ^ pdlua.c: At top level: pdlua.c:503:13: warning: 'pdlua_stack_dump' defined but not used [-Wunused-function] static void pdlua_stack_dump (lua_State *L) ^ make[3]: Leaving directory `/builddir/build/BUILD/pd-extended/externals/loaders/pdlua/src' make[3]: *** [pdlua.o] Error 1 make[2]: *** [loaders-pdlua] Error 2 make[2]: Leaving directory `/builddir/build/BUILD/pd-extended/externals' make[1]: Leaving directory `/builddir/build/BUILD/pd-extended/packages' make[1]: *** [externals] Error 2 make: *** [all] Error 2 RPM build errors: ---- _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/listinfo/linux-audio-userReceived on Sun Dec 29 04:15:02 2013
This archive was generated by hypermail 2.1.8 : Sun Dec 29 2013 - 04:15:02 EET