se5a
se5a
Ah! that makes a lot more sense now, I see how the values work, I wasn't seeing that the numbers represented the position of the binary bits. I still didn't...
tested with an older version of pronterface to double check it wasn't pronterface, and also tested by sending M24. both tests failed to resume the print.
ImGui.Text(), but it's no biggy if its a problem, I can work around it, mostly it was just something that worked in a previous version.
currently getting this now, not sure if it's a dependancy issue or... ``` ... ../../source/as_builder.cpp: In member function ‘asCObjectType* asCBuilder::GetObjectType(const char*, asSNameSpace*)’: ../../source/as_builder.cpp:5676:2: warning: ‘auto’ changes meaning in C++11; please...
No, I never managed to figure it out and the whole thing ended up in the "too hard basket". I've also moved onto mint 19 now and so it's a...
*Sigh* I know this is not really the place but it needs being said, Linux has problems, and until we admit that the problems actually exist, they'll never get fixed....
Ah right, I'll give that a shot. Checking dependencies was on my list of things to try but I figured someone else would have the same problem so I figured...
Still getting the same error with libpng16-16 version (1.6.20-2).
looks like I have libpng12 installed as well, and apt-get remove wont uninstall it due to unmet dependencies. not sure what command I'm supposed to be manually executing there and...
ah. so that'll be why putting nonsense in the COPY_LIBS line didn't even make a difference. (couldn't figure out whether the filename should have been libpng.1.6.so or libpng16.so.16.20.0 or libpng16.so.16...