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: Alex Charlton
Subject: Re: [Chicken-users] [ANN] New egg: glfw3
Date: Sat, 05 Apr 2014 16:33:32 -0400
User-agent: mu4e 0.9.9.5; emacs 24.3.1

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?
>
> 2) You’re certainly right. Thanks for catching that!

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).

-- 
Alex




reply via email to

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