Closed rodolfomg closed 3 years ago
Might be that PKG_CHECK_MODULES does not exist? PKG_CHECK_MODULES
is part of pkg.m4, which should be part of pkg-config. Do you have pkg-config installed? brew install pkg-config
would be the command, I think.
Also make sure that automake, autoconf, libtool and gettext are installed.
If all these are installed, maybe a round of autoreconf might help, invoked by our autogen.sh
script (i.e. ./autogen.sh
).
@rodolfomg, did you have any luck with these suggestions? :)
Closing as potentially fixed. Feel free to reopen if there's still issues.
Also feel free to comment if you think the documentation (here in our Wiki: https://wiki.xoreos.org/index.php?title=Compiling_xoreos ) could be extended to make sure no one else stumbles over it.
I keep getting an error related to FT2:
when running ./configure
I have freetype updated: