GNOME Bugzilla – Bug 725704
cannot find input file: `sources/glue/Makefile.in' error after running ". / Configure"
Last modified: 2015-01-10 12:38:39 UTC
When I put to run the command ". / Configure", after performing the command ". / Autogen.sh", it does all the normal procedure, and in the end, it returns this error indicating the lack of this file "makefile. in "this directory" sources / glue ". Most likely, it's the lack of file "makefile.in" in "sources / glue" directory. weiller@debian:~/Downloads/gstreamer-sharp-0.99.0$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no ./configure: line 2541: LT_INIT: command not found checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for MONO_DEPENDENCY... yes checking for mono... /usr/bin/mono checking for gmcs... /usr/bin/gmcs checking for gacutil... /usr/bin/gacutil checking for GLIB_SHARP... yes checking for GAPI... yes checking for gapi3-parser... /usr/bin/gapi3-parser checking for gapi3-fixup... /usr/bin/gapi3-fixup checking for gapi3-codegen... /usr/bin/gapi3-codegen checking for mdassembler... /usr/bin/mdassembler checking for monodocer... /usr/bin/monodocer checking for GST... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sources/Makefile config.status: error: cannot find input file: `sources/glue/Makefile.in'
(In reply to comment #0) > When I put to run the command ". / Configure" That's not a command. Maybe you meant ./configure instead? Also, your foldername says "gstreamer-sharp-0.99.0" but you filed this under version 1.2.3. Please always clarify the exact versionbug reports are about.
Oops... sorry.
Could you re-test with git master please? Also, the "./configure: line 2541: LT_INIT: command not found" indicates that you might be missing libtool.
(In reply to comment #3) > Could you re-test with git master please? > > Also, the "./configure: line 2541: LT_INIT: command not found" indicates that > you might be missing libtool. Hi Weiller, I am closing this bug report as no updated information has been provided. Please feel free to reopen this bug if you can provide the information that was asked for in a previous comment.