Daniel Schmitt wrote:
Incidentally, if you are running this on a 64-bit
platform, you should
also replace the memcpy() call in the same file, line 744, with
something like "for (int i = 0; i < m_pick_size; ++i) temp_stack[i] =
m_pick_top[i];", because otherwise clicking on things won't do
anything. I'll send a patch to their mailing list.
Wow, someone got Tapestrea
running on a 64-bit machine. I'm compiling
now, with the fix above. I checked the Tapestrea mail list, your
attachment was scrubbed. Did it differ from your suggested fix here ?
Any other hints/advice for building and running the program on a 64-bit
box ?
Best,
dp