G. Gibson | 6 Dec 20:23
Picon

Open Source Video Card

Hey Guys,

I found this on slashdot:

http://developers.slashdot.org/article.pl?sid=04/11/28/018227&tid=137&tid=15
2&tid=104&tid=8

Evidently, a group is testing the waters for acceptance of an open spec
video card.  It seems that this kind of opportunity to inform the
specification and feature set does not come along very often.  I am posting
this so *someone* at y-windows can open and maintain a dialogue with these
folks (get free prototypes to test on?) and otherwise attempt to find a
union of goals points to work toward as y-windows develops.  I know you are
busy, but I think it would be a shame to pass on this kind of opportunity -
no matter what chances you calculate they have of succeeding.

Thanks for your time.

G. Gibson
mrgibson <at> mac.com

possibilitybox | 7 Dec 22:53
Picon

what needs to be done?

what sorts of things need to be worked on?  what background
information (aside from knowledge of c/c++) is necessary?  i'm ready
to work on the project.

perhaps the first task i should try is troubleshooting my compile-time error...

Phil Willoughby | 8 Dec 00:10

Re: what needs to be done?

possibilitybox wrote:
> what sorts of things need to be worked on?  what background
> information (aside from knowledge of c/c++) is necessary?  i'm ready
> to work on the project.

Check the mailing list archives, and make sure the existing code builds 
and runs on your machine.  Knowing how to use TLA will help.

> perhaps the first task i should try is troubleshooting my compile-time error...

I'd fix your shift-key first.  It's difficult to code in a 
case-sensitive language if it doesn't work.  Plus the language elements 
{}()*&^%"!<>~+ and | are shifted keys on most keyboards.

Regards,

Phil
--

-- 
Why reinvent the wheel?                Because we can make it rounder...

shrek | 8 Dec 15:26
Picon

Re: what needs to be done?

Burn.

On Tue, 07 Dec 2004 23:10:55 +0000, Phil Willoughby <phil <at> y-windows.org> wrote:
> possibilitybox wrote:
> > what sorts of things need to be worked on?  what background
> > information (aside from knowledge of c/c++) is necessary?  i'm ready
> > to work on the project.
> 
> Check the mailing list archives, and make sure the existing code builds
> and runs on your machine.  Knowing how to use TLA will help.
> 
> > perhaps the first task i should try is troubleshooting my compile-time error...
> 
> I'd fix your shift-key first.  It's difficult to code in a
> case-sensitive language if it doesn't work.  Plus the language elements
> {}()*&^%"!<>~+ and | are shifted keys on most keyboards.
> 
> Regards,
> 
> Phil
> --
> Why reinvent the wheel?                Because we can make it rounder...
> 
>

mike | 8 Dec 17:30

Re: what needs to be done?


>
> Check the mailing list archives, and make sure the existing code 
> builds and runs on your machine.  Knowing how to use TLA will help.
>
where can the mailing list archive be found?

Vytautas Shaltenis | 8 Dec 17:52
Picon

Re: Re: what needs to be done?

--------- At 2004-12-08, 18:30:17 mike wrote: -------

>> Check the mailing list archives, and make sure the existing code 
>> builds and runs on your machine.  Knowing how to use TLA will help.
>>
>where can the mailing list archive be found?

  You must be kidding, right? Try this if nothing else helps:
http://www.google.lt/search?hl=lt&q=y-devel+where+can+the+mailing+list+archive+be+found

--
Vytautas Shaltenis
On the Web: http://www.mif.vu.lt/~vysa1570

Lincoln Quirk | 8 Dec 22:12

Re: what needs to be done?

On 8 Dec 2004, at 11:30, mike wrote:

>
>>
>> Check the mailing list archives, and make sure the existing code 
>> builds and runs on your machine.  Knowing how to use TLA will help.
>>
> where can the mailing list archive be found?
>

http://www.y-windows.org/pipermail/y-devel/ for those who don't know.

possibilitybox | 9 Dec 04:41
Picon

make error

i've gotten this error trying to build Y.  i've re-installed perl.  i
don't know what the issue could be at all, as i'm completely
unfamiliar with how perl works.  ideas?

make[2]: Entering directory `/home/blammo/Y-0.2.1/config/keymaps'
mkdir -p YKB
perl -MParse::RecDescent - YKB/YKBGrammar YKB::YKBGrammar
Can't locate Parse/RecDescent.pm in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.4/i686-linux
/usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.2/i686-linux
/usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.4/i686-linux
/usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl/5.8.2/i686-linux
/usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4
/usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.2/i686-linux
/usr/lib/perl5/site_perl/5.8.2 .).
BEGIN failed--compilation aborted.
make[2]: *** [YKB/YKBGrammar.pm] Error 2
make[2]: Leaving directory `/home/blammo/Y-0.2.1/config/keymaps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/blammo/Y-0.2.1/config'
make: *** [all-recursive] Error 1

James Harr | 9 Dec 08:37

Re: make error

Login as root and run:
perl -mCPAN -e 'install Parse::ResDescent'

On Wednesday 08 December 2004 9:41 pm, possibilitybox wrote:
> i've gotten this error trying to build Y.  i've re-installed perl.  i
> don't know what the issue could be at all, as i'm completely
> unfamiliar with how perl works.  ideas?
>
> make[2]: Entering directory `/home/blammo/Y-0.2.1/config/keymaps'
> mkdir -p YKB
> perl -MParse::RecDescent - YKB/YKBGrammar YKB::YKBGrammar
> Can't locate Parse/RecDescent.pm in @INC (@INC contains: /etc/perl
> /usr/lib/perl5/site_perl/5.8.4/i686-linux
> /usr/lib/perl5/site_perl/5.8.4
> /usr/lib/perl5/site_perl/5.8.2/i686-linux
> /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl
> /usr/lib/perl5/vendor_perl/5.8.4/i686-linux
> /usr/lib/perl5/vendor_perl/5.8.4
> /usr/lib/perl5/vendor_perl/5.8.2/i686-linux
> /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl
> /usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4
> /usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.2/i686-linux
> /usr/lib/perl5/site_perl/5.8.2 .).
> BEGIN failed--compilation aborted.
> make[2]: *** [YKB/YKBGrammar.pm] Error 2
> make[2]: Leaving directory `/home/blammo/Y-0.2.1/config/keymaps'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/blammo/Y-0.2.1/config'
> make: *** [all-recursive] Error 1

(Continue reading)

James Harr | 9 Dec 08:59

Re: make error

Err, it's probably big M..

perl -MCPAN -e 'install Parse::ResDescent'

-m just includes the module
-M includes the module and imports the symbols...

That should do it :)

On Thursday 09 December 2004 1:40 am, possibilitybox wrote:
> loki# perl -mCPAN -e 'install Parse::ResDescent'
> Can't locate object method "install" via package "Parse::ResDescent"
> (perhaps you forgot to load "Parse::ResDescent"?) at -e line 1.
>
> On Thu, 9 Dec 2004 01:37:00 -0600, James Harr <james <at> grickle.org> wrote:
> > Login as root and run:
> > perl -mCPAN -e 'install Parse::ResDescent'
> >
> > On Wednesday 08 December 2004 9:41 pm, possibilitybox wrote:
> > > i've gotten this error trying to build Y.  i've re-installed perl.  i
> > > don't know what the issue could be at all, as i'm completely
> > > unfamiliar with how perl works.  ideas?
> > >
> > > make[2]: Entering directory `/home/blammo/Y-0.2.1/config/keymaps'
> > > mkdir -p YKB
> > > perl -MParse::RecDescent - YKB/YKBGrammar YKB::YKBGrammar
> > > Can't locate Parse/RecDescent.pm in @INC (@INC contains: /etc/perl
> > > /usr/lib/perl5/site_perl/5.8.4/i686-linux
> > > /usr/lib/perl5/site_perl/5.8.4
> > > /usr/lib/perl5/site_perl/5.8.2/i686-linux
(Continue reading)


Gmane