Skip to content
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

[BUG] config.status: error: cannot find input file: `src/Makefile.in' #327

Open
meiry opened this issue Jul 9, 2023 · 2 comments
Open
Assignees
Labels
bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@meiry
Copy link

meiry commented Jul 9, 2023

after succefuly build of libmicrohttpi try to run the configure command like this :

vagrant@vagrant:~/libhttpserver/build$ CPPFLAGS=-I/home/vagrant/libmicrohttpd/libmicrohttpd-0.9.77/build/libmicrohttpd/include LDFLAGS=-L/home/vagrant/libmicrohttpd/libmicrohttpd-0.9.77/build/libmicrohttpd/lib   ../configure --disable-doxygen-man --disable-doxygen-dot --disable-doxygen-doc --enable-debug CFLAGS="-g -O0" --prefix=/home/vagrant/libmicrohttpd/libmicrohttpd-0.9.77/build/libmicrohttpd

im getting this error :

checking for arpa/inet.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking microhttpd.h usability... yes
checking microhttpd.h presence... yes
checking for microhttpd.h... yes
checking for MHD_get_fdset2 in -lmicrohttpd... yes
checking for libmicrohttpd >= 0.9.64... checking whether to build with TCP_FASTOPEN support... yes
checking whether to link statically... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking whether to build with debug information... yes
checking whether to build with coverage information... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating test/test_content
config.status: creating test/test_content_2
config.status: creating test/test_content_empty
config.status: creating test/test_content_large
config.status: creating test/cert.pem
config.status: creating test/key.pem
config.status: creating test/test_root_ca.pem
config.status: creating test/libhttpserver.supp
config.status: creating examples/cert.pem
config.status: creating examples/key.pem
config.status: creating examples/test_content
config.status: creating libhttpserver.pc
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: error: cannot find input file: `src/Makefile.in'

Im using :
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"

@meiry meiry added the bug Confirmed bugs or reports that are very likely to be bugs. label Jul 9, 2023
@meiry meiry assigned etr Jul 9, 2023
@BeerenBubbleGume
Copy link

did you install libtool? I have same error and for me helps to install libtool

@etr
Copy link
Owner

etr commented Jul 23, 2023

Did you run the bootstrap script first before running configure?

see: https://github.com/etr/libhttpserver#building

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

No branches or pull requests

3 participants