Re: [Bug-apl] NativeFunction eval_AXB has become broken

2014-04-14 Thread Juergen Sauermann
Hi, yes. this can happen when the installed shared libs are compiled with a different version of GNU APL and in the meantime virtual functions have beed added or removed. 'make install' usually fixes this. I was already thinking of some versioning between the shared libs and the interpreter. I

[Bug-apl] NativeFunction eval_AXB has become broken

2014-04-13 Thread Elias MÃ¥rtenson
In my implementation of eval_AXB I am getting the function number using the following code: const int function_number = X-get_ravel(0).get_near_int(qct); When X is either 0 or 1, this works correctly. But when X is any other value (for example, 2) the call to .get_near_int(qct) throws a