spdylay icon indicating copy to clipboard operation
spdylay copied to clipboard

how could i build on FreeBSD OS 9?

Open bao3 opened this issue 11 years ago • 1 comments

i got err:

autoconf -i

configure.ac:39: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:69: error: possibly undefined macro: AM_PROG_CC_C_O configure.ac:72: error: possibly undefined macro: AC_COMPILE_STDCXX_11 configure.ac:73: error: possibly undefined macro: AM_CONDITIONAL configure.ac:170: error: possibly undefined macro: AM_PATH_XML2

bao3 avatar Nov 09 '13 21:11 bao3

Install at least following packages (I don't know how they are named in FreeBSD)

  • autoconf
  • automake
  • autotools-dev
  • libtool
  • pkg-config

And run autoreconf -i, not autoconf -i

tatsuhiro-t avatar Nov 10 '13 05:11 tatsuhiro-t