-
Notifications
You must be signed in to change notification settings - Fork 33
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
config.status: error: cannot find input file: `Makefile.in' #13
Comments
|
That's weird, because I called I added the When I call When I call chmod +x Makefile.in
./Makefile.in I get./Makefile.am: line 1: AUTOMAKE_OPTIONS: command not found
./Makefile.am: line 3: datadir: command not found
./Makefile.am: line 3: localedir: command not found
./Makefile.am: line 5: AM_CFLAGS: command not found
./Makefile.am: line 8: ACLOCAL_AMFLAGS: command not found
./Makefile.am: line 10: lib_LTLIBRARIES: command not found
./Makefile.am: line 12: EXTRA_DIST: command not found
./Makefile.am: line 13: CLEANFILES: command not found
./Makefile.am: line 17: EXTRA_DIST: command not found
./Makefile.am: line 30: CURRENT: command not found
./Makefile.am: line 30: REVISION: command not found
./Makefile.am: line 30: AGE: command not found
./Makefile.am: line 34: ChangeLog:: command not found
./Makefile.am: line 37: dist-hook:: command not found
./Makefile.am: line 39: .PHONY:: command not found
./Makefile.am: line 41: EXTRA_DIST: command not found
./Makefile.am: line 45: EXTRA_DIST: command not found
./Makefile.am: line 50: includedir: command not found
./Makefile.am: line 50: libpcaudio_includedir: command not found
./Makefile.am: line 51: libpcaudio_include_HEADERS: command not found
./Makefile.am: line 54: lib_LTLIBRARIES: command not found
./Makefile.am: line 56: LIBPCAUDIO_VERSION: command not found
./Makefile.am: line 56: src_libpcaudio_la_LDFLAGS: command not found
./Makefile.am: line 62: src_libpcaudio_la_CFLAGS: command not found
./Makefile.am: line 67: src_libpcaudio_la_SOURCES: command not found
./Makefile.am: line 76: EXTRA_DIST: command not found
./Makefile.am: line 93: syntax error: unexpected end of file |
Building for osx, and am a novice to C/pp build systems. Used the following command:
./autogen.sh autoconf && ./configure make
Which interrupts during the
./configure
step, because:make
I do have
Makefile.am
though. Was.in
supposed to be generated, should i change the.am
's extension, or is the issue something else altogether?Thanks
The text was updated successfully, but these errors were encountered: