Re: [9fans] 9vx on mountain lion

2013-02-18 Thread arisawa
Hello, Thanks for the information. it was bothersome to apply cocoa-screen.m in p9p to screen.c in vx32. The problem comes from the function setcursor() in screen.c. so, for the temporally, I made the function dummy. it seems the compiled 9vx is stable without serious problems. remaining

Re: [9fans] 9vx on mountain lion

2013-02-18 Thread lucio
Try to compile from https://bitbucket.org/rminnich/vx32 I understood that the consolidated repository was https://bitbucket.org/yiyus/vx32 Am I missing something? ++L

Re: [9fans] 9vx on mountain lion

2013-02-18 Thread David du Colombier
I understood that the consolidated repository was https://bitbucket.org/yiyus/vx32 Am I missing something? Yiyus' and Ron's repositories have the same content. The current vx32 repository (based on Ron's) is: https://bitbucket.org/0intro/vx32 It doesn't fix the reported problem

Re: [9fans] 9vx on mountain lion

2013-02-18 Thread lucio
Yiyus' and Ron's repositories have the same content. The current vx32 repository (based on Ron's) is: https://bitbucket.org/0intro/vx32 That's three, I guess there's strength in numbers :-) It doesn't fix the reported problem anyway. And I'm still praying for the Go fixes, but they

Re: [9fans] 9vx on mountain lion

2013-02-18 Thread Jeff Sickel
Take a look at the changes in https://bitbucket.org/jas/drawterm-cocoa A bit different from the p9p side, but does handle the cursor changes et al. -jas On Feb 18, 2013, at 6:51 AM, lu...@proxima.alt.za wrote: Yiyus' and Ron's repositories have the same content. The current vx32

Re: [9fans] 9vx on mountain lion

2013-02-18 Thread arisawa
Hello, I have tried. it seems the drawterm binary works OK. Kenji Arisawa On 2013/02/19, at 1:22, Jeff Sickel j...@corpus-callosum.com wrote: Take a look at the changes in https://bitbucket.org/jas/drawterm-cocoa A bit different from the p9p side, but does handle the cursor

Re: [9fans] 9vx on mountain lion

2013-02-17 Thread Ярослав Коломієць
Try to compile from https://bitbucket.org/rminnich/vx32 Hello 9fans, my 9vx that was in 9vx-0.12 does not work on mountain lion. that leads to panic with a message: -bash$ 9vx.OSX 71 rio fault 0x8 no segment anyone has newer version or patch? Kenji Arisawa

Re: [9fans] 9vx on mountain lion

2013-02-17 Thread arisawa
Thank you, Ярослав. I installed the patch: rminnich-vx32-17a064eed9c2 However, -bash$ gnumake 9vx/osx/screen.c: In function ‘setcursor’: 9vx/osx/screen.c:547: error: ‘OSXCursor’ undeclared (first use in this function) 9vx/osx/screen.c:547: error: (Each undeclared identifier is reported only

Re: [9fans] 9vx on mountain lion

2013-02-17 Thread Benjamin Huntsman
Nice... I was just getting that same error a few days ago when I tried to build it too. I chalked it up to some earlier posts that said something along the lines of use a binary from Snow Leopard... and didn't want to ask around to see if it's been fixed. Glad to see I'm not alone... -Ben

Re: [9fans] 9vx on mountain lion

2013-02-17 Thread Jeff Sickel
It's the long ago announced (over five years ago) and finally enacted removal of Carbon APIs that are biting you. At some point someone can pull in the changes from darwin-cocoa or recent p9p devdraw/cocoa-screen.m to get 9vx to build and run on OSX 10.8+. -jas On Feb 17, 2013, at 5:09 PM,

[9fans] 9vx on mountain lion

2013-02-16 Thread arisawa
Hello 9fans, my 9vx that was in 9vx-0.12 does not work on mountain lion. that leads to panic with a message: -bash$ 9vx.OSX 71 rio fault 0x8 no segment anyone has newer version or patch? Kenji Arisawa