It seems that luabind hasn't been updated in a couple of years.
After getting some unexplained problems with binding in my own code, I have been trying to compile the samples (filesystem.cpp), but they are getting problems too. It appears that in recent versions of C++ and/or GNU c++), some of the rules for resolving overloads have changed.
Is anybody still maintaining this tool and tracking these kinds of errors? Thanks, Tom
------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ luabind-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/luabind-user |
Am Freitag, 21. September 2012, 10:01:56 schrieb Thomas Breuel:
> It seems that luabind hasn't been updated in a couple of years. > > After getting some unexplained problems with binding in my own code, I have > been trying to compile the samples (filesystem.cpp), but they are getting > problems too. It appears that in recent versions of C++ and/or GNU c++), > some of the rules for resolving overloads have changed. > > Is anybody still maintaining this tool and tracking these kinds of errors? > > Thanks, > Tom I found a luabind repository [1] on BitBucket with recent commits by Peter Colberg. These are newer than those in a repository [2] I found on GitHub, which on the other hand have some forks [3] that appear recent. The upstream repository mentioned [4] on BitBucket, as well as the one mentioned [5] on GitHub are dead. The Rasterbar Software site for luabind [6], as well as the SourceForge site [7] appear to have suffered the same fate. Do you know where Peter Colberg's repository resides now? Which repository is official and merges all those efforts? Best regards, Dennis [1] https://bitbucket.org/cinderblocks/luabind [2] https://github.com/luabind/luabind [3] https://github.com/rpavlik/luabind [4] http://git.colberg.org/luabind.git [5] http://code.rasterbar.com/luabind [6] http://www.rasterbar.com/products/luabind.html [7] https://sourceforge.net/projects/luabind ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ luabind-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/luabind-user Mine ( https://github.com/rpavlik/luabind ) is actively maintained, and I'll merge in others' patches as I get the chance to. Thanks for finding these! Ryan
On Sun, Sep 9, 2012 at 11:35 AM, Dennis Schridde <[hidden email]> wrote: Hi Thomas! Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University [hidden email] http://academic.cleardefinition.com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ luabind-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/luabind-user Oh, and as an FYI, my repo has automated generation of the docs at http://www.vrac.iastate.edu/vancegroup/docs/luabind/ and automated regression tests (got a Jenkins server doing CI) Ryan
On Tue, Sep 11, 2012 at 7:18 PM, Ryan Pavlik <[hidden email]> wrote: Mine ( https://github.com/rpavlik/luabind ) is actively maintained, and I'll merge in others' patches as I get the chance to. Thanks for finding these! Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University [hidden email] http://academic.cleardefinition.com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ luabind-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/luabind-user ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ luabind-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/luabind-user |
Free forum by Nabble | Edit this page |