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

how could i build on FreeBSD OS 9? #92

Open
bao3 opened this issue Nov 9, 2013 · 1 comment
Open

how could i build on FreeBSD OS 9? #92

bao3 opened this issue Nov 9, 2013 · 1 comment

Comments

@bao3
Copy link

bao3 commented Nov 9, 2013

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

@tatsuhiro-t
Copy link
Owner

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

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

2 participants