FS#32691 - [erlang] please rebuild erlang with wx enabled to make wings3d work
Attached to Project:
Community Packages
Opened by Alexander F. Rødseth (xyproto) - Thursday, 15 November 2012, 20:59 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 19 November 2012, 20:12 GMT
Opened by Alexander F. Rødseth (xyproto) - Thursday, 15 November 2012, 20:59 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 19 November 2012, 20:12 GMT
|
Details
Hi,
I'm trying to make erlang-sdl, erlang-cl and wings3d to compile and run. Currently, they all compile, but wings3d crashes at start, complaining that no opengl mode is found: http://dpaste.com/hold/831740/ After talking to Dan Gudmundsson (current maintainer of the branches of esdl, cl and wings that actually seem to work with erlang 15, url https://github.com/dgud), I was adviced that this was likely to be the culprit: Failed locating lib /usr/lib/erlang/lib/wx-0.99.2/priv/erl_gl.so: And that building erlang with wx enabled might solve this. Steps to reproduce: Install and run wings3d from community. Watch how it crashes. (It did work before, for the previous release, then something changed, and the application stopped working). Versions: 64-bit Arch Linux Erlang R15B02 (erts-5.9.2) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false] Thanks. |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Monday, 19 November 2012, 20:12 GMT
Reason for closing: Fixed
Additional comments about closing: erl_gl.so is now included
Monday, 19 November 2012, 20:12 GMT
Reason for closing: Fixed
Additional comments about closing: erl_gl.so is now included
However, when I build erlang myself from svn (with debug enabled and optimizations disabled) the previously missing library is present and wings3d seems to work fine.