-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No rule to make target 'lex_lookup' #5
Comments
@yohayn I need better information in order to debug your problem. Can you give me the output of just running ./configure? Does make finish successfully? What exact message do you get when you run |
I am using version 2.0.5
This is the output for running ./configure
$ ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for mmap... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking mmsystem.h usability... no
checking mmsystem.h presence... yes
configure: WARNING: mmsystem.h: present but cannot be compiled
configure: WARNING: mmsystem.h: check for missing prerequisite headers?
configure: WARNING: mmsystem.h: see the Autoconf documentation
configure: WARNING: mmsystem.h: section "Present But Cannot Be Compiled"
configure: WARNING: mmsystem.h: proceeding with the compiler's result
checking for mmsystem.h... no
configure: creating ./config.status
config.status: creating config/config
config.status: creating config/system.mak
Ok, i kept the original Makefile. the line I am getting is - $ make
lex_lookup
make: *** No rule to make target 'lex_lookup'. Stop.
2017-09-13 21:51 GMT+03:00 David Mortensen <notifications@github.com>:
… @yohayn <https://github.com/yohayn> I need better information in order to
debug your problem. Can you give me the output of just running ./configure?
Does make finish successfully? What exact message do you get when you run make
lex_lookup? And why are you editing the Makefile? Cygwin should have GNU
cp, not BSD cp.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQBi6-4nlXkn5ztqd9oR9karcquua9nAks5siCREgaJpZM4PWZFX>
.
|
Apologies for the lag in reply time—my GitHub messages were being redirected to the trash. I don't know why your Makefile does not have a lex_lookup target. Are you sure you are using the version of Flite linked in the README (not the most recent one on the Flite website, which does not yet include lex_lookup)? |
Wait, are you doing the following? |
I'm having this same issue. I'm using the same Flite linked in the website. The error is the same after I do: |
Same problem here, it seems to be related to the use of cygwin. I tried to run |
Hello
I am trying to install lex_lookup, since I wish to convert an English text to API.
I ran Cygwin using Windows 10. I followed the instructions, including changing the "cp -pd" to "cp -pR" in the relevant flite-2.0.5-current\main\Makefile file. However, I cannot manage to run this command - "make lex_lookup".
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: