chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] qt & dbus eggs


From: Andrei Barbu
Subject: Re: [Chicken-users] qt & dbus eggs
Date: Thu, 8 Apr 2010 23:22:57 -0400

Hi,

> Hi Andrei,
>
> Does opengl work? It looks like the tests think it should but I don't see an
> egg for it ....
>

So OpenGL will work on machines that support it. Sadly the n900 only
has OpenGL ES support so the chicken OpenGL egg won't build.
I haven't had a chance to look into what's different about the ES
version, nor what it would take to port the egg over. I have heard
rumors of some OpenGL wrapper that you can build against for the n900,
but I haven't found the time to investigate. It's probably a quick
port anyway.

Let me know if you dig something up, or if you find a simple way of
building the OpenGL egg (you can just run chicken-install if you want
to try it out, its dependencies are already there), I'd be happy to
add it to the repository.


Andrei


> Nokia-N900-42-11:~/MyDocs/chicken$ csi test.scm
>
> CHICKEN
> (c)2008-2010 The Chicken Team
> (c)2000-2007 Felix L. Winkelmann
> Version 4.4.0
> linux-unix-gnu-arm [ dload ptables ]
> compiled 2010-03-26 on tensor (Linux)
>
> ; loading test.scm ...
>
> Error: (import) during expansion of (import ...) - cannot import from
> undefined module: gl
>
>        Call history:
>
>        <syntax>                (##core#begin (##sys#load-library (quote
> utils) #f))
>        <syntax>                (##sys#load-library (quote utils) #f)
>        <syntax>                (quote utils)
>        <syntax>                (##core#begin (##core#begin (##sys#require
> (quote gl)) (import gl)) (##core#begin (##core#begin (##s......
>        <syntax>                (##core#begin (##sys#require (quote gl))
> (import gl))
>        <syntax>                (##sys#require (quote gl))
>        <syntax>                (quote gl)
>        <syntax>                (import gl)     <--
>
> Nokia-N900-42-11:~/MyDocs/chicken$ apt-cache search chicken
> wormux - Wormux is pre-eminently a "convivial mass murder" game
> wormux-data - data files for the wormux game
> chicken-bin - A practical and portable Scheme system - compiler
> chicken-check-errors - An efficient and powerful lexer generator.
> chicken-dbus - An efficient and powerful lexer generator.
> chicken-easyffi - An efficient and powerful lexer generator.
> chicken-foreigners - An efficient and powerful lexer generator.
> chicken-matchable - An efficient and powerful lexer generator.
> chicken-miscmacros - An efficient and powerful lexer generator.
> chicken-numbers - An efficient and powerful lexer generator.
> chicken-protobj - An efficient and powerful lexer generator.
> chicken-qt - An efficient and powerful lexer generator.
> chicken-setup-helper - An efficient and powerful lexer generator.
> chicken-silex - An efficient and powerful lexer generator.
> chicken-sql-null - An efficient and powerful lexer generator.
> chicken-sqlite3 - An efficient and powerful lexer generator.
> chicken-synch - An efficient and powerful lexer generator.
> chicken-test - An efficient and powerful lexer generator.
> libchicken-dev - A practical and portable Scheme system - development
> libchicken5 - A practical and portable Scheme system - runtime
>
> On Thursday 08 April 2010 06:20:53 pm you wrote:
>> On Thu, Apr 8, 2010 at 21:12, Matthew Welland <address@hidden> wrote:
>> > Cool! The examples work now!
>>
>> Great!
>>
>> > One other thing. I'm a bit new to git (mostly using monotone these
>> > days) I tried getting the code but I get an error:
>> >
>> > address@hidden:~/src$ git clone http://0xab.com/repos/n900-chicken.git
>> > Initialized empty Git repository in /home/matt/src/n900-chicken/.git/
>> > fatal: http://0xab.com/repos/n900-chicken.git/info/refs not found: did
>> > you run git update-server-info on the server?
>> >
>> > What is the correct way to run git for this?
>>
>> Just rerun that command, I forgot to run update-server-info.
>>
>>
>> Andrei
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]