Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-29 Thread Atsushi Eno
It is also great to see the chance that Gtk on OSX could be upgraded to 
10.5+ so that we Japanese don't have to suffer from cairo-atsui that 
fails to display Japanese characters by default :)

(Yes, it's not about gtk# but gtk+, still nice to see better chance.)

Atsushi Eno

On 2010/04/29 5:44, Geoff Norton wrote:
> Hello all,
>
>Going forward we will be setting our minimum build version of OSX to 10.5. 
>  This will make providing updated gtk+/gtk# stacks significantly easier.  
> Please let me know if there are any concerns or questions.
>
> Thanks
>
> Geoff
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Francisco Figueiredo Jr.
On Thu, Apr 29, 2010 at 01:14, Geoff Norton  wrote:
> Francisco,
>
> On 2010-04-29, at 12:11 AM, Francisco Figueiredo Jr. wrote:
>
>> 
>
>
>> The problem seems that glib-2.0.pc file and gthread-2.0.pc files
>> aren't in the osx install.
>>
>
> Install the CSDK
>

Ahh, ok.

I thought CSDK was only for embedding.
As I'm only doing app mono development I didn't download it.

Thanks for the information, Geoff.


-- 
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Geoff Norton
Francisco,

On 2010-04-29, at 12:11 AM, Francisco Figueiredo Jr. wrote:

> 


> The problem seems that glib-2.0.pc file and gthread-2.0.pc files
> aren't in the osx install.
> 

Install the CSDK

-g

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-28 Thread Francisco Figueiredo Jr.
On Wed, Apr 28, 2010 at 17:44, Geoff Norton  wrote:
> Hello all,
>

Hi, Geoff.

>  Going forward we will be setting our minimum build version of OSX to 10.5.  
> This will make providing updated gtk+/gtk# stacks significantly easier.  
> Please let me know if there are any concerns or questions.
>

I have a question:

I noticed that when I run nant from a fresh install of Mono, it fails
saying that it can't find the mono profile.

After digging a little bit, I found out that the problem is with
pkg-config which is called by nant to find where mono is.

The problem with pkg-config trying to find mono is that pkg-config
says it can't satisfy mono requirements:

Requires: glib-2.0 gthread-2.0

This is found inside mono.pc file.

The problem seems that glib-2.0.pc file and gthread-2.0.pc files
aren't in the osx install.

If I comment this line in mono.pc, everything works ok. But I don't
know what I may be breaking with this change.

Am I missing something?

I can see that if I compile Mono from source, I'll get those .pc
files. But I think the osx installed should have those files.

Thanks in advance.



-- 
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list