On Thursday 14 June 2007 19:08:09 markiangooley wrote: Hi Mark,
> I haven't done real work with Unix in over a decade, and I'm still > none too good at Linux. Right now I have Feisty Fawn, 64-bit version, > running on this machine, and I can't even get the qt4 package working > right. > > Anyone have a pre-compiled version of Quackle for Linux that will run > under Ubuntu? Or any tips on getting the thing to work? I'm running Kubuntu Feisty Fawn, and I've compiled Quackle successfully. The current version, 0.95, needs a one-line fix to compile. In the file fixedstring.h, insert the following near the top of the file: #include <cassert> Then make sure you have the following packages installed: libqt4-core libqt4-dev libqt4-gui You should be able to compile and run Quackle. If it still doesn't work, let me know, and I'll email you the binary I've compiled. Regards, -- Anand
