Hi Alex, On Sat, 05 Apr 2014 16:33:32 -0400 Alex Charlton <[email protected]> wrote:
> [email protected] 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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
