Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread steve
I must have missed that one, From your old report it seems tr problem is at line 432 of test1.bac.h Can you reproduce the error? -Steve On 23 Jan 2012, at 06:47 AM, Jens Staal staal1...@gmail.com wrote: 2012/1/18 John Floren j...@jfloren.net: On Wed, Jan 18, 2012 at 10:46 AM, Martin Harriss

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread Charles Forsyth
dlerror isn't declared, and isn't a standard function On 23 January 2012 08:13, steve st...@quintile.net wrote: I must have missed that one, From your old report it seems tr problem is at line 432 of test1.bac.h Can you reproduce the error? -Steve On 23 Jan 2012, at 06:47 AM, Jens Staal

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread Jens Staal
I get the same error no matter which BASIC file that gets generated to C and it is put in the generated header file (at different row numbers, ofcourse. I used test1 as use case to try to track it down), so there is some sort of typedef inconsistency in there somewhere. I believe that it has

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread Charles Forsyth
The line number is off-by-one, for some reason, but since the operation is AS (assign), and since the assignment from dlerror is on the next line, and dlerror won't be declared anywhere, that's most likely to be the problem. On 23 January 2012 08:37, Jens Staal staal1...@gmail.com wrote: I get

[9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread smiley
Hello, 9fans! :)y's plan9port mod 1 version 1.0 is now out. magnet:?dn=sp9pm1v1p0.patchxl=153045xt=urn:sha1:DN75FAYWWBS54C3TL2DE7DTFMICT2GFXxt=urn:md5:8B486B050E4FC7E054156CBB6194348Cxt=urn:crc32:909347387as=http%3A%2F%2Fplan9.icebubble.org%2Fplan9port%2Fpatches%2Fsp9pm1v1p0.patch

Re: [9fans] venti backup

2012-01-23 Thread hugo rivera
OK, thanks a lot for your help! 2012/1/20 David du Colombier 0in...@gmail.com: Does the presence of the trailer imply that I should add an extra block to the arenas backup? If my last arena is arena='arenas059' [31676186624,32213057536) then I should backup 32213057536+8192 bytes instead

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread Lucio De Re
* Where did all my keyboard accelerators go? Acme could use Put, Undo, and Paste accelerators, at a minimum. Keystrokes for forward/backward word would be great, and a keystroke to warp the pointer to the end of the tag line would be really nice, too. I find

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread Charles Forsyth
I do. It's one of the first things I change on Linux and Windows. HOW MANY PEOPLE USE CAPS LOCK, I WONDER? On 23 January 2012 10:02, Lucio De Re lu...@proxima.alt.za wrote: After all, how many of us 9fans actually use CapsLock as a Ctrl- key? I know I don't.

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread dexen deVries
On Monday 23 of January 2012 12:52:31 Charles Forsyth wrote: I do. It's one of the first things I change on Linux and Windows. HOW MANY PEOPLE USE CAPS LOCK, I WONDER? On 23 January 2012 10:02, Lucio De Re lu...@proxima.alt.za wrote: After all, how many of us 9fans actually use

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread erik quanstrom
* Finally! A sane solution to the problem of hard-coded paths in the plan9port tree: Most of them have been removed, in favor of a #!/usr/bin/env 9rc approach (which execs 9 rc). The 9 script has been updated with intelligence to detect and set $PLAN9 from

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread erik quanstrom
The line number is off-by-one, for some reason, but since the operation is AS (assign), and since the assignment from dlerror is on the next line, and dlerror won't be declared anywhere, that's most likely to be the problem. i think the compiler eats the newline sometimes when there's a //

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread Charles Forsyth
I'm currently using a Sandstrøm Wireless Enhanced Mouse with Acme (i like the micro-usb connector). it seems to get reasonable battery life. http://www.sandstromstyle.com/products/type/mice/423677.aspx On 23 January 2012 15:15, erik quanstrom quans...@quanstro.net wrote: although there's sort

Re: [9fans] Intel X4500 Integrated Graphics support

2012-01-23 Thread erik quanstrom
I also tried 9pcatom, and the performance is great there as well. The only complaint I would have here is that usbd on 9atom starts up too late - after inputting boot, root, vga, etc. information. So I have to go back and forth between my laptop and keyboard. just recompile the kernel with

Re: [9fans] gigabit rtl8169

2012-01-23 Thread erik quanstrom
I have a gigabit Realtek 8169 ethernet port. Plan 9 shows: #l0: rtl8169: 100Mbps ... Does this really mean that we are operating on 100Mbps? If so, what are the issues with going up to 1000Mbps? My switch shows that the connectivity is at gigabit... the 8169 phy code is often

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread Tristan
* It's not easy to search one Acme window for a search string in another Acme window. highlight text in source window. 2-1 cord on Look in the search window. * Where did all my keyboard accelerators go? Acme could use Put, Undo, and Paste accelerators, at a minimum.

Re: [9fans] Smiley's plan9port mod 1 ver. 1.0 released

2012-01-23 Thread Anthony Sorace
On Jan 23, 2012, at 3:58 , smi...@icebubble.org wrote: * Finally! A sane solution to the problem of hard-coded paths in the plan9port tree: Most of them have been removed, in favor of a #!/usr/bin/env 9rc approach (which execs 9 rc). The 9 script has been updated with

Re: [9fans] two nics (alternating) vs dns config

2012-01-23 Thread erik quanstrom
I've bound '#l1' to /net (not /net.alt) in /lib/namespace.$node and /cfg/$node/cpurc. The two static ipconfigs work. I can ping out and drawterm in. The only issue is dns. DNS always uses /net/ether0. How do I make it use /net/ether1 when needed? Would the /net.alt style config work

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread Jens Staal
Thanks for the feedback! The dlerror was indeed the culprit and now my errors have jumped to: eof syntax error, last name: 0 pcc: cpp: 469: error , presumably in the generated .c file. Where can I find info about the 469 error and how do I know where the error occurred? (previously I have

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-23 Thread erik quanstrom
Thanks for the feedback! The dlerror was indeed the culprit and now my errors have jumped to: eof syntax error, last name: 0 pcc: cpp: 469: error , presumably in the generated .c file. Where can I find info about the 469 error and how do I know where the error occurred?