[Mono-list] how to enable ICU / check it is enabled?

2003-10-29 Thread D-Fuse
Hey,
when I tried to compile NAnt from the cvs, I got an
internal exception. I reported this as a bug report to
the NAnt and I was told that the cause was that my
mono installation didn't have ICU support. I do
remember seeing this somewhere when first compiling
mono. I installed ICU and reconfigured/installed mono
but I didn't see a reference to ICU anymore. 

How do I know for sure that mono picked up my ICU
installation and included suppport for it? (because
NAnt still doesn't work)

__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] how to enable ICU / check it is enabled?

2003-10-29 Thread Richard Torkar
On Wed, 2003-10-29 at 12:33, D-Fuse wrote:
> How do I know for sure that mono picked up my ICU
> installation and included suppport for it? (because
> NAnt still doesn't work)

If you do an ./autogen.sh in mono/ the following should pop-up when it's
finished:

***SNIP***
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/private/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
config.status: executing default commands
 
 
GC: included
ICU:yes. Version: 2.6
 
Now type `make' to compile


/Richard

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] how to enable ICU / check it is enabled?

2003-10-29 Thread Chris Turchin
hi d-fuse,

when i did

./autogen.sh --prefix=/bla

after updating from cvs (and installing icu) at the end of the script it showed
me which version of icu was installed (2.6.1 i think). i still have not gotten
it to compile though :-/

--chris

(leaving for a bus. trip now though so i wont be able to try again until
friday...´hope that helps!)


On Wed, 29 Oct 2003, D-Fuse wrote:

> Hey,
> when I tried to compile NAnt from the cvs, I got an
> internal exception. I reported this as a bug report to
> the NAnt and I was told that the cause was that my
> mono installation didn't have ICU support. I do
> remember seeing this somewhere when first compiling
> mono. I installed ICU and reconfigured/installed mono
> but I didn't see a reference to ICU anymore.
>
> How do I know for sure that mono picked up my ICU
> installation and included suppport for it? (because
> NAnt still doesn't work)
>
> __
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
> ___
> 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


Re: Re: [Mono-list] how to enable ICU / check it is enabled?

2003-10-29 Thread D-Fuse
Didn't get mono or NAnt to compile?
I'll try it out when I'm home tonight, have fun on
your bus trip!
I'm moving saturday and won't have internet for 2
weeks or so, so I really want NAnt to work by friday
:)

--- Chris Turchin <[EMAIL PROTECTED]> wrote:
> Date: Wed, 29 Oct 2003 06:13:05 -0800 (PST)
> From: Chris Turchin <[EMAIL PROTECTED]>
> To: D-Fuse <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [Mono-list] how to enable ICU / check
> it is enabled?
> 
> hi d-fuse,
> 
> when i did
> 
> ./autogen.sh --prefix=/bla
> 
> after updating from cvs (and installing icu) at the
> end of the script it showed
> me which version of icu was installed (2.6.1 i
> think). i still have not gotten
> it to compile though :-/
> 
> --chris
> 
> (leaving for a bus. trip now though so i wont be
> able to try again until
> friday...´hope that helps!)
> 
> 
> On Wed, 29 Oct 2003, D-Fuse wrote:
> 
> > Hey,
> > when I tried to compile NAnt from the cvs, I got
> an
> > internal exception. I reported this as a bug
> report to
> > the NAnt and I was told that the cause was that my
> > mono installation didn't have ICU support. I do
> > remember seeing this somewhere when first
> compiling
> > mono. I installed ICU and reconfigured/installed
> mono
> > but I didn't see a reference to ICU anymore.
> >
> > How do I know for sure that mono picked up my ICU
> > installation and included suppport for it?
> (because
> > NAnt still doesn't work)
> >
> > __
> > Do you Yahoo!?
> > Exclusive Video Premiere - Britney Spears
> > http://launch.yahoo.com/promos/britneyspears/
> > ___
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: Re: Re: [Mono-list] how to enable ICU / check it is enabled?

2003-10-29 Thread D-Fuse
I did install ICU, but autogen doesn't pick it up :(
Is there a way I can manually say where it is
installed?

--- D-Fuse <[EMAIL PROTECTED]> wrote:
> From: D-Fuse <[EMAIL PROTECTED]>
> Subject: Re: Re: [Mono-list] how to enable ICU /
> check it is enabled?
> To: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED]
> Date: Wed, 29 Oct 2003 06:32:50 -0800 (PST)
> 
> Didn't get mono or NAnt to compile?
> I'll try it out when I'm home tonight, have fun on
> your bus trip!
> I'm moving saturday and won't have internet for 2
> weeks or so, so I really want NAnt to work by friday
> :)
> 
> --- Chris Turchin <[EMAIL PROTECTED]> wrote:
> > Date: Wed, 29 Oct 2003 06:13:05 -0800 (PST)
> > From: Chris Turchin <[EMAIL PROTECTED]>
> > To: D-Fuse <[EMAIL PROTECTED]>
> > CC: [EMAIL PROTECTED]
> > Subject: Re: [Mono-list] how to enable ICU / check
> > it is enabled?
> > 
> > hi d-fuse,
> > 
> > when i did
> > 
> > ./autogen.sh --prefix=/bla
> > 
> > after updating from cvs (and installing icu) at
> the
> > end of the script it showed
> > me which version of icu was installed (2.6.1 i
> > think). i still have not gotten
> > it to compile though :-/
> > 
> > --chris
> > 
> > (leaving for a bus. trip now though so i wont be
> > able to try again until
> > friday...´hope that helps!)
> > 
> > 
> > On Wed, 29 Oct 2003, D-Fuse wrote:
> > 
> > > Hey,
> > > when I tried to compile NAnt from the cvs, I got
> > an
> > > internal exception. I reported this as a bug
> > report to
> > > the NAnt and I was told that the cause was that
> my
> > > mono installation didn't have ICU support. I do
> > > remember seeing this somewhere when first
> > compiling
> > > mono. I installed ICU and reconfigured/installed
> > mono
> > > but I didn't see a reference to ICU anymore.
> > >
> > > How do I know for sure that mono picked up my
> ICU
> > > installation and included suppport for it?
> > (because
> > > NAnt still doesn't work)
> > >
> > > __
> > > Do you Yahoo!?
> > > Exclusive Video Premiere - Britney Spears
> > > http://launch.yahoo.com/promos/britneyspears/
> > > ___
> > > Mono-list maillist  - 
> [EMAIL PROTECTED]
> > >
> http://lists.ximian.com/mailman/listinfo/mono-list
> > >
> 
> 
> __
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list