Help me find a Major/Phonetic system mnemonic program for OSX! **or** Help me compile & run this mnemonic program that I've been assured *cannot* be run in OSX!
October 6, 2005 9:12 PM
Subscribe
Help me find a Major/Phonetic system mnemonic program for OSX! **or** Help me compile & run this mnemonic program that I've been assured *cannot* be run in OSX!
I'm trying to get a program running on my computer to help with the Major System aka the Phonetic System. (Info at http://en.wikipedia.org/wiki/Major_system) (It's basically a mnemonic system that turns numbers into consonant sounds that you can make words out of. "Toads", for example is t/d[1] t/d[1] s/z[0] = 110. Computer programs help in this endeavor, because it is easy to convert a given number into consonant sounds (1973 = t/d-p/b-k/g-m) but it's relatively difficult to turn those sounds into a word. (tabegim? tipkem?) Programs can be made to search an english dictionary for appropriate words.
So far, it appears Mnemisis (http://mnemisis.sourceforge.net/ ) is my best/only bet. However, when I try to configure it, this occurs:
% ./configure
loading cache ./config.cache
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for ctype.h... yes
checking for regex.h... yes
checking for stdlib.h... yes
checking for streambuf.h... no
configure: error: couldn't find needed C header for back end
streambuf.h is on my system in the /backward directory, and has, from what I understand, been flagged by Apple as a broken header file. As I've heard, the solution is an update to Mnemesis, but this seems unlikely, since Mnemesis was last updated in 2003.
posted by sdis to computers & internet (9 comments total)
posted by RichardP at 9:37 PM on October 6, 2005