torch / qtlua

Lua interface to QT library
Other
206 stars 73 forks source link

qlua: undefined symbol #28

Open xyxxyx opened 8 years ago

xyxxyx commented 8 years ago

I install and run torch successfully. But when I use qlua to run a script, it get the followed error:

qlua: symbol lookup error: /home/xx/ torch/install/bin/../lib/libqlua.so: undefined symbol : _ZH6QMutex12lockInternalEv.

@bmartini @andresy Can you give me some advice? Thank you!