Michal Kottman

Results 25 comments of Michal Kottman

Using FFI has been discussed with Mike Pall before, however there is no plan in supporting all the various intricacies of the C++ ABI between operating systems and compilers. Therefore...

Hi, unfortunatelly I cannot get hold of a Mac, so I cannot reproduce and test the bug. Could you try compiling lqt using: ``` cmake -DCMAKE_BUILD_TYPE=Debug /path/to/lqt make ``` to...

Unfortunately, I do not (yet) see the reason for such behavior. I am trying to get hold of a Mac machine with Xcode to find the bug. If the version...

It seems that this issue is not Lqt specific, but an issue with Lua + Mac OS X + dynamic libraries. It happens in [other projects](http://code.google.com/p/luahpdf/issues/detail?id=1) on Mac OS X...

Ok, I finally managed to get access to Mac OS X and try it out. Unfortunatelly, I couldn't make it run with stock Lua using `make macosx`. The generated .dylib...

Yes, it only builds 32-bit libraries, even though I also installed Qt "Cocoa" 64-bit libraries. Unfortunately, I have not (yet) found a way to build 64-bit modules using Qt. Any...

Have you compiled BOTH Lua from LuaDist and the latest Lqt using the provided steps?

This is the article that led me to compiling Lua and Lqt in 32-bit only mode. I do not have enough Mac OS X experience (almost zero) to completely comprehend...

I have QScintilla in my mental TODO list :) However, I cannot guarantee when I will get to do it (but it should be in the next months...). If you...