Triode: I'm not sure if it is best to contact you here or at the Google Code site, but I've put a patch on the "issues" section (https://code.google.com/p/jivelite/issues/detail?id=2) that changes all of the hard coding of the location of the lua include files to a variable. Many of the Makefiles assumed lua.h (and others) were located in /usr/local/include, but Arch (and Fedora, I believe) places those files in /usr/include. The patch simply changes everything to use a defined variable (PREFIX), which can be changed at compile time.
George ------------------------------------------------------------------------ ggalt's Profile: http://forums.slimdevices.com/member.php?userid=4941 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
