Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread Cristiano Urban
Hi,thank you for the tip.I'm going to remove the submission and test with both lua and lua53 installed. Cheers, Cristiano. Il 30 lug 2023 14:07, fourtysixandtwo ha scritto:Hi Cristiano,It did fail if lua was also installed.  Adding the following works though.+# set lua version to use otherwise it

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread fourtysixandtwo
Hi Cristiano, It did fail if lua was also installed. Adding the following works though. +# set lua version to use otherwise it will use an older version \ +# if more than one installed +sed -i 's/^find_package(Lua/find_package(Lua 5.3/' CMakeLists.txt + mkdir -p build cd build Cheers On Sun, J

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread Cristiano Urban
Great! I didn't notice lua52 and lua53 packages!Just tested with lua53 and it works fine. I will submit the slackbuild ASAP.Thank you very much!All the best,Cristiano.Il 30 lug 2023 13:01, J via SlackBuilds-users ha scritto:Hi Christiano,Requiring lua 5.3 shouldn’t be a problem as sbo contains a p

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread J via SlackBuilds-users
Hi Christiano, Requiring lua 5.3 shouldn’t be a problem as sbo contains a package (lua53) that can co-exist with a regular lua install. I keep an install of lua53 on my systems without any noticeable problems with other packages and it may even satisfy deps for the lua package

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread fourtysixandtwo
If you update the REQs to use the lua53 slackbuild instead, xournalpp v1.2.0 builds fine here. Cheers On Sun, Jul 30, 2023 at 4:05 AM Cristiano Urban wrote: > Hi, > it seems that the new version of xournalpp doesn't build because it > requires lua v5.3. > > Since lua is required by other packag

[Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread Cristiano Urban
Hi,it seems that the new version of xournalpp doesn't build because it requires lua v5.3.Since lua is required by other packages on SBo, I'm aware that upgrading lua could break some of these packages. If this is the case, I can get stuck at the current version (1.1.3) for now.Thank you! Cheers, Cr