[Mono-list] Mono embedding issue

Robert Jordan robertj at gmx.net
Thu Oct 12 09:40:40 EDT 2006


Andreas Färber wrote:
> Am 12.10.2006 um 14:34 schrieb Robert Jordan:
> 
>>> When I do
>>> PKG_CONFIG_PATH=... ./autogen.sh --prefix=...
>>> I get:
>>> ...
>>> checking for pkg-config... /usr/bin/pkg-config
>>> ./configure: line 22241: syntax error near unexpected token
>>> `BASE_DEPENDENCIES,'
>>> ./configure: line 22241: `  PKG_CHECK_MODULES(BASE_DEPENDENCIES,
>>> glib-2.0 >= $GLIB_REQUIRED_VERSION)'
>>>
>>> Prefix has been set in all .pc files as instructed, including
>>> glib-2.0.pc.
>>> I'm at revision 66592.
>> What's the output of this line?
>>
>> PKG_CONFIG_PATH=~/mono/lib/pkgconfig  pkg-config --libs glib-2.0
> 
> -L/Users/andreas/Mono/latest/lib -lglib-2.0 -lintl -liconv

It seems to be an autotools problem. I don't know how to proceed
from here. Plan B would be: delete ~/mono/lib and configure
using the settings of the official Mono version:

PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Libraries/pkgconfig 
  ./autogen.sh --prefix=...


Robert



More information about the Mono-list mailing list