Thanks Blue and don't forget to remind people about gforth's new C API, I haven't had a chance to try it out myself but it's worth brining up again -Pat
Hi Simon I really want to finish this. I am getting a bit depressed that I can't. I have a lot coming at me at once again. I tried to install pdcurses on Linux. I can't remember the errors now, it was back in May but what I remember is that basically I had trouble and once it was sort of installed, I had errors with mouse support with pdcurses. My mingw installation is borked on Windows. I also messed up my cygwin install and I am just fixing now. I am not sure if I have a fully formed question to...
Thanks for sharing this Mickey Privacy is such an issue these days... Just to add to this, you don't always need dogs to detect scent. Mass spectrometery can be used to detect gases and I believe is used at the border. I guess at borders there is an expectation that rights are lessened but the same technology(along with dogs) could be used within the US or Canada. -Pat
Hi Guys I have already done this, just hold one a few more days. I just finished a patch for mouse support against 3.0. I am going to do the same for multi-window support in the next day or two. After this I am going to make a patch that adds mouse support and multi-window support in one patch. You can then pick and choose what you want this way. The multi-window support changes all ncurses functions from their stdscr to their multi-window cousins. I already have a function to return stdscr to the...
Hi Serge please type bash build_aux/bootstrap. It will run autoreconf and you will have configure -Pat
Hi Brian Thanks for all your posts last night, this is going to take me a little while to process. I am looking after both kids at night right now and my free time is cut to almost zero now. I looked at gforth again last year but walked away due to the lack of a decent C API, this is interesting news. I haven't refurbished a sputter coater is 16-17 years so I am rusty but I think this might be a good solution for this post: https://en.wikipedia.org/wiki/Sputter_deposition Look up sputter coater on...
Hi Brian I know you have a lot on your plate right now. No pressure if you don't have time to answer this. I just downloaded Agar and I changed : -D_BSD_SOURCEto be-D_DEFAULT_SOURCE`. As per your suggestion. I am still having trouble getting it to work. Do you still think this would be good for a screen section alternative? If you do, I will keep trying. I tried to make a xforms version a while ago. I think I have a much better chance this time and I am wondering about going back to xforms. Your...
Hi Simon I linked cobcrun from /usr/local/bin to /bin and ./atlocal worked but $COMPILE -v "$(_return_path "$(pwd)/prog.cob")" Failed with _return_path: command not found Sorry to bug you with this, at this point I don't really know what $COMPILE does. I ran ./atconfig ./atlocal and $COMPILE in a new shell as well. I am lost, could you tell me what to do next? -Pat