I inserted the letters Q, W, Æ and Ü - that exists in list of valid Swedish scrabble words, but there are no tiles for them - into the alphabet file, and now the makeminidawg runs without unencoded words.
Am I going about this the right way? Anyway, playing Swedish scrabble in Quackle/Quacker works fine now as far as I can tell. //D --- In [email protected], "dqplz" <[EMAIL PROTECTED]> wrote: > > In the makeminidawg Makefile, I added "generator.o" to the list of > objects to make "makeminidawg". > > I do not know if this is the appropriate way to fix it, but now it > links, and works(?). > > Now, running makeminidawg produces this with the Swedish word list: > > === > $ ./makeminidawg --alphabet=swedish > Using alphabet file: ../data/alphabets/swedish.quackle_alphabet > not encodable without leftover: AFTERWORK > [...snip...] > not encodable without leftover: ZIMBABWISKA > encodable words: 109987, unencodable words: 295 > nodelist.size(): 431407 > nodelist.size(): 163919 > === > > The 295 listed unencodable words, are all words containing the letter > "W". In Swedish Scrabble, there is no "W"-tile, so I suppose this > means everything is ok now? > > //D > > --- In [email protected], "Jason Katz-Brown" > <jasonkatzbrown@> wrote: > > > > I also get this error, and spent a few hours trying to fix it, but I > > couldn't. It seems that olaugh doesn't get it this error message > > trying to compile on his Mac. > > > > Do you have any idea how to fix the linking problem? :) > > > > Thanks, > > Jason >
