Skip to content

Instantly share code, notes, and snippets.

@incandescentman
Created May 25, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incandescentman/73504e929b28632295f2cf1d32e14386 to your computer and use it in GitHub Desktop.
Save incandescentman/73504e929b28632295f2cf1d32e14386 to your computer and use it in GitHub Desktop.
~ (master *) $ brew install --verbose rhyme
==> Installing rhyme from shaunplee/rhyme
==> Downloading https://downloads.sourceforge.net/project/rhyme/rhyme/0.9/rhyme-0.9.tar.gz?r=&ts=1464063085
Already downloaded: /Library/Caches/Homebrew/rhyme-0.9.gz
==> Verifying rhyme-0.9.gz checksum
==> tar xf rhyme-0.9.tar
==> make -i BINPATH=/usr/local/bin RHYMEPATH=/usr/local/share/rhyme MANPATH=/usr/local/share/man/man1
gcc -Wall -O -c longline.c
gcc -Wall -O -c dict.c
gcc -Wall -O -c parts.c
gcc -Wall -O -c alloc.c
gcc -Wall -O -c rhyme.c -I/usr/include/readline
gcc -Wall -O -c setup.c -I/usr/include/readline -DDEFAULT_RHYMEPATH="\"/usr/local/share/rhyme\""
gcc -Wall -O -c getopt1.c
gcc -Wall -O -c getopt.c
gcc -Wall -O -o compile compile.c alloc.o longline.o -lgdbm
gcc -Wall -O -o merge merge.c alloc.o longline.o
gcc -Wall -O -o makedb makedb.c longline.o dict.o parts.o alloc.o
gcc -Wall -O -o rhyme main.c rhyme.o setup.o alloc.o getopt1.o getopt.o -I/usr/include/readline -lgdbm -lreadline -ltermcap
main.c:5:10: fatal error: 'readline.h' file not found
#include <readline.h>
^
1 error generated.
make: [rhyme] Error 1 (ignored)
./merge cmudict.0.6-2 cmudict.patch | ./makedb words.db rhymes.db multiple.db
./merge cmudict.0.6-2 cmudict.patch | ./makedb words.db rhymes.db multiple.db
./merge cmudict.0.6-2 cmudict.patch | ./makedb words.db rhymes.db multiple.db
128007 lines read from standard input
128007 lines read from standard input
128007 lines read from standard input
error opening words.db for writing
error opening words.db for writing
make: [words.db] Error 141 (ignored)
make: [multiple.db] Error 141 (ignored)
Inserted 125619 lines into words.db
Inserted 48017 lines into rhymes.db
Inserted 4868 lines into multiple.db
Error: No such file or directory---rhyme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment