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" <[EMAIL PROTECTED]> 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
