[9fans] vx32 compilation for osx

2014-05-10 Thread arisawa
Hello, 9vx for osx is for i386 -bash$ file /usr/local/9vx/9vx.OSX /usr/local/9vx/9vx.OSX: Mach-O executable i386 -bash$ to compile to 64bit, I tried to _make_ on mountain lion. however the compilation fails. -bash$ cd /Users/arisawa/src/vx32-0.12/src -bash$ make make: vx32-gcc: Command not

Re: [9fans] radio

2014-05-10 Thread Krystian Lewandowski
Wiadomość napisana przez Bakul Shah ba...@bitblocks.com w dniu 10 maj 2014, o godz. 01:21: On Fri, 09 May 2014 16:11:00 +0200 Krystian Lewandowski krystian@gmail.com wrote: I was working on GPIO under Plan9 - very simple thing but also supports edge-raising/falling events. I had

Re: [9fans] vx32 compilation for osx

2014-05-10 Thread erik quanstrom
9vx for osx is for i386 9vx depends on 386 features. it does not extend to amd64. - erik

Re: [9fans] vx32 compilation for osx

2014-05-10 Thread arisawa
thanks erik. it seems osx marvericks dislike i386…. 2014/05/10 21:40、erik quanstrom quans...@quanstro.net のメール: 9vx for osx is for i386 9vx depends on 386 features. it does not extend to amd64. - erik

Re: [9fans] vx32 compilation for osx

2014-05-10 Thread Aram Hăvărneanu
It's easy to make it use clang directly (instead of gcc wrapper) and compile it in 32-bit mode, the larger issue is that it uses an obsolete devdraw implementation that doesn't compile in Mavericks any more... -- Aram Hăvărneanu

Re: [9fans] vx32 compilation for osx

2014-05-10 Thread erik quanstrom
On Sat May 10 10:04:09 EDT 2014, ara...@mgk.ro wrote: It's easy to make it use clang directly (instead of gcc wrapper) and compile it in 32-bit mode, the larger issue is that it uses an obsolete devdraw implementation that doesn't compile in Mavericks any more... are you sure that there are

Re: [9fans] vx32 compilation for osx

2014-05-10 Thread Jeff Sickel
The issue on the OS X version is that Apple announced, 5 years or more ago, that the 32-bit Carbon APIs were end of life and being decommissioned. 9vx uses those Carbon graphics APIs, so it stands to reason that when Apple released Mavericks, those APIs were no longer supported or included with

[9fans] Pegasus-2.7 is released

2014-05-10 Thread arisawa
Hello 9fans, Web server Pegasus-2.7 is released. the change: made the code simpler for quicker response. look http://plan9.aichi-u.ac.jp/netlib/pegasus/ Kenji Arisawa