Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Miguel de Icaza
Hello, configure error building mono from svn on solaris x86 /configure: line 22795: syntax error near unexpected token `BASE_DEPENDENCIES,'./configure: line 22795: ` PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 = $GLIB_REQUIRED_VERSION)' This looks like you are missing the pkg-config

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Daniel Morgan
Thanks miguel. That helped. I am using subversion because I like to build it myself so I can make changes to it. :-) export ACLOCAL_FLAGS=-I /usr/share/aclocal I used these links to help me: http://home.comcast.net/~jonel.rienton/2005/04/solaris-10-x86-and-mono.html

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Zoltan Varga
Hi, You may have very old versions of autoconf/automake etc. Zoltan On 9/28/06, Daniel Morgan [EMAIL PROTECTED] wrote: I have a problem running autogen.sh when building Mono from svn on solaris express build 46 x86. configure error building mono from svn on

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Daniel Morgan
What versions are required? autoconf 2.59 automake 1.9.6 --- Zoltan Varga [EMAIL PROTECTED] wrote: Hi, You may have very old versions of autoconf/automake etc. Zoltan On 9/28/06, Daniel Morgan [EMAIL PROTECTED] wrote: I have a problem running