Hi,

I want to have quackle working in spanish. I noticed there is a raw
spanish lexicon in the data/raw_lexica, but there is no spanish dawg
or gaddag spanish files. 

I'd like to know if there is some documentation about how to generate
the files needed so I can use quackle in spanish,or if anyone here can
instruct me about what I need to do.

I tried to compile the makegaddag, makeminidawg and encodeleaves, but
I got linking errors similar to this:

quackle-0.96/makegaddag$ make
g++ -Wl,--no-undefined -o makegaddag obj/release/makegaddag.o   
-L/usr/lib -L.. -L../quackleio -lquackle -lquackleio -lQtGui -lQtCore
-lpthread
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::DictImplementation()':
dictimplementation.cpp:(.text+0x16c): undefined reference to
`Quackle::Generator::Generator()'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::~DictImplementation()':
dictimplementation.cpp:(.text+0x1bc): undefined reference to
`Quackle::Generator::~Generator()'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::~DictImplementation()':
dictimplementation.cpp:(.text+0x21c): undefined reference to
`Quackle::Generator::~Generator()'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::~DictImplementation()':
dictimplementation.cpp:(.text+0x27c): undefined reference to
`Quackle::Generator::~Generator()'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::DictImplementation()':
dictimplementation.cpp:(.text+0x2dc): undefined reference to
`Quackle::Generator::Generator()'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::isBritish(Quackle::FixedLengthString
const&)':
dictimplementation.cpp:(.text+0x3cb): undefined reference to
`Quackle::Generator::storeWordInfo(Quackle::WordWithInfo*)'
../quackleio/libquackleio.a(dictimplementation.o): In function
`QuackleIO::DictImplementation::query(QString const&, int)':
dictimplementation.cpp:(.text+0x612): undefined reference to
`Quackle::Generator::anagramLetters(Quackle::FixedLengthString const&,
int)'
dictimplementation.cpp:(.text+0x7f3): undefined reference to
`Quackle::Generator::storeWordInfo(Quackle::WordWithInfo*)'
dictimplementation.cpp:(.text+0x80b): undefined reference to
`Quackle::Generator::storeExtensions(Quackle::WordWithInfo*)'
collect2: ld returned 1 exit status
make: *** [makegaddag] Error 1

Also, if you can point me to some documentation about how quackle works.

Thanks

Ian


Reply via email to