You'll probably need to qmake and make in quackle/, quackle/quackleio, and quackle/test. I imagine that's what you did, so could you post the entire error message (from command line to that hiccough)?
Thanks! --Jason On Wed, Oct 15, 2008 at 11:21, John O'Laughlin <[EMAIL PROTECTED]> wrote: > On Wed, Oct 15, 2008 at 5:28 AM, James Griffin <[EMAIL PROTECTED]> wrote: >> Hi >> >> I'm new to Quackle, and was wondering how I'd go about running >> quackletest? I have tried simply compiling everything in the folder >> using gcc *.cpp but I receive the following error: >> >> ld: duplicate symbol spit(int, std::basic_string<char, >> std::char_traits<char>, std::allocator<char> >, char*) >> >> So I presume I'm doing something wrong! > > qmake and make in the test directory should do it > > John >
