|
From: 有坂富雄 <ari...@ic...> - 2017-03-23 12:01:47
|
Dear Gunter, I compiled the github version of wxMaxima. (commit:4e49c135e25722ee2d7e32d72de54988b2710bd4) You can download it with the next url: https://mega.nz/#!79cgnb6K!J3oIq-kcnZ6tONZTN8B43YCCEi6E7_N9p-KzwKEov_U I have the trouble with this version of wxMaxima as follows: I cannot open new window: (1) I launched wxMaxima, then an empty window was opened. (2) I selected the menu "File->New", then nothing happened. (3) I dropped a wxmx file into the application icon of wxMaxima, then nothing happened. By the way, Since when has wxMaxima been broken? And so I found the last version of wxMaxima which did not include the freeze or crash bug of the version 16.04.0 and later on MacOS X. It was committed on 31 Mar 2016, just before wxMaxima-16.04.0. (commit:009b3f52543f95393399c563bf9b5377a7f8a92d) You can download its executable binary with the next url: https://mega.nz/#!jklASKRL!BUoKrCvw7EAhSFogJszDu6FTw3pRhYKL2siRfhY_OiE I hope this information helps you. Thanks, Tomio Arisaka P.S. On MacOS X, be careful to remove initialization files created by wxMaxima when you change the version of wxMaxima. You can find them with the next command: $ find $HOME/Library -name '*wxMaxima*' 2017/3/23 02:45, Gunter Königsmann <gu...@pe...> wrote: > Dear Tomio, > > I have found out that there are 2 places in which we try to create new > windows - and I have only tried to repair one of them. > > I don't know if you are willing to try to compile another version, > expecially as I cannot tell if it will better than the last one or not. > But if you are willing to do so: I have attempted to fix an additional > bug. If we are really lucky it might improve things. But I cannot prove > it. The "empty window and the cursor doesn't move" looks like > configuration::m_dc is filled with the wrong value. and I have no idea > how this happens so I am quite sure this version won't fix the whole > problem, unfortunately. > > Kind regards, > > Gunter. |