--- In icsi-speech-tools@yahoogroups.com, "qingqing.zhang"
<qingqing.zhang@...> wrote:
>
> When I executed ./labels2pfile, it printed
> "can't find package Dpwe_Utilfns
> while executing
> "package require Dpwe_Utilfns"
> (file "./labels2pfile" line 16)"
>
> Did I miss any package when I use this program? Thank you.
>
I haven't looked at this stuff in some time, but dpwelib should have
been included. You can also get it individually from:
ftp://ftp.icsi.berkeley.edu/pub/real/dpwe
It's a set of routines by Dan Ellis mostly for handling audio, but
also a bunch of utility routines that he uses elsewhere (like
labels2pfile).
When you configure and install label2pfile, you have to point it at
the dpwelib installation. I think it's --with-dpwelib=path, but try
./configure --help for the exact argument.
If the above doesn't work, please post again and we can try to track
down the problem!
Adam Janin