Re: wxEuphoria v0.10.0 - wxeud.e:758

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jerry Story wrote:
> 
> I installed (or tried to install) wxEuphoria v0.10.0 for Ubuntu.
> I'm running Ubuntu Feisty.
> I installed all the wxWidgets 2.8 stuff in the Synaptic Package Manager.
> I even re-booted in case that would make a difference.
> 
> This is what happened when I tried to run hello_world.exw.
> 
> exu hello_world.exw
> 
> ..../wxeud.e:758 in function next_event() 
> A machine-level exception occurred during execution of this statement 
> 
> ... called from /home/jstory/euphoria/include/wxEuphoria/wxeud.e:772 
> 
> 
> What did I do wrong?

That shouldn't happen.  Just what you wanted to hear, right?  That error 
usually means that it couldn't open the shared library, but I added some 
code to check for that case and abort, so it shouldn't have gotten that
far if that were the problem.

Those lines seem off.  Are you running the v0.10.0 release (i.e., not the
beta or alpha) or did you modify the file at all?  Also, what are the values
for 

* wxWidgets (the atom that holds the handle to the shared library)
* wx_event_type (the c_var that stores the values for the events)

The other thing you could check is to run ldd on the shared library, to
see if it might be having problems linking.  The default binary build
might not work if you don't have the same versions of everything, and 
would require a rebuild on your machine.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu