greatwolf
greatwolf
What does it show when you `print(my_lib)`?
Most of the libraries you have to download and compile. Jansson also uses CMake but it doesn't have any other dependencies so should be easy to build. For Curl and...
You need to tell cmake where to look for them. You can do that with `-DCMAKE_PREFIX_PATH`. Also see issue #246.
Find out where the make install put the *.lib and include files. That's the path `CMAKE_PREFIX_PATH` needs to point to. Wherever the install location it should have a directory structure...
It looks like the `./config` `make` is trying to build using mingw toolchain. You should try building jansson with cmake instead with NMake as the generator. Note that static libraries...
I can't reproduce this on my end. Does this happen with all the pieces and background theme?
Something I wish a standard lua vm would do is to just look in whatever location it currently resides in and searches and runs a predetermined configuration file. This provides...
I see the problem. My initial thought was perhaps a weak table might offer a solution. Like setup some kind of machinery that auto-nils lua references when the object goes...
I guess the question really comes down to who owns the resource. In the simple `file *` case, lua clearly owns that so `file:close()` didn't have to worry whether C/C++...
I'm experiencing the same issue as @qu1ck when booting Linux Mint LMDE edition. This is on a laptop with 8gb of ram. His Deb 12 Cinnamon bootup screenshot is what...