Yes it already there but still the problem that why I wonder.
Oh I am on Ubuntu x86_64 now I do
> sudo apt-get install mono-devel
> sudo apt-get install mono-mcs
I can get pass the error now I fall into new error :D
---
checking for PANGO... configure: error: Package requirements (pango) were
not met:

No package 'pango' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PANGO_CFLAGS
and PANGO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
---

Look like I need to install PANGO package now googling :(

On Fri, Jan 15, 2010 at 8:32 PM, Alan McGovern <[email protected]>wrote:

> If mono was installed into the "/opt/mono" prefix then you should have:
>
> PATH=/opt/mono/bin:$PATH
>
> Alan
> On Fri, Jan 15, 2010 at 1:19 PM, Chorn Sokun <[email protected]> wrote:
>
>> hmm, strange I can't get gtk-sharp-2.12.9 don't understand why *al* is
>> located in */opt/mono/bin/al*
>> but when I excecute > al I got
>>
>> *The program 'al' is currently not installed.  You can install it by
>> typing:*
>> *sudo apt-get install mono-devel*
>>
>> PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig ./configure
>> and PATH="/opt/mono/path:$PATH" doesn't help either.
>>
>>
>> On Fri, Jan 15, 2010 at 4:25 AM, Michael Hutchinson <
>> [email protected]> wrote:
>>
>>> > Chorn Sokun wrote:
>>> > Now I got one more check pass but still problem
>>> > checking for MONO_DEPENDENCY... yes
>>> > checking for gacutil... /usr/bin/gacutil
>>> > checking for al... no
>>> > configure: error: No al tool found. You need to install either the mono
>>> or
>>> > .Net SDK
>>>
>>> PATH="/opt/mono/path:$PATH"
>>>
>>> See http://www.mono-project.com/Parallel_Mono_Environments for a more
>>> complete list of environment variables needed for a parallel install.
>>>
>>>
>> _______________________________________________
>> Mono-list maillist  -  [email protected]
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to