Hi, I'm on a gentoo machine wihtout Lua and use git pull of the master to make this test :
When i use build.sh, i saw "-- Lua support: Not found (using darktable's version)" When i launch the darktable (also tested with -d all) , i don't saw nothing about lua Regards Le mercredi 18 septembre 2013 à 21:29 +0200, jeremy rosen a écrit : > > > Hello everybody > > > I am still working on adding lua support to darktable, but one of the > problems encountered was that we have multiple platforms that don't > package lua 5.2 > > > to solve that problem I have added the source from the latest lua > release to the darktable git (this is a common practice in the lua > world). > > > with that in place the following rules apply > > > * if lua is disabled at cmake time, lua support won't be compiled in > > * if lua 5.2 is available (library provided by your distro) it will be > used > > * if there is no lua version available and lua hasn't been disabled > then darktable's version of lua will be statically compiled. > > > The exact status is reported by CMake during the configuration phase, > but you can also test the generated binary manually > > > * "ldd <darktable binary> | grep lua" will tell you if darktable uses > an external library for lua and where it is > > * when you start darktable it will print "Lua enabled" to stdout if > lua works correctly (internal or external). That message is temporary > and will be reverted before the final release > > > > So, if you run > > * gentoo > > * fedora > > * macosx > > > please compile the latest master and report what you see. Once I hear > from you three i'll be happy and i'll revert the commit printing the > message. > > > > Other platforms are also interesting so reports are welcomed too > > > I heard that the soon to be released version of fedora does have > lua5.2 available, i'd be interested if someone could test with that > release too. > > > Thx for your help > > > Boucman > ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
