You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./autogen.sh aclocal: warning: couldn't open directory 'build-aux/m4': Нет такого файла или каталога libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, build-aux'.
libtoolize: copying file build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, build-aux/m4'.
libtoolize: copying file build-aux/m4/libtool.m4' libtoolize: copying file build-aux/m4/ltoptions.m4'
libtoolize: copying file build-aux/m4/ltsugar.m4' libtoolize: copying file build-aux/m4/ltversion.m4'
libtoolize: copying file build-aux/m4/lt~obsolete.m4' configure.ac:10: installing 'build-aux/compile' configure.ac:5: installing 'build-aux/config.guess' configure.ac:5: installing 'build-aux/config.sub' configure.ac:9: installing 'build-aux/install-sh' configure.ac:9: installing 'build-aux/missing' Makefile.am:78: error: CPPFLAGS_FOR_BUILD must be set with '=' before using '+=' Makefile.am:79: error: CFLAGS_FOR_BUILD must be set with '=' before using '+=' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: automake failed with exit status: 1
I add to secp256k1/Makefile.am:
CPPFLAGS_FOR_BUILD =
CFLAGS_FOR_BUILD =
if USE_ECMULT_STATIC_PRECOMPUTATION
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
to solve it
The text was updated successfully, but these errors were encountered:
./autogen.sh aclocal: warning: couldn't open directory 'build-aux/m4': Нет такого файла или каталога libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
build-aux'.libtoolize: copying file
build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
build-aux/m4'.libtoolize: copying file
build-aux/m4/libtool.m4' libtoolize: copying file
build-aux/m4/ltoptions.m4'libtoolize: copying file
build-aux/m4/ltsugar.m4' libtoolize: copying file
build-aux/m4/ltversion.m4'libtoolize: copying file
build-aux/m4/lt~obsolete.m4' configure.ac:10: installing 'build-aux/compile' configure.ac:5: installing 'build-aux/config.guess' configure.ac:5: installing 'build-aux/config.sub' configure.ac:9: installing 'build-aux/install-sh' configure.ac:9: installing 'build-aux/missing' Makefile.am:78: error: CPPFLAGS_FOR_BUILD must be set with '=' before using '+=' Makefile.am:79: error: CFLAGS_FOR_BUILD must be set with '=' before using '+=' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: automake failed with exit status: 1
I add to secp256k1/Makefile.am:
CPPFLAGS_FOR_BUILD =
CFLAGS_FOR_BUILD =
if USE_ECMULT_STATIC_PRECOMPUTATION
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
to solve it
The text was updated successfully, but these errors were encountered: