chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] [ANN] New egg: glfw3


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] [ANN] New egg: glfw3
Date: Tue, 08 Apr 2014 19:05:02 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Alex,

On Sat, 05 Apr 2014 16:33:32 -0400 Alex Charlton <address@hidden> wrote:

> address@hidden writes:
>
>> 1) I’m not sure entirely what you’re asking. GLFW on *nix creates
>> the standard libglfw.so, libglfw.so.3, libglfw.so.3.0, two of which
>> are symlinks to the latter. So on *nix it is certainly possible to
>> have different versions installed and just link to the one you
>> want. The only problem with changing the setup file to link to
>> libglfw.so.3 is that it would break on Windows.
>>
>> If there is a standard way of conditionally executing code à la CL’s
>> features then I’d be happy to modify the setup file to ensure that
>> it links to version 3 on Unix. Otherwise, I’m not sure how you’d get
>> it to run on the test server. Do you have some way of patching eggs?
>
> I just discovered Chicken’s features. I’ve patched the setup file so
> that it links specifically with libglfw.so.3 on *nix. So now this
> should be able to run on the test server along-side the previous glfw
> egg (so long as libglfw.so is pointing to libglfw.so.2).

Cool.  Thanks for looking into that.  I've installed glfw3 on the Linux
test machines.

As soon as you want us to publish the first version of your egg, just
let us know.  There's that small issue with the `repo' form in the
.release-info file that you'll probably want to fix before publishing
it.

It would be nice if you could add the documentation for your egg to the
wiki (https://wiki.call-cc.org/eggref/4/glfw3).  If you properly format
it with the wiki markup (see http://wiki.call-cc.org/edit-help), it will
be automatically indexed by http://api.call-cc.org.

Again, thanks for contributing and for sharing your code.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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