From timothyparez at gmail.com Mon Mar 10 17:42:29 2008 From: timothyparez at gmail.com (Timothy Parez) Date: Mon, 10 Mar 2008 22:42:29 +0100 Subject: [Moonlight-list] Target audience for the list? Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, What's the target audience for this list? People developing Moonlight or people developing Moonlight applications? Or both? TimothyP. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFH1atG+j5y+etesF8RAnFpAJ4hMpJI6/gIctU3/4gen49kd64bHQCfdXrJ +SgfwtlJp8ZCI+Qv8UsV+FQ= =w+gE -----END PGP SIGNATURE----- From marvinscav at gmail.com Mon Mar 17 16:32:21 2008 From: marvinscav at gmail.com (Marcus Cavalcanti) Date: Mon, 17 Mar 2008 17:32:21 -0300 Subject: [Moonlight-list] silver.pc and silverdesktop.pc files Message-ID: <5e13d1730803171332v334c7970s1cc02050e4fb988c@mail.gmail.com> I've followed every step described in tow or three howto's... but despite of i had installed olive without any problems when I tryed to run ./configure command under moon directory I've was surprised by this error: checking Olive's Silverlight... configure: error: You are missing Mono project Olive module with Silverlight support. I was looking for the silver.pc and silverdesktop.pc files Anyoone can help me ? -- Atenciosamente, Marcus Vin?cius Silva Cavalcanti http://ipecinza.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/moonlight-list/attachments/20080317/eb8c07ed/attachment.html From jackson at ximian.com Mon Mar 17 17:19:12 2008 From: jackson at ximian.com (Jackson Harper) Date: Mon, 17 Mar 2008 17:19:12 -0400 Subject: [Moonlight-list] silver.pc and silverdesktop.pc files In-Reply-To: <5e13d1730803171332v334c7970s1cc02050e4fb988c@mail.gmail.com> References: <5e13d1730803171332v334c7970s1cc02050e4fb988c@mail.gmail.com> Message-ID: <1205788752.32761.3.camel@arr.interjections> On Mon, 2008-03-17 at 17:32 -0300, Marcus Cavalcanti wrote: > I've followed every step described in tow or three howto's... but > despite of i had installed olive without any problems when I tryed to > run ./configure command under moon directory I've was surprised by > this error: > > checking Olive's Silverlight... configure: error: You are missing Mono > project Olive module with Silverlight support. I was looking for the > silver.pc and silverdesktop.pc files When you configured Olive did you specify a prefix? pkg-config looks in /lib/pkgconfig by default, but if you installed Olive to a different prefix than your pkg-config you will need to specify that directory with the PKG_CONFIG_PATH environment variable. Jackson > Anyoone can help me ? > > -- > Atenciosamente, > > Marcus Vin?cius Silva Cavalcanti > http://ipecinza.blogspot.com > _______________________________________________ > Moonlight-list mailing list > Moonlight-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/moonlight-list -- Jackson Harper jackson at ximian.com From marvinscav at gmail.com Mon Mar 17 22:37:25 2008 From: marvinscav at gmail.com (Marcus Cavalcanti) Date: Mon, 17 Mar 2008 23:37:25 -0300 Subject: [Moonlight-list] silver.pc and silverdesktop.pc files In-Reply-To: <1205788752.32761.3.camel@arr.interjections> References: <5e13d1730803171332v334c7970s1cc02050e4fb988c@mail.gmail.com> <1205788752.32761.3.camel@arr.interjections> Message-ID: <5e13d1730803171937r4a475926uc08d88a67ecdd5d0@mail.gmail.com> 2008/3/17, Jackson Harper : > > > > When you configured Olive did you specify a prefix? I specified --prefix=/usr/local Now, look at this: [marvinsc at localhost ~]$ cd /usr/local/lib/pkgconfig/ [marvinsc at localhost pkgconfig]$ ls agmono.pc dotnet.pc mono.pc silverdesktop.pc agmonosilver.pc mono-cairo.pc olive.pc silver.pc cecil.pc mono-nunit.pc papyrus.pc The files silver.pc and silverdesktopc are there... aren't they ??? I do not understand why the configure command can't see the files there; pkg-config looks in > /lib/pkgconfig by default, but if you installed Olive to a > different prefix than your pkg-config you will need to specify that > directory with the PKG_CONFIG_PATH environment variable. > > Jackson > > > > > > Anyoone can help me ? > > > > -- > > Atenciosamente, > > > > Marcus Vin?cius Silva Cavalcanti > > http://ipecinza.blogspot.com > > > _______________________________________________ > > Moonlight-list mailing list > > Moonlight-list at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/moonlight-list > > -- > Jackson Harper > jackson at ximian.com > > > > _______________________________________________ > Moonlight-list mailing list > Moonlight-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/moonlight-list > -- Atenciosamente, Marcus Vin?cius Silva Cavalcanti http://ipecinza.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/moonlight-list/attachments/20080317/dfc90aef/attachment.html From gnorton at novell.com Mon Mar 17 22:47:20 2008 From: gnorton at novell.com (Geoff Norton) Date: Mon, 17 Mar 2008 22:47:20 -0400 Subject: [Moonlight-list] silver.pc and silverdesktop.pc files In-Reply-To: <5e13d1730803171937r4a475926uc08d88a67ecdd5d0@mail.gmail.com> References: <5e13d1730803171332v334c7970s1cc02050e4fb988c@mail.gmail.com> <1205788752.32761.3.camel@arr.interjections> <5e13d1730803171937r4a475926uc08d88a67ecdd5d0@mail.gmail.com> Message-ID: <1205808440.10714.1.camel@limestone> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig On Mon, 2008-03-17 at 23:37 -0300, Marcus Cavalcanti wrote: > > > 2008/3/17, Jackson Harper : > > > When you configured Olive did you specify a prefix? > > I specified --prefix=/usr/local > > Now, look at this: > > [marvinsc at localhost ~]$ cd /usr/local/lib/pkgconfig/ > > [marvinsc at localhost pkgconfig]$ ls > > agmono.pc dotnet.pc mono.pc silverdesktop.pc > agmonosilver.pc mono-cairo.pc olive.pc silver.pc > cecil.pc mono-nunit.pc papyrus.pc > > > The files silver.pc and silverdesktopc are there... aren't they ??? > > I do not understand why the configure command can't see the files > there; > > > > > > > pkg-config looks in > /lib/pkgconfig by default, but if you installed Olive > to a > different prefix than your pkg-config you will need to specify > that > directory with the PKG_CONFIG_PATH environment variable. > > Jackson > > > > > > Anyoone can help me ? > > > > -- > > Atenciosamente, > > > > Marcus Vin?cius Silva Cavalcanti > > http://ipecinza.blogspot.com > > > _______________________________________________ > > Moonlight-list mailing list > > Moonlight-list at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/moonlight-list > > -- > Jackson Harper > jackson at ximian.com > > > > _______________________________________________ > Moonlight-list mailing list > Moonlight-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/moonlight-list > > > > -- > Atenciosamente, > > Marcus Vin?cius Silva Cavalcanti > http://ipecinza.blogspot.com > _______________________________________________ > Moonlight-list mailing list > Moonlight-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/moonlight-list From schoendorfer.m.biz at gmx.at Wed Mar 19 11:11:22 2008 From: schoendorfer.m.biz at gmx.at (=?UTF-8?Q?Michael_Sch=C3=B6ndorfer?=) Date: Wed, 19 Mar 2008 16:11:22 +0100 Subject: [Moonlight-list] Error: Unable to create managed xaml loader In-Reply-To: <9af7f65c0803190805j4e7218edja869b2ce16a43c41@mail.gmail.com> References: <9af7f65c0803190724m4133eef1wf2fdcce16472b360@mail.gmail.com> <9af7f65c0803190805j4e7218edja869b2ce16a43c41@mail.gmail.com> Message-ID: <9af7f65c0803190811p6c5df752la2ce0ddd5390f3af@mail.gmail.com> Hi, I have a problem when I want to run my simple MoonlightTest-Site in my browser. I get this error-Message: Moonlight-Message: Mono Runtime: OK > ?Loader::CreateXamlLoader: Unable to create managed xaml loader: Method > `System.AppDomain:CreateDomain (string)' is inaccessible from method > `Mono.Helper:CreateDomain (intptr)' > > > (gecko:18524): Moonlight-WARNING **: PARSER ERROR, STOPPING PARSING: (-1) > Unable to resolve x:Class type 'MoonlightTest.Page > ;assembly=ClientBin/MoonlightTest.dll' > line: 1 char: 0 > The rest of the output is: Browser NPAPI version = 0.17 > version requested = '1.1' (yes) > Browser NPAPI version = 0.17 > PluginXamlLoader::TryLoad, filename: > /home/michael/Projects/MoonlightTest/MoonlightTest/Page.xaml, str: (null) > The file is /usr//lib/moon/plugin/moonlight.exe > ?Running Moonlight.cs 0 > mscorlib: /usr/lib/mono/2.1/mscorlib.dll > agclr: /usr/lib/mono/gac/agclr/0.0.0.0__0738eb9f132ed756/agclr.dll > agmono: /usr/lib/mono/gac/agmono/3.0.0.0__0738eb9f132ed756/agmono.dll > setting error args > PluginXamlLoader::TryLoad: Could not load xaml file: > /home/michael/Projects/MoonlightTest/MoonlightTest/Page.xaml (error: > ParserErrorEventArgs) > I have updatet mono, olive and moon to the latest version vom svn but i still get this error. When I remove the "x:Class"-Line from my xaml-Page it shows the rectangle i have specified in the xaml. I have attatched the Project so you could try it. regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/moonlight-list/attachments/20080319/2bf92c63/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: MoonlightTest.tar.gz Type: application/x-gzip Size: 5480 bytes Desc: not available Url : http://lists.ximian.com/pipermail/moonlight-list/attachments/20080319/2bf92c63/attachment-0001.gz From miguel at ximian.com Mon Mar 24 13:58:19 2008 From: miguel at ximian.com (Miguel de Icaza) Date: Mon, 24 Mar 2008 13:58:19 -0400 Subject: [Moonlight-list] Moonlight: Phone call meeting this week? Message-ID: <1206381499.4389.6.camel@linux.site> Hey folks, I wanted to catch up this week with Moonlight, should we do one of our regular calls, say tomorrow? From rhowell at novell.com Mon Mar 31 14:18:40 2008 From: rhowell at novell.com (Rusty Howell) Date: Mon, 31 Mar 2008 12:18:40 -0600 Subject: [Moonlight-list] about demo-status.txt Message-ID: <47F12B00.50406@novell.com> Hey guys, We recently discussed moving the data from the wiki page back into svn. The pros for the wiki are that it's much easier to read and looks really nice. The cons are that it's a pain to maintain. So in moving the data back into svn, we hope to implement a feature that will read that file (demo-status.txt) and output a nice looking wiki-like page. So with that, I updated demo-status.txt with the latest and greatest. Because we're going to have a script read this file, just follow suit as you edit the file. site: [site name] url: [url of page] rating:[0-4] // use -1 the question icon, 0 for the red x, 1 - 3 for stars, 4 for the check box * some issue [Bug 123456] // this will ping bugzilla and get the bug description or cross it out if the bug is fixed * another issue About rating: it's arbitrary, but it's nice to have a visual indication of how each site is doing. From gnorton at novell.com Mon Mar 10 16:57:28 2008 From: gnorton at novell.com (Geoff Norton) Date: Mon, 10 Mar 2008 20:57:28 -0000 Subject: [Moonlight-list] Announcing moonlight-list Message-ID: <0279FE9B-2C81-4343-AA24-8B5BA97D9F5B@novell.com> I have just created a new mailing list specific to Moonlight. You can subscribe to this new list @ http://lists.ximian.com/mailman/listinfo/moonlight-list Let me know if there are any issues. -g From schoendorfer.m.biz at gmx.at Wed Mar 19 11:05:45 2008 From: schoendorfer.m.biz at gmx.at (=?UTF-8?Q?Michael_Sch=C3=B6ndorfer?=) Date: Wed, 19 Mar 2008 16:05:45 +0100 Subject: [Moonlight-list] Error: Unable to create managed xaml loader In-Reply-To: <9af7f65c0803190724m4133eef1wf2fdcce16472b360@mail.gmail.com> References: <9af7f65c0803190724m4133eef1wf2fdcce16472b360@mail.gmail.com> Message-ID: <9af7f65c0803190805j4e7218edja869b2ce16a43c41@mail.gmail.com> Hi, I have a problem when I want to run my simple MoonlightTest-Site in my browser. I get this error-Message: Moonlight-Message: Mono Runtime: OK > ?Loader::CreateXamlLoader: Unable to create managed xaml loader: Method > `System.AppDomain:CreateDomain (string)' is inaccessible from method > `Mono.Helper:CreateDomain (intptr)' > > > (gecko:18524): Moonlight-WARNING **: PARSER ERROR, STOPPING PARSING: (-1) > Unable to resolve x:Class type 'MoonlightTest.Page > ;assembly=ClientBin/MoonlightTest.dll' > line: 1 char: 0 > The rest of the output is: Browser NPAPI version = 0.17 > version requested = '1.1' (yes) > Browser NPAPI version = 0.17 > PluginXamlLoader::TryLoad, filename: > /home/michael/Projects/MoonlightTest/MoonlightTest/Page.xaml, str: (null) > The file is /usr//lib/moon/plugin/moonlight.exe > ?Running Moonlight.cs 0 > mscorlib: /usr/lib/mono/2.1/mscorlib.dll > agclr: /usr/lib/mono/gac/agclr/0.0.0.0__0738eb9f132ed756/agclr.dll > agmono: /usr/lib/mono/gac/agmono/3.0.0.0__0738eb9f132ed756/agmono.dll > setting error args > PluginXamlLoader::TryLoad: Could not load xaml file: > /home/michael/Projects/MoonlightTest/MoonlightTest/Page.xaml (error: > ParserErrorEventArgs) > I have updatet mono, olive and moon to the latest version vom svn but i still get this error. When I remove the "x:Class"-Line from my xaml-Page it shows the rectangle i have specified in the xaml. I have attatched the Project so you could try it. regards, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/moonlight-list/attachments/20080319/c843c8b2/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: MoonlightTest.tar.gz Type: application/x-gzip Size: 5480 bytes Desc: not available Url : http://lists.ximian.com/pipermail/moonlight-list/attachments/20080319/c843c8b2/attachment.gz From w3stfa11 at gmail.com Sun Mar 23 19:53:57 2008 From: w3stfa11 at gmail.com (Gabriel) Date: Sun, 23 Mar 2008 18:53:57 -0500 Subject: [Moonlight-list] Nabble - child forum of Mono Message-ID: <8d9b7f890803231653l6daf3502wf9f8db388b8618f2@mail.gmail.com> Not sure how this is done, but it'd be a good idea to add moonlight as a child forum of Mono in Nabble. http://www.nabble.com/Mono-f1367.html Cheers