Following (I believe) Anand Buddhdev's suggestion, I had this failed
attempt:

$wget -q -O quackle.tar.gz
http://quackle.cvs.sourceforge.net/viewvc/quackle/quackle/?view=tar ;
sha1sum quackle.tar.gz ; gunzip quackle.tar.gz ; tar -xf quackle.tar ;
cd quackle ; pwd ; qmake ; make
66b4f4c9ae4695957cf9e4df03d9f477a79dbd9f  quackle.tar.gz
/usr/local/quackle
g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-I../../share/qt4/mkspecs/linux-g++ -I. -I../../include/qt4 -I. -I. -o
obj/release/bogowinplayer.o bogowinplayer.cpp
In file included from board.h:28,
                  from game.h:29,
                  from sim.h:27,
                  from computerplayer.h:24,
                  from bogowinplayer.h:24,
                  from bogowinplayer.cpp:23:
move.h:100: warning: type qualifiers ignored on function return type
move.h:103: warning: type qualifiers ignored on function return type
move.h:198: warning: type qualifiers ignored on function return type
move.h:208: warning: type qualifiers ignored on function return type
g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-I../../share/qt4/mkspecs/linux-g++ -I. -I../../include/qt4 -I. -I. -o
obj/release/alphabetparameters.o alphabetparameters.cpp
In file included from alphabetparameters.h:27,
                  from alphabetparameters.cpp:24:
fixedstring.h:70: error: `string' in namespace `std'
does not name a type
alphabetparameters.cpp: In function `void
Quackle::String::counts(const Quackle::LetterString&, char*)':
alphabetparameters.cpp:93: warning: array subscript has type
`char'
alphabetparameters.cpp: In function `void
Quackle::String::counts(const Quackle::LongLetterString&, char*)':
alphabetparameters.cpp:103: warning: array subscript has type
`char'
make: *** [obj/release/alphabetparameters.o] Error 1

$pwd && qmake && cd quackleio/ && qmake && cd ../quacker/ && qmake && cd
.. && make
/usr/local/quackle
g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-I../../share/qt4/mkspecs/linux-g++ -I. -I../../include/qt4 -I. -I. -o
obj/release/alphabetparameters.o alphabetparameters.cpp
In file included from alphabetparameters.h:27,
                  from alphabetparameters.cpp:24:
fixedstring.h:70: error: `string' in namespace `std'
does not name a type
alphabetparameters.cpp: In function `void
Quackle::String::counts(const Quackle::LetterString&, char*)':
alphabetparameters.cpp:93: warning: array subscript has type
`char'
alphabetparameters.cpp: In function `void
Quackle::String::counts(const Quackle::LongLetterString&, char*)':
alphabetparameters.cpp:103: warning: array subscript has type
`char'
make: *** [obj/release/alphabetparameters.o] Error 1

--- In [email protected], Anand Buddhdev <arh...@...> wrote:
>
> On 26 August 2010 19:41, tatapudy tatap...@... wrote:
>
>  Okay, I removed the quackle-0.96 directory, downloaded a  new copy of
> > quackle-0.96-source.tar.gz and created the new quackle-0.96
directory.  My
> > versions of the development tools:
> >
>
> This won't help. The change the Matt committed was to the trunk of the
> Quackle repository on SourceForge. You'll need to download the latest
code
> from there by using subversion, or clicking on the "Download GNU
tarball"
> link at the end of this page:
>
> http://quackle.cvs.sourceforge.net/viewvc/quackle/quackle/
>
> Regards,
>
> Anand
>

Reply via email to