[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
[dsdp-pmc] NAB and MWT Questions
 | 
Hi Shigeki,
I'm just reading through the WideStudio docs, 
because I want to
prepare the demo for ESE. Can you answer the following 
questions:
  - Is WideStudio / MWT actively being developed? Most Copyright dates
are 
  (c) 1999-2005, is the project still alive? When I find a bug, how
can I 
  report it? For instance, I noticed a typo in the docs:
   file:///C:/Program%20Files/WideStudio/ws/doc/en_US/index.html
   
  "Applicatoin Builder User's Guide"
-------------^^^^^--------
How would 
  I report such a bug? Or suggest an enhancement, such
as "Next / Previous" 
  links in the docs?
 
  - WideStudio / MWT is under X11 / MIT license. Do you know if 
  that
license is deemed "compatible" with the EPL in the sense 
  that
Eclipse Projects are allowed to redistribute WideStudio / MWT?
I 
  searched IPZilla and didn't find a CQ for WideStudio / MWT.
I believe that 
  you must file a CQ (via the Portal) in order to
document 
  the fact that NAB requires MWT to work ("requires"
dependency), as per the 
  Eclipse 
  Policy for Dependencies [1].
See also "Help me Lead my Project" on http://www.eclipse.org/projects/
and 
  the IP Cleanliness section on the Development 
  Resources [2],
or the CQ which I 
  recently filed for RXTX [3]. 
Thanks,
--
Martin Oberhuber, Senior Member of Technical 
Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
> 
-----Original Message-----
> From: moride.shigeki@xxxxxxxxxxxxxx
> 
[mailto:moride.shigeki@xxxxxxxxxxxxxx]
> 
Sent: Tuesday, September 30, 2008 2:53 AM
> To: Oberhuber, Martin
> 
Subject: Re: Eclipse Summit Europe - DSDP related talks
>
> Hello 
Martin.
>
> Mon, 29 Sep 2008 17:03:53 +0200
> "Oberhuber, 
Martin" <Martin.Oberhuber@xxxxxxxxxxxxx> wrote:
> > Hello 
Shigeki,
> >
> > closed source won't help since I'd intend 
adding the example
> > to the DSDP package which we want to distribute 
freely.
> >
> > Does NAB / MWT have any nice open source 
example
> > code that could be used for a demo?
>
> MWT 
includes many type demo sources.
> And, I think valuable demos are
> 
"Space Invaders": WideStudio/ws/samples/games/wsinv-en/wsinv-c++
> 
"notepad":        
WideStudio/ws/samples/c/notepad
> 
"calc":           
WideStudio/ws/samples/c/wscalc
> > > -----Original 
Message-----
> > > From: moride.shigeki@xxxxxxxxxxxxxx
> > 
> [mailto:moride.shigeki@xxxxxxxxxxxxxx]
> 
> > Sent: Monday, September 29, 2008 10:45 AM
> > > To: 
Oberhuber, Martin
> > > Subject: Re: Eclipse Summit Europe - DSDP 
related talks
> > >
> > > Hi,
> > >
> 
> > Mon, 29 Sep 2008 09:52:22 +0200
> > > "Oberhuber, Martin" 
<Martin.Oberhuber@xxxxxxxxxxxxx> wrote:
> > > > ok, 
thanks...
> > > >
> > > > what about the mp3player 
demo you showed at EclipseCon?
> > > > Could you have the source 
code such that I could run that
> > > > demo?
> > 
>
> > > That demo is not an open source. But I can send 
Windows
> binary package
> > > of that demo. Is this 
OK?
> > >
> > > > The other question is about MWT 
cross build: I understand that
> > > > MWT supports several kinds 
of frame buffer / graphics cards,
> > > > but which ones?
> 
> >
> > > MWT is not depending hardware such as Graphics 
Cards.
> > > So, MWT supports /dev/fb Linux standard frame 
buffer
> device. I think
> > > this is vest way to run on the 
QEMU.
> > >
> > > Otherway, MWT supports X11.
> 
> >
> > > Shigeki
> > >
> > >
> 
> > >
> > > > Cheers,
> > > > --
> 
> > > Martin Oberhuber, Senior Member of Technical Staff, Wind 
River
> > > > Target Management Project Lead, DSDP PMC 
Member
> > > > http://www.eclipse.org/dsdp/tm
> 
> > > 
> > > > 
> > > >
> 
> > > > -----Original Message-----
> > > > > From: 
moride.shigeki@xxxxxxxxxxxxxx
> > > > > [mailto:moride.shigeki@xxxxxxxxxxxxxx]
> 
> > > > Sent: Monday, September 29, 2008 9:12 AM
> > > 
> > To: Oberhuber, Martin
> > > > > Subject: Re: Eclipse 
Summit Europe - DSDP related talks
> > > > >
> > > 
> > Hello Martin,
> > > > >
> > > > 
>
> > > > > Thu, 25 Sep 2008 18:27:50 +0200
> > 
> > > "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx> 
wrote:
> > > > > > Hello Shigeki,
> > > > 
> >
> > > > > > For an upcoming demo, do you think 
you could help me
> > > > > > get NAB and (either GTK or 
MWT) running on a Linux
> > > > > > which runs on a QEMU 
emulator?
> > > > >
> > > > > Firstly, NAB 
needs MWT at now. NAB don't have a GTK support.
> > > > > 
Secondly, NAB and MWT can run on Linux.
> > > > > >
> 
> > > > > I have Puppy Linux running on QEMU but it doesn't 
have
> > > > > > all compilers or Libs so there would be a 
need to
> > > > > > cross-compile. Any hints or ideas from 
you would be
> > > > > > very helpful.
> > > 
> >
> > > > > MWT(WideStudio) supports standard 
"./configure" process.
> > > > >
> > > > > 
But, it's based on self-build. For cross-build, you should
> > > 
> > build on host
> > > > > PC by manual configuration 
for compiler PATH. Maybe. CC or GCC
> > > > > or other 
environmental variables.
> > > > >
> > > > > 
Unfortunately, I don't have an experience for QEMU
> cross build.
> 
> > > >
> > > > > I'm glad if this information 
helps you.
> > > > >
> > > > > 
Shigeki