I'm sure this issue can easily be solved by something I'm overlooking, but I have an issue compiling version 2.3.
version:
I've checked out revision 24949 via svn.
System:
most of my uname string is:
2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12 UTC 2009 x86_64 GNU/Linux
This is a laptop with intel integrated x3100 graphics—Though that isn't even an issue yet.
Anything else that would be helpful?
Issue:
I run svn up followed by ./configure.
When I run ./configure after a couple screens it returns the following error:
configure: error: For current build options, pkg-config is required. Did you maybe forget to run aclocal with the current include path?
I tried running aclocal in place—I'm not actually sure what's this is for, aclocal.m4 is in our directory already.
Also, I've checked to be sure that pkg-config is installed. Is there further configuration needed here?
I've attached the output of configure.
What should I do from here?