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

autoreconf -ivf error #613

Closed
Candy710 opened this issue Jun 15, 2017 · 5 comments
Closed

autoreconf -ivf error #613

Candy710 opened this issue Jun 15, 2017 · 5 comments

Comments

@Candy710
Copy link

Candy710 commented Jun 15, 2017

I follow the steps and occured this error,how can solve it?thank you very much.

  1. linuxidc@www:~/folly/folly$ autoreconf -ivf
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal --force -I m4
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy --force
  7. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
  8. libtoolize: copying file `build-aux/ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  10. libtoolize: copying file `m4/libtool.m4'
  11. libtoolize: copying file `m4/ltoptions.m4'
  12. libtoolize: copying file `m4/ltsugar.m4'
  13. libtoolize: copying file `m4/ltversion.m4'
  14. libtoolize: copying file `m4/lt~obsolete.m4'
  15. autoreconf: running: /usr/bin/autoconf --force
  16. autoreconf: running: /usr/bin/autoheader --force
  17. autoreconf: running: automake --add-missing --copy --force-missing
  18. stats/test/Makefile.am:6: warning: variable 'libgtest_la_SOURCES' is defined but no program or
  19. stats/test/Makefile.am:6: library has 'libgtest_la' as canonical name (possible typo)
  20. test/Makefile.am:99: warning: variable 'thread_id_test_SOURCES' is defined but no program or
  21. test/Makefile.am:99: library has 'thread_id_test' as canonical name (possible typo)
  22. test/Makefile.am:100: warning: variable 'thread_id_test_LDADD' is defined but no program or
  23. test/Makefile.am:100: library has 'thread_id_test' as canonical name (possible typo)
  24. autoreconf: Leaving directory `.'
@set-daemon
Copy link

i tried the folly-2017.07.31.00 version on centos6.5, "autoreconf -ivf" executed failed as following errors:
autoreconf: 'configure.ac' or 'configure.in' is required
thanks!

@yfeldblum
Copy link
Contributor

@Candy710 - My first guess is that you are missing a required package? Check the readme / sample build scripts for the list of all required packages on your platform.

@set-daemon - autoreconf -ivf and all other build commands are expected to be run from within the folly subdirectory, not from the root of the repo, as described in the readme / sample build scripts.

@set-daemon
Copy link

thanks @yfeldblum, my problem has been solved by running from withing the folly subdirectory.

@yidazhi
Copy link

yidazhi commented Sep 20, 2018

autoreconf: configure.ac' or configure.in' is required thanks
image

@Orvid
Copy link
Contributor

Orvid commented Sep 20, 2018

@yidazhi The autotools based build system has been removed from Folly in favor of CMake, so you'll need to build Folly with CMake rather than autotools.

@Orvid Orvid closed this as completed Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants