does lua work in linux ?

Archives Forums/Linux Discussion/does lua work in linux ?

QuietBloke(Posted 2008) [#1]
I was just mucking around using lua on my windows machine then I decided to carry on using the linux box when when I compile it fails with a dialog saying

"cannot find interface for module axe.lua"

this is the code Im trying to compile.



any ideas ?


Perturbatio(Posted 2008) [#2]
is there a folder called axe.mod in your mods folder?


Perturbatio(Posted 2008) [#3]
this is the result of me compiling:



QuietBloke(Posted 2008) [#4]
duh !,

OK.. there is no axe.mod folder. Stupid me for not checking.
I did a full synch last night and Im sure I checked the axe checkbox.

I dont have internet at the moment so Ill try to re-synch tonight and actually check it this time :)

sorry for wasting your time on that.


Dreamora(Posted 2008) [#5]
axe.lua is not on the 1.28
you can only get it by manually syncing it from the 1.24 syncmod server


QuietBloke(Posted 2008) [#6]
cheers.. Now I actually have the axe.lua module it works.

anyway... after my stupidity Ill try and follow it up with a half decent question.

does anyone know what that warning message means when you run it ?

I never got rid of the warning I always get about libstdc++.so.6 needs by libGLU.. may conflict with libstdc++.so.4.

Now I get this new warning too.. Should I worry about it ?
Perturbatio's output shows it in case your wondering what the warning message is.


Perturbatio(Posted 2008) [#7]
the error message in my output is about loslib.c using a dangerous function, what's the libstdc error?


QuietBloke(Posted 2008) [#8]
the warning I get is :

/usr/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/libGLU.so, may conflict with libstdc++.so.5


Perturbatio(Posted 2008) [#9]
well... that doesn't seem to cause a problem for this guy


QuietBloke(Posted 2008) [#10]
yeah... Ive always had that particular warning I just find it a little iritating.
Im a bit Obsessive-compulsive I guess..
Im one of those people who when coding will keep fixing the code until the compiler returns zero warnings.