David Given
David Given
Does the change in #54 help at all?
I can confirm that I both have this problem (on Debian unstable) and that the suggested fix fixes it.
...well, up to a point. I also had to hack the config.py file to add `-fPIC` to the compiler flags, or else Qt would bail out with an error. (But...
Debian/Ubuntu have (IIRC) a moc wrapper which uses an environment variable to decide whether to run the Qt4 moc or the Qt5 one. I suspect I don't have Qt4 installed,...
...also, the ocamlc, ocamlopt version check _says_ it's looking for a version of ocamlc of 3.12 or higher, but actually seems to look for 4.00 or higher. I'm not quite...
(edited post because I uploaded the wrong image...)
I'd rather not do a copyright assignment, but mostly because they're really annoying. If there's another route I'd prefer to go that way; I'm perfectly happy to relicense what's left...
Gosh, the Basic compiler! That's... obscure... The Basic dialect is pretty weird. Looking at the documentation (http://tack.sourceforge.net/olddocs/basic.html#2.3.%20DATA) it appears that DATA values are written to an external file which then...
Thanks very much! I've left a couple of comments.
That is, github review comments, not code comments! They should show up in the github UI here, above this message: https://github.com/davidgiven/ack/pull/235