tuxkamen

Results 4 comments of tuxkamen

Note: I have similar issues with the MySQL generation (probably because it hard-searches for 'Distrib' in the version string and throws up on its shoes when the return string doesn't...

Did you have any thought about updating the calls to use something that's not so deprecated, like one of the more modern clock libraries that uses monotonic calls? There are...

Ah, wait, I just realized something--your Cygwin block has the stub that will fix the problem for Ubuntu 20 (I guess). I'll try providing that and seeing if it helps.

This will work for Ubuntu 20: ```` LIBS = -lcrypt -L/usr/local/lib -L/usr/local/include -L/usr/include -L/usr/include/x86_64-linux-gnu/ -L/usr/include/mysql $(COMMON_FLAGS) -lnsl -lcurl MYFLAGS = -DDEBUG_CRYPTO -DDEBUG -DSELFADVANCE -DIDLEDELETE_DRYRUN -Dlinux -I /usr/local/include/ -I /usr/include -I...