2008/8/16 G. Vincent Castellano <[EMAIL PROTECTED]>:

Hello GVC,

> Actually, that was pretty easy.  Good work, guys.
>
> What was giving me a problem was that you've got some 32-bit .o files in the
> tarball, so linking fails.  I just added a step to delete them and it works 
> fine:
>
> rm -rf /tmp/quackle-0.96
>
> cd /tmp
>
> tar -zxvf /home/gvc/Desktop/quackle-0.96-source.tar.gz
>
> cd /tmp/quackle-0.96
>
> #### Delete extraneous 32-bit object files
> find . -name *.o | xargs rm

They forgot to "make clean" before distributing the tarball. It's been
the cause of some errors for people who're building Quackle from
source. You can also do a "make clean" in the three directories, and
that will also remove the object files (along with any other temporary
files that may have been left around from a previous build).

> scons r=1

Scons is no longer necessary to build Quackle. This bit of information
is also missing from the README file. You can use qmake, followed by
make, to build all three bits of the package.

-- 
Anand

Reply via email to