7

How to update premake so I can compile a project?

view full story
linux-howto

http://stackoverflow.com – I'm trying to build the library Box2D on a new computer running Fedora 17. When I try to build Box2D, I get the error premake4.lua:26: attempt to call global 'vpaths' (a nil value) Some googling suggests that I need to use a newer version of premake. I went to the premake website to try just downloading an executable (the 4.4 beta version for linux), but running the version they have on their site gives me this error instead: /home/alex/Downloads/premake4: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory Whats the proper way to get the proper version and run it? (HowTos)