-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Hello,
I am following these steps in order to build Awesome window manager on 10.04
I am building 3.4 while the tutorial is for 3.1
I installed all of the specified dependencies including cairo.
After running cd awesome-3.4 && make I get the following missing dependencies error:
Running…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I am following these steps in order to build Awesome window manager on 10.04
I am building 3.4 while the tutorial is for 3.1
I installed all of the specified dependencies including cairo.
EDIT I ran:
sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using tolua++ to export some C++ classes to Lua.
My understanding that each class is 'implemented' on the lua side, as a lua table. I am wondering if it is possible therefore, to add new (Lua) methods to the C++ object table so that I can achieve the effect of adding new methods to the C++ class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using swig-lua. I have a function in Lua which I call and it returns me a pointer (userdata). right now I know what this pointer is, but how can I tell Lua from within Lua?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need a higher resolution for my program to run. For some reason I cannot discern alone, LOVE is not applying (or finding?) conf.lua.
My folder architecture is as follows:
basefolder/
basefolder/main.lua
basefolder/conf.lua
basefolder/Resources/
My conf.lua reads:
function love.conf(t)
…
>>> More