Building castle on Mac

View: New views
19 Messages — Rating Filter:   Alert me  

Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to investigate the broken DictionaryAdapter tests on mono, but I cant seem to get things to work on my mac.  I have mono and mono-develop but when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am using the env.sh that comes with mono to ensure I have the proper env.

Any ideas?

thanks,
  craig

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Rafael Teixeira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Which versions of Mono and Monodevelop?

I'll try to run nant-0.86 on the Mac we use here to do development
with MonoTouch .

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...> wrote:
> I am trying to investigate the broken DictionaryAdapter tests on mono, but I
> cant seem to get things to work on my mac.  I have mono and mono-develop but
> when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
> using the env.sh that comes with mono to ensure I have the proper env.
> Any ideas?
> thanks,
>   craig
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am running Monodevelop 2.2 beta 2 with Mono 2.4

NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
Copyright (C) 2001-2007 Gerry Shaw


BUILD FAILED

Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.

    Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.

For more information regarding the cause of the build failure, run the build again in debug mode.

Try 'nant -help' for more information

thanks,
  craig

When I run nant on DA I get

On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:

Which versions of Mono and Monodevelop?

I'll try to run nant-0.86 on the Mac we use here to do development
with MonoTouch .

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...> wrote:
> I am trying to investigate the broken DictionaryAdapter tests on mono, but I
> cant seem to get things to work on my mac.  I have mono and mono-develop but
> when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
> using the env.sh that comes with mono to ensure I have the proper env.
> Any ideas?
> thanks,
>   craig
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Rafael Teixeira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:

> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...> wrote:

Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Thanks Rafael.  What exactly does it mean to add a mono pkg into it.  Will that install another version of mono?

cheers,
  craig


 

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by G. Richard Bellamy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I ran into this exact issue on Ubuntu....
 
Per Patrick's recommendation, I went ahead and added a symbolic link:
ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
 
I'm not sure what the directory structure is for the Mac, but you get the idea.
 
Also, once you've got that working, you'll need to do something similar linking nunit-console to nunit-console2:
ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
 
-rb

On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:


On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...> wrote:

Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Thanks Rafael.  What exactly does it mean to add a mono pkg into it.  Will that install another version of mono?

cheers,
  craig


 

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, I saw that suggestions, but wasn't sure it applied to mac too.

I'll check it out.

thx

On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy <rbellamy@...> wrote:
I ran into this exact issue on Ubuntu....
 
Per Patrick's recommendation, I went ahead and added a symbolic link:
ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
 
I'm not sure what the directory structure is for the Mac, but you get the idea.
 
Also, once you've got that working, you'll need to do something similar linking nunit-console to nunit-console2:
ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
 
-rb

On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:


On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...> wrote:

Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Thanks Rafael.  What exactly does it mean to add a mono pkg into it.  Will that install another version of mono?

cheers,
  craig


 

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was able to get it to compile with

 ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config /usr/bin/pkg-config

running nuni-console is proving to be a little more difficult

On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy <rbellamy@...> wrote:
I ran into this exact issue on Ubuntu....
 
Per Patrick's recommendation, I went ahead and added a symbolic link:
ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
 
I'm not sure what the directory structure is for the Mac, but you get the idea.
 
Also, once you've got that working, you'll need to do something similar linking nunit-console to nunit-console2:
ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
 
-rb

On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:


On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...> wrote:

Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Thanks Rafael.  What exactly does it mean to add a mono pkg into it.  Will that install another version of mono?

cheers,
  craig


 

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, I can now build and run the units tests on the command line and can duplicate the reflection emit error.  Fixing it is another story.

nant -D:nunit-console=nunit-console2

On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy <rbellamy@...> wrote:
I ran into this exact issue on Ubuntu....
 
Per Patrick's recommendation, I went ahead and added a symbolic link:
ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
 
I'm not sure what the directory structure is for the Mac, but you get the idea.
 
Also, once you've got that working, you'll need to do something similar linking nunit-console to nunit-console2:
ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
 
-rb

On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:


On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...> wrote:

Yes mono does install nant, but it doesn't install pkgconfig, which
nant tries to use.
You can install pkgconfig from darwin ports, but then you would still
need to add a mono pkg file into it for nant to be happy.
 I'll dig a bit more, to see if a simpler solution exists.


Thanks Rafael.  What exactly does it mean to add a mono pkg into it.  Will that install another version of mono?

cheers,
  craig


 

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I am running Monodevelop 2.2 beta 2 with Mono 2.4
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> BUILD FAILED
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>     Unable to locate 'mono' module using pkg-config. Download the Mono
> development packages from http://www.mono-project.com/downloads/.
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
> Try 'nant -help' for more information
> thanks,
>   craig
> When I run nant on DA I get
>
> On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Which versions of Mono and Monodevelop?
>>
>> I'll try to run nant-0.86 on the Mac we use here to do development
>> with MonoTouch .
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>> wrote:
>> > I am trying to investigate the broken DictionaryAdapter tests on mono,
>> > but I
>> > cant seem to get things to work on my mac.  I have mono and mono-develop
>> > but
>> > when I run nant 0.86, it says it can't find the mono-3.5 profile.  I am
>> > using the env.sh that comes with mono to ensure I have the proper env.
>> > Any ideas?
>> > thanks,
>> >   craig
>> > >
>> >
>>
>>
>
>
> >
>






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Rafael Teixeira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Sorry didn't come back: Indeed I've found later that there is a
pkg-config inside the Mono installation, but it isn't in the PATH or
symbolically linked into some directory that is. So

Also you may need to add some environment vars to help pkg-config find
the mono supplied .pc files (what I called the mono pkg early, sorry
for the confusion).

MacOSX, gives a false sense of familiarity of a *nix console, but has
the things in very unusual places, and misses some bits you take for
granted if you come from a Linux  background.

Good hunting,

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuwirt@...> wrote:

> I was able to get it to compile with
>  ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> /usr/bin/pkg-config
> running nuni-console is proving to be a little more difficult
> On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> <rbellamy@...> wrote:
>>
>> I ran into this exact issue on Ubuntu....
>>
>> Per Patrick's recommendation, I went ahead and added a symbolic link:
>> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>>
>> I'm not sure what the directory structure is for the Mac, but you get the
>> idea.
>>
>> Also, once you've got that working, you'll need to do something similar
>> linking nunit-console to nunit-console2:
>> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>>
>> -rb
>>
>> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:
>>>
>>>
>>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...>
>>> wrote:
>>>>
>>>> Yes mono does install nant, but it doesn't install pkgconfig, which
>>>> nant tries to use.
>>>> You can install pkgconfig from darwin ports, but then you would still
>>>> need to add a mono pkg file into it for nant to be happy.
>>>>  I'll dig a bit more, to see if a simpler solution exists.
>>>>
>>>
>>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
>>>  Will that install another version of mono?
>>> cheers,
>>>   craig
>>>
>>>
>>>>
>>>> Rafael "Monoman" Teixeira
>>>> ---------------------------------------
>>>> "To be creative means to be in love with life. You can be creative
>>>> only if you love life enough that you want to enhance its beauty, you
>>>> want to bring a little more music to it, a little more poetry to it, a
>>>> little more dance to it."
>>>> Osho
>>>>
>>>>
>>>>
>>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...>
>>>> wrote:
>>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
>>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
>>>> > Copyright (C) 2001-2007 Gerry Shaw
>>>> > http://nant.sourceforge.net
>>>> >
>>>> > BUILD FAILED
>>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
>>>> > framework.
>>>> >     Unable to locate 'mono' module using pkg-config. Download the Mono
>>>> > development packages from http://www.mono-project.com/downloads/.
>>>> > For more information regarding the cause of the build failure, run the
>>>> > build
>>>> > again in debug mode.
>>>> > Try 'nant -help' for more information
>>>> > thanks,
>>>> >   craig
>>>> > When I run nant on DA I get
>>>> >
>>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...>
>>>> > wrote:
>>>> >>
>>>> >> Which versions of Mono and Monodevelop?
>>>> >>
>>>> >> I'll try to run nant-0.86 on the Mac we use here to do development
>>>> >> with MonoTouch .
>>>> >>
>>>> >> Rafael "Monoman" Teixeira
>>>> >> ---------------------------------------
>>>> >> "To be creative means to be in love with life. You can be creative
>>>> >> only if you love life enough that you want to enhance its beauty, you
>>>> >> want to bring a little more music to it, a little more poetry to it,
>>>> >> a
>>>> >> little more dance to it."
>>>> >> Osho
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>>>> >> wrote:
>>>> >> > I am trying to investigate the broken DictionaryAdapter tests on
>>>> >> > mono,
>>>> >> > but I
>>>> >> > cant seem to get things to work on my mac.  I have mono and
>>>> >> > mono-develop
>>>> >> > but
>>>> >> > when I run nant 0.86, it says it can't find the mono-3.5 profile.
>>>> >> >  I am
>>>> >> > using the env.sh that comes with mono to ensure I have the proper
>>>> >> > env.
>>>> >> > Any ideas?
>>>> >> > thanks,
>>>> >> >   craig
>>>> >> > >
>>>> >> >
>>>> >>
>>>> >>
>>>> >
>>>> >
>>>> > >
>>>> >
>>>>
>>>>
>>>
>>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Rafael,

  I got things building and tests running.  Looks like I am having an issue with Mono runtime so not sure how I am going to proceed with this.

cheers,
  craig

On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <monoman@...> wrote:

Sorry didn't come back: Indeed I've found later that there is a
pkg-config inside the Mono installation, but it isn't in the PATH or
symbolically linked into some directory that is. So

Also you may need to add some environment vars to help pkg-config find
the mono supplied .pc files (what I called the mono pkg early, sorry
for the confusion).

MacOSX, gives a false sense of familiarity of a *nix console, but has
the things in very unusual places, and misses some bits you take for
granted if you come from a Linux  background.

Good hunting,

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuwirt@...> wrote:
> I was able to get it to compile with
>  ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> /usr/bin/pkg-config
> running nuni-console is proving to be a little more difficult
> On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> <rbellamy@...> wrote:
>>
>> I ran into this exact issue on Ubuntu....
>>
>> Per Patrick's recommendation, I went ahead and added a symbolic link:
>> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>>
>> I'm not sure what the directory structure is for the Mac, but you get the
>> idea.
>>
>> Also, once you've got that working, you'll need to do something similar
>> linking nunit-console to nunit-console2:
>> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>>
>> -rb
>>
>> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...> wrote:
>>>
>>>
>>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...>
>>> wrote:
>>>>
>>>> Yes mono does install nant, but it doesn't install pkgconfig, which
>>>> nant tries to use.
>>>> You can install pkgconfig from darwin ports, but then you would still
>>>> need to add a mono pkg file into it for nant to be happy.
>>>>  I'll dig a bit more, to see if a simpler solution exists.
>>>>
>>>
>>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
>>>  Will that install another version of mono?
>>> cheers,
>>>   craig
>>>
>>>
>>>>
>>>> Rafael "Monoman" Teixeira
>>>> ---------------------------------------
>>>> "To be creative means to be in love with life. You can be creative
>>>> only if you love life enough that you want to enhance its beauty, you
>>>> want to bring a little more music to it, a little more poetry to it, a
>>>> little more dance to it."
>>>> Osho
>>>>
>>>>
>>>>
>>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...>
>>>> wrote:
>>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
>>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
>>>> > Copyright (C) 2001-2007 Gerry Shaw
>>>> > http://nant.sourceforge.net
>>>> >
>>>> > BUILD FAILED
>>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
>>>> > framework.
>>>> >     Unable to locate 'mono' module using pkg-config. Download the Mono
>>>> > development packages from http://www.mono-project.com/downloads/.
>>>> > For more information regarding the cause of the build failure, run the
>>>> > build
>>>> > again in debug mode.
>>>> > Try 'nant -help' for more information
>>>> > thanks,
>>>> >   craig
>>>> > When I run nant on DA I get
>>>> >
>>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira <monoman@...>
>>>> > wrote:
>>>> >>
>>>> >> Which versions of Mono and Monodevelop?
>>>> >>
>>>> >> I'll try to run nant-0.86 on the Mac we use here to do development
>>>> >> with MonoTouch .
>>>> >>
>>>> >> Rafael "Monoman" Teixeira
>>>> >> ---------------------------------------
>>>> >> "To be creative means to be in love with life. You can be creative
>>>> >> only if you love life enough that you want to enhance its beauty, you
>>>> >> want to bring a little more music to it, a little more poetry to it,
>>>> >> a
>>>> >> little more dance to it."
>>>> >> Osho
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt <cneuwirt@...>
>>>> >> wrote:
>>>> >> > I am trying to investigate the broken DictionaryAdapter tests on
>>>> >> > mono,
>>>> >> > but I
>>>> >> > cant seem to get things to work on my mac.  I have mono and
>>>> >> > mono-develop
>>>> >> > but
>>>> >> > when I run nant 0.86, it says it can't find the mono-3.5 profile.
>>>> >> >  I am
>>>> >> > using the env.sh that comes with mono to ensure I have the proper
>>>> >> > env.
>>>> >> > Any ideas?
>>>> >> > thanks,
>>>> >> >   craig
>>>> >> > >
>>>> >> >
>>>> >>
>>>> >>
>>>> >
>>>> >
>>>> > >
>>>> >
>>>>
>>>>
>>>
>>>
>
>
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Rafael Teixeira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Cool about your progress.

Please report any bugs to Mono: http://mono-project.com/Bugs

Thanks,

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuwirt@...> wrote:

> Thanks Rafael,
>   I got things building and tests running.  Looks like I am having an issue
> with Mono runtime so not sure how I am going to proceed with this.
> cheers,
>   craig
>
> On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Sorry didn't come back: Indeed I've found later that there is a
>> pkg-config inside the Mono installation, but it isn't in the PATH or
>> symbolically linked into some directory that is. So
>>
>> Also you may need to add some environment vars to help pkg-config find
>> the mono supplied .pc files (what I called the mono pkg early, sorry
>> for the confusion).
>>
>> MacOSX, gives a false sense of familiarity of a *nix console, but has
>> the things in very unusual places, and misses some bits you take for
>> granted if you come from a Linux  background.
>>
>> Good hunting,
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuwirt@...> wrote:
>> > I was able to get it to compile with
>> >  ln -s
>> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
>> > /usr/bin/pkg-config
>> > running nuni-console is proving to be a little more difficult
>> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
>> > <rbellamy@...> wrote:
>> >>
>> >> I ran into this exact issue on Ubuntu....
>> >>
>> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
>> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>> >>
>> >> I'm not sure what the directory structure is for the Mac, but you get
>> >> the
>> >> idea.
>> >>
>> >> Also, once you've got that working, you'll need to do something similar
>> >> linking nunit-console to nunit-console2:
>> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>> >>
>> >> -rb
>> >>
>> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...>
>> >> wrote:
>> >>>
>> >>>
>> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...>
>> >>> wrote:
>> >>>>
>> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
>> >>>> nant tries to use.
>> >>>> You can install pkgconfig from darwin ports, but then you would still
>> >>>> need to add a mono pkg file into it for nant to be happy.
>> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>> >>>>
>> >>>
>> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
>> >>>  Will that install another version of mono?
>> >>> cheers,
>> >>>   craig
>> >>>
>> >>>
>> >>>>
>> >>>> Rafael "Monoman" Teixeira
>> >>>> ---------------------------------------
>> >>>> "To be creative means to be in love with life. You can be creative
>> >>>> only if you love life enough that you want to enhance its beauty, you
>> >>>> want to bring a little more music to it, a little more poetry to it,
>> >>>> a
>> >>>> little more dance to it."
>> >>>> Osho
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...>
>> >>>> wrote:
>> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
>> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
>> >>>> > Copyright (C) 2001-2007 Gerry Shaw
>> >>>> > http://nant.sourceforge.net
>> >>>> >
>> >>>> > BUILD FAILED
>> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
>> >>>> > framework.
>> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
>> >>>> > Mono
>> >>>> > development packages from http://www.mono-project.com/downloads/.
>> >>>> > For more information regarding the cause of the build failure, run
>> >>>> > the
>> >>>> > build
>> >>>> > again in debug mode.
>> >>>> > Try 'nant -help' for more information
>> >>>> > thanks,
>> >>>> >   craig
>> >>>> > When I run nant on DA I get
>> >>>> >
>> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
>> >>>> > <monoman@...>
>> >>>> > wrote:
>> >>>> >>
>> >>>> >> Which versions of Mono and Monodevelop?
>> >>>> >>
>> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do development
>> >>>> >> with MonoTouch .
>> >>>> >>
>> >>>> >> Rafael "Monoman" Teixeira
>> >>>> >> ---------------------------------------
>> >>>> >> "To be creative means to be in love with life. You can be creative
>> >>>> >> only if you love life enough that you want to enhance its beauty,
>> >>>> >> you
>> >>>> >> want to bring a little more music to it, a little more poetry to
>> >>>> >> it,
>> >>>> >> a
>> >>>> >> little more dance to it."
>> >>>> >> Osho
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
>> >>>> >> <cneuwirt@...>
>> >>>> >> wrote:
>> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests on
>> >>>> >> > mono,
>> >>>> >> > but I
>> >>>> >> > cant seem to get things to work on my mac.  I have mono and
>> >>>> >> > mono-develop
>> >>>> >> > but
>> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
>> >>>> >> > profile.
>> >>>> >> >  I am
>> >>>> >> > using the env.sh that comes with mono to ensure I have the
>> >>>> >> > proper
>> >>>> >> > env.
>> >>>> >> > Any ideas?
>> >>>> >> > thanks,
>> >>>> >> >   craig
>> >>>> >> > >
>> >>>> >> >
>> >>>> >>
>> >>>> >>
>> >>>> >
>> >>>> >
>> >>>> > >
>> >>>> >
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >
>> >
>> > >
>> >
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am pretty new to mono and MonoDevelop so I was wondering whats the best way to be able to debug the unit tests within MonoDevelop?

thanks,
  craig

On Wed, Oct 28, 2009 at 11:51 AM, Rafael Teixeira <monoman@...> wrote:

Cool about your progress.

Please report any bugs to Mono: http://mono-project.com/Bugs

Thanks,

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative
only if you love life enough that you want to enhance its beauty, you
want to bring a little more music to it, a little more poetry to it, a
little more dance to it."
Osho



On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuwirt@...> wrote:
> Thanks Rafael,
>   I got things building and tests running.  Looks like I am having an issue
> with Mono runtime so not sure how I am going to proceed with this.
> cheers,
>   craig
>
> On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <monoman@...> wrote:
>>
>> Sorry didn't come back: Indeed I've found later that there is a
>> pkg-config inside the Mono installation, but it isn't in the PATH or
>> symbolically linked into some directory that is. So
>>
>> Also you may need to add some environment vars to help pkg-config find
>> the mono supplied .pc files (what I called the mono pkg early, sorry
>> for the confusion).
>>
>> MacOSX, gives a false sense of familiarity of a *nix console, but has
>> the things in very unusual places, and misses some bits you take for
>> granted if you come from a Linux  background.
>>
>> Good hunting,
>>
>> Rafael "Monoman" Teixeira
>> ---------------------------------------
>> "To be creative means to be in love with life. You can be creative
>> only if you love life enough that you want to enhance its beauty, you
>> want to bring a little more music to it, a little more poetry to it, a
>> little more dance to it."
>> Osho
>>
>>
>>
>> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuwirt@...> wrote:
>> > I was able to get it to compile with
>> >  ln -s
>> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
>> > /usr/bin/pkg-config
>> > running nuni-console is proving to be a little more difficult
>> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
>> > <rbellamy@...> wrote:
>> >>
>> >> I ran into this exact issue on Ubuntu....
>> >>
>> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
>> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>> >>
>> >> I'm not sure what the directory structure is for the Mac, but you get
>> >> the
>> >> idea.
>> >>
>> >> Also, once you've got that working, you'll need to do something similar
>> >> linking nunit-console to nunit-console2:
>> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>> >>
>> >> -rb
>> >>
>> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuwirt@...>
>> >> wrote:
>> >>>
>> >>>
>> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <monoman@...>
>> >>> wrote:
>> >>>>
>> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
>> >>>> nant tries to use.
>> >>>> You can install pkgconfig from darwin ports, but then you would still
>> >>>> need to add a mono pkg file into it for nant to be happy.
>> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>> >>>>
>> >>>
>> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
>> >>>  Will that install another version of mono?
>> >>> cheers,
>> >>>   craig
>> >>>
>> >>>
>> >>>>
>> >>>> Rafael "Monoman" Teixeira
>> >>>> ---------------------------------------
>> >>>> "To be creative means to be in love with life. You can be creative
>> >>>> only if you love life enough that you want to enhance its beauty, you
>> >>>> want to bring a little more music to it, a little more poetry to it,
>> >>>> a
>> >>>> little more dance to it."
>> >>>> Osho
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <cneuwirt@...>
>> >>>> wrote:
>> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
>> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
>> >>>> > Copyright (C) 2001-2007 Gerry Shaw
>> >>>> > http://nant.sourceforge.net
>> >>>> >
>> >>>> > BUILD FAILED
>> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
>> >>>> > framework.
>> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
>> >>>> > Mono
>> >>>> > development packages from http://www.mono-project.com/downloads/.
>> >>>> > For more information regarding the cause of the build failure, run
>> >>>> > the
>> >>>> > build
>> >>>> > again in debug mode.
>> >>>> > Try 'nant -help' for more information
>> >>>> > thanks,
>> >>>> >   craig
>> >>>> > When I run nant on DA I get
>> >>>> >
>> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
>> >>>> > <monoman@...>
>> >>>> > wrote:
>> >>>> >>
>> >>>> >> Which versions of Mono and Monodevelop?
>> >>>> >>
>> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do development
>> >>>> >> with MonoTouch .
>> >>>> >>
>> >>>> >> Rafael "Monoman" Teixeira
>> >>>> >> ---------------------------------------
>> >>>> >> "To be creative means to be in love with life. You can be creative
>> >>>> >> only if you love life enough that you want to enhance its beauty,
>> >>>> >> you
>> >>>> >> want to bring a little more music to it, a little more poetry to
>> >>>> >> it,
>> >>>> >> a
>> >>>> >> little more dance to it."
>> >>>> >> Osho
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
>> >>>> >> <cneuwirt@...>
>> >>>> >> wrote:
>> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests on
>> >>>> >> > mono,
>> >>>> >> > but I
>> >>>> >> > cant seem to get things to work on my mac.  I have mono and
>> >>>> >> > mono-develop
>> >>>> >> > but
>> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
>> >>>> >> > profile.
>> >>>> >> >  I am
>> >>>> >> > using the env.sh that comes with mono to ensure I have the
>> >>>> >> > proper
>> >>>> >> > env.
>> >>>> >> > Any ideas?
>> >>>> >> > thanks,
>> >>>> >> >   craig
>> >>>> >> > >
>> >>>> >> >
>> >>>> >>
>> >>>> >>
>> >>>> >
>> >>>> >
>> >>>> > >
>> >>>> >
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >
>> >
>> > >
>> >
>>
>>
>
>
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by firegrass :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You can right click on the test and choose "Run Test with" and then
"Mono Debugger"

Cheers P

On Oct 29, 12:21 pm, Craig Neuwirt <cneuw...@...> wrote:

> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?
>
> thanks,
>   craig
>
> On Wed, Oct 28, 2009 at 11:51 AM, Rafael Teixeira <mono...@...> wrote:
>
> > Cool about your progress.
>
> > Please report any bugs to Mono:http://mono-project.com/Bugs
>
> > Thanks,
>
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > "To be creative means to be in love with life. You can be creative
> > only if you love life enough that you want to enhance its beauty, you
> > want to bring a little more music to it, a little more poetry to it, a
> > little more dance to it."
> > Osho
>
> > On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > > Thanks Rafael,
> > >   I got things building and tests running.  Looks like I am having an
> > issue
> > > with Mono runtime so not sure how I am going to proceed with this.
> > > cheers,
> > >   craig
>
> > > On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <mono...@...>
> > wrote:
>
> > >> Sorry didn't come back: Indeed I've found later that there is a
> > >> pkg-config inside the Mono installation, but it isn't in the PATH or
> > >> symbolically linked into some directory that is. So
>
> > >> Also you may need to add some environment vars to help pkg-config find
> > >> the mono supplied .pc files (what I called the mono pkg early, sorry
> > >> for the confusion).
>
> > >> MacOSX, gives a false sense of familiarity of a *nix console, but has
> > >> the things in very unusual places, and misses some bits you take for
> > >> granted if you come from a Linux  background.
>
> > >> Good hunting,
>
> > >> Rafael "Monoman" Teixeira
> > >> ---------------------------------------
> > >> "To be creative means to be in love with life. You can be creative
> > >> only if you love life enough that you want to enhance its beauty, you
> > >> want to bring a little more music to it, a little more poetry to it, a
> > >> little more dance to it."
> > >> Osho
>
> > >> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > >> > I was able to get it to compile with
> > >> >  ln -s
> > >> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> > >> > /usr/bin/pkg-config
> > >> > running nuni-console is proving to be a little more difficult
> > >> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> > >> > <rbell...@...> wrote:
>
> > >> >> I ran into this exact issue on Ubuntu....
>
> > >> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
> > >> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>
> > >> >> I'm not sure what the directory structure is for the Mac, but you get
> > >> >> the
> > >> >> idea.
>
> > >> >> Also, once you've got that working, you'll need to do something
> > similar
> > >> >> linking nunit-console to nunit-console2:
> > >> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>
> > >> >> -rb
>
> > >> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuw...@...>
> > >> >> wrote:
>
> > >> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <
> > mono...@...>
> > >> >>> wrote:
>
> > >> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
> > >> >>>> nant tries to use.
> > >> >>>> You can install pkgconfig from darwin ports, but then you would
> > still
> > >> >>>> need to add a mono pkg file into it for nant to be happy.
> > >> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>
> > >> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
> > >> >>>  Will that install another version of mono?
> > >> >>> cheers,
> > >> >>>   craig
>
> > >> >>>> Rafael "Monoman" Teixeira
> > >> >>>> ---------------------------------------
> > >> >>>> "To be creative means to be in love with life. You can be creative
> > >> >>>> only if you love life enough that you want to enhance its beauty,
> > you
> > >> >>>> want to bring a little more music to it, a little more poetry to
> > it,
> > >> >>>> a
> > >> >>>> little more dance to it."
> > >> >>>> Osho
>
> > >> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <
> > cneuw...@...>
> > >> >>>> wrote:
> > >> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
> > >> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> > >> >>>> > Copyright (C) 2001-2007 Gerry Shaw
> > >> >>>> >http://nant.sourceforge.net
>
> > >> >>>> > BUILD FAILED
> > >> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
> > >> >>>> > framework.
> > >> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
> > >> >>>> > Mono
> > >> >>>> > development packages fromhttp://www.mono-project.com/downloads/
> > .
> > >> >>>> > For more information regarding the cause of the build failure,
> > run
> > >> >>>> > the
> > >> >>>> > build
> > >> >>>> > again in debug mode.
> > >> >>>> > Try 'nant -help' for more information
> > >> >>>> > thanks,
> > >> >>>> >   craig
> > >> >>>> > When I run nant on DA I get
>
> > >> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
> > >> >>>> > <mono...@...>
> > >> >>>> > wrote:
>
> > >> >>>> >> Which versions of Mono and Monodevelop?
>
> > >> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do
> > development
> > >> >>>> >> with MonoTouch .
>
> > >> >>>> >> Rafael "Monoman" Teixeira
> > >> >>>> >> ---------------------------------------
> > >> >>>> >> "To be creative means to be in love with life. You can be
> > creative
> > >> >>>> >> only if you love life enough that you want to enhance its
> > beauty,
> > >> >>>> >> you
> > >> >>>> >> want to bring a little more music to it, a little more poetry to
> > >> >>>> >> it,
> > >> >>>> >> a
> > >> >>>> >> little more dance to it."
> > >> >>>> >> Osho
>
> > >> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
> > >> >>>> >> <cneuw...@...>
> > >> >>>> >> wrote:
> > >> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests
> > on
> > >> >>>> >> > mono,
> > >> >>>> >> > but I
> > >> >>>> >> > cant seem to get things to work on my mac.  I have mono and
> > >> >>>> >> > mono-develop
> > >> >>>> >> > but
> > >> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
> > >> >>>> >> > profile.
> > >> >>>> >> >  I am
> > >> >>>> >> > using the env.sh that comes with mono to ensure I have the
> > >> >>>> >> > proper
> > >> >>>> >> > env.
> > >> >>>> >> > Any ideas?
> > >> >>>> >> > thanks,
> > >> >>>> >> >   craig
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Patrick,

  I don't see that option.  Does this mean it doesn't know about nunit or I am just stupid?

On Thu, Oct 29, 2009 at 8:31 AM, Patrick McEvoy <patrick@...> wrote:

You can right click on the test and choose "Run Test with" and then
"Mono Debugger"

Cheers P

On Oct 29, 12:21 pm, Craig Neuwirt <cneuw...@...> wrote:
> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?
>
> thanks,
>   craig
>
> On Wed, Oct 28, 2009 at 11:51 AM, Rafael Teixeira <mono...@...> wrote:
>
> > Cool about your progress.
>
> > Please report any bugs to Mono:http://mono-project.com/Bugs
>
> > Thanks,
>
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > "To be creative means to be in love with life. You can be creative
> > only if you love life enough that you want to enhance its beauty, you
> > want to bring a little more music to it, a little more poetry to it, a
> > little more dance to it."
> > Osho
>
> > On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > > Thanks Rafael,
> > >   I got things building and tests running.  Looks like I am having an
> > issue
> > > with Mono runtime so not sure how I am going to proceed with this.
> > > cheers,
> > >   craig
>
> > > On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <mono...@...>
> > wrote:
>
> > >> Sorry didn't come back: Indeed I've found later that there is a
> > >> pkg-config inside the Mono installation, but it isn't in the PATH or
> > >> symbolically linked into some directory that is. So
>
> > >> Also you may need to add some environment vars to help pkg-config find
> > >> the mono supplied .pc files (what I called the mono pkg early, sorry
> > >> for the confusion).
>
> > >> MacOSX, gives a false sense of familiarity of a *nix console, but has
> > >> the things in very unusual places, and misses some bits you take for
> > >> granted if you come from a Linux  background.
>
> > >> Good hunting,
>
> > >> Rafael "Monoman" Teixeira
> > >> ---------------------------------------
> > >> "To be creative means to be in love with life. You can be creative
> > >> only if you love life enough that you want to enhance its beauty, you
> > >> want to bring a little more music to it, a little more poetry to it, a
> > >> little more dance to it."
> > >> Osho
>
> > >> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > >> > I was able to get it to compile with
> > >> >  ln -s
> > >> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> > >> > /usr/bin/pkg-config
> > >> > running nuni-console is proving to be a little more difficult
> > >> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> > >> > <rbell...@...> wrote:
>
> > >> >> I ran into this exact issue on Ubuntu....
>
> > >> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
> > >> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>
> > >> >> I'm not sure what the directory structure is for the Mac, but you get
> > >> >> the
> > >> >> idea.
>
> > >> >> Also, once you've got that working, you'll need to do something
> > similar
> > >> >> linking nunit-console to nunit-console2:
> > >> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>
> > >> >> -rb
>
> > >> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuw...@...>
> > >> >> wrote:
>
> > >> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <
> > mono...@...>
> > >> >>> wrote:
>
> > >> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
> > >> >>>> nant tries to use.
> > >> >>>> You can install pkgconfig from darwin ports, but then you would
> > still
> > >> >>>> need to add a mono pkg file into it for nant to be happy.
> > >> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>
> > >> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
> > >> >>>  Will that install another version of mono?
> > >> >>> cheers,
> > >> >>>   craig
>
> > >> >>>> Rafael "Monoman" Teixeira
> > >> >>>> ---------------------------------------
> > >> >>>> "To be creative means to be in love with life. You can be creative
> > >> >>>> only if you love life enough that you want to enhance its beauty,
> > you
> > >> >>>> want to bring a little more music to it, a little more poetry to
> > it,
> > >> >>>> a
> > >> >>>> little more dance to it."
> > >> >>>> Osho
>
> > >> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <
> > cneuw...@...>
> > >> >>>> wrote:
> > >> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
> > >> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> > >> >>>> > Copyright (C) 2001-2007 Gerry Shaw
> > >> >>>> >http://nant.sourceforge.net
>
> > >> >>>> > BUILD FAILED
> > >> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
> > >> >>>> > framework.
> > >> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
> > >> >>>> > Mono
> > >> >>>> > development packages fromhttp://www.mono-project.com/downloads/
> > .
> > >> >>>> > For more information regarding the cause of the build failure,
> > run
> > >> >>>> > the
> > >> >>>> > build
> > >> >>>> > again in debug mode.
> > >> >>>> > Try 'nant -help' for more information
> > >> >>>> > thanks,
> > >> >>>> >   craig
> > >> >>>> > When I run nant on DA I get
>
> > >> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
> > >> >>>> > <mono...@...>
> > >> >>>> > wrote:
>
> > >> >>>> >> Which versions of Mono and Monodevelop?
>
> > >> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do
> > development
> > >> >>>> >> with MonoTouch .
>
> > >> >>>> >> Rafael "Monoman" Teixeira
> > >> >>>> >> ---------------------------------------
> > >> >>>> >> "To be creative means to be in love with life. You can be
> > creative
> > >> >>>> >> only if you love life enough that you want to enhance its
> > beauty,
> > >> >>>> >> you
> > >> >>>> >> want to bring a little more music to it, a little more poetry to
> > >> >>>> >> it,
> > >> >>>> >> a
> > >> >>>> >> little more dance to it."
> > >> >>>> >> Osho
>
> > >> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
> > >> >>>> >> <cneuw...@...>
> > >> >>>> >> wrote:
> > >> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests
> > on
> > >> >>>> >> > mono,
> > >> >>>> >> > but I
> > >> >>>> >> > cant seem to get things to work on my mac.  I have mono and
> > >> >>>> >> > mono-develop
> > >> >>>> >> > but
> > >> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
> > >> >>>> >> > profile.
> > >> >>>> >> >  I am
> > >> >>>> >> > using the env.sh that comes with mono to ensure I have the
> > >> >>>> >> > proper
> > >> >>>> >> > env.
> > >> >>>> >> > Any ideas?
> > >> >>>> >> > thanks,
> > >> >>>> >> >   craig



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Rafael Teixeira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you are in a Mac, some bits doesn't work yet.

For MonoTouch (iPhone development) in particular debugging ability was just added in MonoTouch 1,2 Beta.

:)

Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative only if you love life enough that you want to enhance its beauty, you want to bring a little more music to it, a little more poetry to it, a little more dance to it."
Osho


On Thu, Oct 29, 2009 at 11:41 AM, Craig Neuwirt <cneuwirt@...> wrote:
Patrick,

  I don't see that option.  Does this mean it doesn't know about nunit or I am just stupid?


On Thu, Oct 29, 2009 at 8:31 AM, Patrick McEvoy <patrick@...> wrote:

You can right click on the test and choose "Run Test with" and then
"Mono Debugger"

Cheers P

On Oct 29, 12:21 pm, Craig Neuwirt <cneuw...@...> wrote:
> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?
>
> thanks,
>   craig
>
> On Wed, Oct 28, 2009 at 11:51 AM, Rafael Teixeira <mono...@...> wrote:
>
> > Cool about your progress.
>
> > Please report any bugs to Mono:http://mono-project.com/Bugs
>
> > Thanks,
>
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > "To be creative means to be in love with life. You can be creative
> > only if you love life enough that you want to enhance its beauty, you
> > want to bring a little more music to it, a little more poetry to it, a
> > little more dance to it."
> > Osho
>
> > On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > > Thanks Rafael,
> > >   I got things building and tests running.  Looks like I am having an
> > issue
> > > with Mono runtime so not sure how I am going to proceed with this.
> > > cheers,
> > >   craig
>
> > > On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <mono...@...>
> > wrote:
>
> > >> Sorry didn't come back: Indeed I've found later that there is a
> > >> pkg-config inside the Mono installation, but it isn't in the PATH or
> > >> symbolically linked into some directory that is. So
>
> > >> Also you may need to add some environment vars to help pkg-config find
> > >> the mono supplied .pc files (what I called the mono pkg early, sorry
> > >> for the confusion).
>
> > >> MacOSX, gives a false sense of familiarity of a *nix console, but has
> > >> the things in very unusual places, and misses some bits you take for
> > >> granted if you come from a Linux  background.
>
> > >> Good hunting,
>
> > >> Rafael "Monoman" Teixeira
> > >> ---------------------------------------
> > >> "To be creative means to be in love with life. You can be creative
> > >> only if you love life enough that you want to enhance its beauty, you
> > >> want to bring a little more music to it, a little more poetry to it, a
> > >> little more dance to it."
> > >> Osho
>
> > >> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > >> > I was able to get it to compile with
> > >> >  ln -s
> > >> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> > >> > /usr/bin/pkg-config
> > >> > running nuni-console is proving to be a little more difficult
> > >> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> > >> > <rbell...@...> wrote:
>
> > >> >> I ran into this exact issue on Ubuntu....
>
> > >> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
> > >> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>
> > >> >> I'm not sure what the directory structure is for the Mac, but you get
> > >> >> the
> > >> >> idea.
>
> > >> >> Also, once you've got that working, you'll need to do something
> > similar
> > >> >> linking nunit-console to nunit-console2:
> > >> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>
> > >> >> -rb
>
> > >> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuw...@...>
> > >> >> wrote:
>
> > >> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <
> > mono...@...>
> > >> >>> wrote:
>
> > >> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
> > >> >>>> nant tries to use.
> > >> >>>> You can install pkgconfig from darwin ports, but then you would
> > still
> > >> >>>> need to add a mono pkg file into it for nant to be happy.
> > >> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>
> > >> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
> > >> >>>  Will that install another version of mono?
> > >> >>> cheers,
> > >> >>>   craig
>
> > >> >>>> Rafael "Monoman" Teixeira
> > >> >>>> ---------------------------------------
> > >> >>>> "To be creative means to be in love with life. You can be creative
> > >> >>>> only if you love life enough that you want to enhance its beauty,
> > you
> > >> >>>> want to bring a little more music to it, a little more poetry to
> > it,
> > >> >>>> a
> > >> >>>> little more dance to it."
> > >> >>>> Osho
>
> > >> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <
> > cneuw...@...>
> > >> >>>> wrote:
> > >> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
> > >> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> > >> >>>> > Copyright (C) 2001-2007 Gerry Shaw
> > >> >>>> >http://nant.sourceforge.net
>
> > >> >>>> > BUILD FAILED
> > >> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
> > >> >>>> > framework.
> > >> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
> > >> >>>> > Mono
> > >> >>>> > development packages fromhttp://www.mono-project.com/downloads/
> > .
> > >> >>>> > For more information regarding the cause of the build failure,
> > run
> > >> >>>> > the
> > >> >>>> > build
> > >> >>>> > again in debug mode.
> > >> >>>> > Try 'nant -help' for more information
> > >> >>>> > thanks,
> > >> >>>> >   craig
> > >> >>>> > When I run nant on DA I get
>
> > >> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
> > >> >>>> > <mono...@...>
> > >> >>>> > wrote:
>
> > >> >>>> >> Which versions of Mono and Monodevelop?
>
> > >> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do
> > development
> > >> >>>> >> with MonoTouch .
>
> > >> >>>> >> Rafael "Monoman" Teixeira
> > >> >>>> >> ---------------------------------------
> > >> >>>> >> "To be creative means to be in love with life. You can be
> > creative
> > >> >>>> >> only if you love life enough that you want to enhance its
> > beauty,
> > >> >>>> >> you
> > >> >>>> >> want to bring a little more music to it, a little more poetry to
> > >> >>>> >> it,
> > >> >>>> >> a
> > >> >>>> >> little more dance to it."
> > >> >>>> >> Osho
>
> > >> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
> > >> >>>> >> <cneuw...@...>
> > >> >>>> >> wrote:
> > >> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests
> > on
> > >> >>>> >> > mono,
> > >> >>>> >> > but I
> > >> >>>> >> > cant seem to get things to work on my mac.  I have mono and
> > >> >>>> >> > mono-develop
> > >> >>>> >> > but
> > >> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
> > >> >>>> >> > profile.
> > >> >>>> >> >  I am
> > >> >>>> >> > using the env.sh that comes with mono to ensure I have the
> > >> >>>> >> > proper
> > >> >>>> >> > env.
> > >> >>>> >> > Any ideas?
> > >> >>>> >> > thanks,
> > >> >>>> >> >   craig






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just trying to debug Castle code so no iphone stuff.  I'm sure its there somewhere.  Just gotta dig a little.

On Thu, Oct 29, 2009 at 9:02 AM, Rafael Teixeira <monoman@...> wrote:
If you are in a Mac, some bits doesn't work yet.

For MonoTouch (iPhone development) in particular debugging ability was just added in MonoTouch 1,2 Beta.

:)


Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative only if you love life enough that you want to enhance its beauty, you want to bring a little more music to it, a little more poetry to it, a little more dance to it."
Osho


On Thu, Oct 29, 2009 at 11:41 AM, Craig Neuwirt <cneuwirt@...> wrote:
Patrick,

  I don't see that option.  Does this mean it doesn't know about nunit or I am just stupid?


On Thu, Oct 29, 2009 at 8:31 AM, Patrick McEvoy <patrick@...> wrote:

You can right click on the test and choose "Run Test with" and then
"Mono Debugger"

Cheers P

On Oct 29, 12:21 pm, Craig Neuwirt <cneuw...@...> wrote:
> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?
>
> thanks,
>   craig
>
> On Wed, Oct 28, 2009 at 11:51 AM, Rafael Teixeira <mono...@...> wrote:
>
> > Cool about your progress.
>
> > Please report any bugs to Mono:http://mono-project.com/Bugs
>
> > Thanks,
>
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > "To be creative means to be in love with life. You can be creative
> > only if you love life enough that you want to enhance its beauty, you
> > want to bring a little more music to it, a little more poetry to it, a
> > little more dance to it."
> > Osho
>
> > On Wed, Oct 28, 2009 at 12:23 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > > Thanks Rafael,
> > >   I got things building and tests running.  Looks like I am having an
> > issue
> > > with Mono runtime so not sure how I am going to proceed with this.
> > > cheers,
> > >   craig
>
> > > On Wed, Oct 28, 2009 at 9:21 AM, Rafael Teixeira <mono...@...>
> > wrote:
>
> > >> Sorry didn't come back: Indeed I've found later that there is a
> > >> pkg-config inside the Mono installation, but it isn't in the PATH or
> > >> symbolically linked into some directory that is. So
>
> > >> Also you may need to add some environment vars to help pkg-config find
> > >> the mono supplied .pc files (what I called the mono pkg early, sorry
> > >> for the confusion).
>
> > >> MacOSX, gives a false sense of familiarity of a *nix console, but has
> > >> the things in very unusual places, and misses some bits you take for
> > >> granted if you come from a Linux  background.
>
> > >> Good hunting,
>
> > >> Rafael "Monoman" Teixeira
> > >> ---------------------------------------
> > >> "To be creative means to be in love with life. You can be creative
> > >> only if you love life enough that you want to enhance its beauty, you
> > >> want to bring a little more music to it, a little more poetry to it, a
> > >> little more dance to it."
> > >> Osho
>
> > >> On Tue, Oct 27, 2009 at 2:08 PM, Craig Neuwirt <cneuw...@...>
> > wrote:
> > >> > I was able to get it to compile with
> > >> >  ln -s
> > >> > /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
> > >> > /usr/bin/pkg-config
> > >> > running nuni-console is proving to be a little more difficult
> > >> > On Tue, Oct 27, 2009 at 10:26 AM, G. Richard Bellamy
> > >> > <rbell...@...> wrote:
>
> > >> >> I ran into this exact issue on Ubuntu....
>
> > >> >> Per Patrick's recommendation, I went ahead and added a symbolic link:
> > >> >> ln -s /usr/lib/mono/2.0 /usr/lib/mono/3.5
>
> > >> >> I'm not sure what the directory structure is for the Mac, but you get
> > >> >> the
> > >> >> idea.
>
> > >> >> Also, once you've got that working, you'll need to do something
> > similar
> > >> >> linking nunit-console to nunit-console2:
> > >> >> ln -s /usr/bin/nunit-console /usr/bin/nunit-console2
>
> > >> >> -rb
>
> > >> >> On Tue, Oct 27, 2009 at 8:07 AM, Craig Neuwirt <cneuw...@...>
> > >> >> wrote:
>
> > >> >>> On Tue, Oct 27, 2009 at 10:04 AM, Rafael Teixeira <
> > mono...@...>
> > >> >>> wrote:
>
> > >> >>>> Yes mono does install nant, but it doesn't install pkgconfig, which
> > >> >>>> nant tries to use.
> > >> >>>> You can install pkgconfig from darwin ports, but then you would
> > still
> > >> >>>> need to add a mono pkg file into it for nant to be happy.
> > >> >>>>  I'll dig a bit more, to see if a simpler solution exists.
>
> > >> >>> Thanks Rafael.  What exactly does it mean to add a mono pkg into it.
> > >> >>>  Will that install another version of mono?
> > >> >>> cheers,
> > >> >>>   craig
>
> > >> >>>> Rafael "Monoman" Teixeira
> > >> >>>> ---------------------------------------
> > >> >>>> "To be creative means to be in love with life. You can be creative
> > >> >>>> only if you love life enough that you want to enhance its beauty,
> > you
> > >> >>>> want to bring a little more music to it, a little more poetry to
> > it,
> > >> >>>> a
> > >> >>>> little more dance to it."
> > >> >>>> Osho
>
> > >> >>>> On Tue, Oct 27, 2009 at 12:21 PM, Craig Neuwirt <
> > cneuw...@...>
> > >> >>>> wrote:
> > >> >>>> > I am running Monodevelop 2.2 beta 2 with Mono 2.4
> > >> >>>> > NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> > >> >>>> > Copyright (C) 2001-2007 Gerry Shaw
> > >> >>>> >http://nant.sourceforge.net
>
> > >> >>>> > BUILD FAILED
> > >> >>>> > Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target
> > >> >>>> > framework.
> > >> >>>> >     Unable to locate 'mono' module using pkg-config. Download the
> > >> >>>> > Mono
> > >> >>>> > development packages fromhttp://www.mono-project.com/downloads/
> > .
> > >> >>>> > For more information regarding the cause of the build failure,
> > run
> > >> >>>> > the
> > >> >>>> > build
> > >> >>>> > again in debug mode.
> > >> >>>> > Try 'nant -help' for more information
> > >> >>>> > thanks,
> > >> >>>> >   craig
> > >> >>>> > When I run nant on DA I get
>
> > >> >>>> > On Tue, Oct 27, 2009 at 9:12 AM, Rafael Teixeira
> > >> >>>> > <mono...@...>
> > >> >>>> > wrote:
>
> > >> >>>> >> Which versions of Mono and Monodevelop?
>
> > >> >>>> >> I'll try to run nant-0.86 on the Mac we use here to do
> > development
> > >> >>>> >> with MonoTouch .
>
> > >> >>>> >> Rafael "Monoman" Teixeira
> > >> >>>> >> ---------------------------------------
> > >> >>>> >> "To be creative means to be in love with life. You can be
> > creative
> > >> >>>> >> only if you love life enough that you want to enhance its
> > beauty,
> > >> >>>> >> you
> > >> >>>> >> want to bring a little more music to it, a little more poetry to
> > >> >>>> >> it,
> > >> >>>> >> a
> > >> >>>> >> little more dance to it."
> > >> >>>> >> Osho
>
> > >> >>>> >> On Tue, Oct 27, 2009 at 10:08 AM, Craig Neuwirt
> > >> >>>> >> <cneuw...@...>
> > >> >>>> >> wrote:
> > >> >>>> >> > I am trying to investigate the broken DictionaryAdapter tests
> > on
> > >> >>>> >> > mono,
> > >> >>>> >> > but I
> > >> >>>> >> > cant seem to get things to work on my mac.  I have mono and
> > >> >>>> >> > mono-develop
> > >> >>>> >> > but
> > >> >>>> >> > when I run nant 0.86, it says it can't find the mono-3.5
> > >> >>>> >> > profile.
> > >> >>>> >> >  I am
> > >> >>>> >> > using the env.sh that comes with mono to ensure I have the
> > >> >>>> >> > proper
> > >> >>>> >> > env.
> > >> >>>> >> > Any ideas?
> > >> >>>> >> > thanks,
> > >> >>>> >> >   craig









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Grzegorz Sobanski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


* Craig Neuwirt <cneuwirt@...> [2009-10-29 13:22]:
> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?

On Mac?
Unfortunately, afaik, mono debugger does not yet work on Mac at all.


greets
silk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Building castle on Mac

by Craig Neuwirt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh, ok
thx

On Sun, Nov 1, 2009 at 6:46 AM, Grzegorz Sobanski <silk@...> wrote:

* Craig Neuwirt <cneuwirt@...> [2009-10-29 13:22]:
> I am pretty new to mono and MonoDevelop so I was wondering whats the best
> way to be able to debug the unit tests within MonoDevelop?

On Mac?
Unfortunately, afaik, mono debugger does not yet work on Mac at all.


greets
silk




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Castle Project Development List" group.
To post to this group, send email to castle-project-devel@...
To unsubscribe from this group, send email to castle-project-devel+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---