Hi,
Could you please help me to understand?
The wx:demo() about GL is working, while a lot of other examples using wx and gl did not work (both on Windows and Ubuntu). For instance GitHub - kostyushkin/erlworld: A fork of https://code.google.com/p/erlworld/
GitHub - dgud/gl_demos: Erlang wxErlang OpenGL demos
Under Ubuntu I get
(Erlang:8464): GLib-WARNING **: 11:11:53.402: In call to g_spawn_sync(), exit status of a child process was requested but ECHILD was received by waitpid(). See the documentation of g_child_watch_source_new() for possible causes.
And nothing is starting, on Windows nothing is starting but no messages.
What do you think? Why in one case does it work and not in the others?
Best