World: r3wp
[Red] Red language group
older newer | first last |
Geomol 9-Nov-2011 [3771] | Thanks! |
Kaj 9-Nov-2011 [3772] | It could be completely entangled with the SSH protocol, but since they also do SFTP, one can hope it is somewhat abstracted internally |
Andreas 9-Nov-2011 [3773x2] | SFTP is basically nothing more than a set of specific commands sent over SSH. |
That alone won't require much abstraction, I fear. | |
Kaj 9-Nov-2011 [3775] | Ah, right, so it could still be entangled. I was thinking of FTPS |
Dockimbel 9-Nov-2011 [3776] | AFAIK, SSL and SSH are different communication protocols that rely on common hashing and encryption algorithms on the low-level layer. |
Kaj 9-Nov-2011 [3777] | Yes, it doesn't seem to be called SSL within SSH, but there is talk of TLS |
Andreas 9-Nov-2011 [3778x3] | Didn't PuTTY also do telnet/ssl? |
Hmm, seems it doesn't. | |
Well, then there's probably hardly anything SSL/TLS-specific in there, except for some common crypto primitives as Doc mentioned. | |
Geomol 9-Nov-2011 [3781] | There is a "telnet.c" in the PuTTY sources. |
Dockimbel 12-Nov-2011 [3782x3] | I have just bricked my Sheevaplug by doing a simple "apt-get upgrade"...:-( |
No way to get access to it anymore even using the USB direct connection. | |
So I need to find a suitable ARM emulator now to be able to finish the ARM port... | |
GrahamC 12-Nov-2011 [3785x2] | No warranty? |
Seem to be several howtos on how to unbrick a sheevaplug | |
Dockimbel 12-Nov-2011 [3787x2] | Warranty: I don't think that warranties apply on "bricked" hardware, anyway, I never rely on warranties. |
I will see if I can setup QEMU to emulate an ARM and install a suitable Linux image over it. | |
Luis 13-Nov-2011 [3789x2] | Can not be reflashed ? |
http://myubuntublog.wordpress.com/tag/sheevaplug/ | |
Dockimbel 13-Nov-2011 [3791x3] | Yes it can, but the procedure is long and complicated. It also requires a USB stick that will be recognized by the sheeva. |
I can't get the QEMU network emulation to work at all... | |
Just spent my whole day trying to make QEMU work fully, I'm giving up that option for now. I will try tomorrow to get my sheeva back to life. | |
Kaj 13-Nov-2011 [3794x2] | Never trust update systems |
I've been working on a GoboLinux upgrade for the past days after nuking my installation, and there are all sorts of problems | |
Dockimbel 13-Nov-2011 [3796x3] | Got networking partially working with QEMU, let's see if it's enough to setup the tools I need. |
Kaj: you got a message here: https://gist.github.com/1326101 | |
Got my QEMU/ARM Debian instance working properly now. I am using WinSCP to automatically transfer the compiled binary files between the host and guest OS. | |
Luis 13-Nov-2011 [3799] | green lights for Red !! |
MikeL 18-Nov-2011 [3800] | I am trying more Red examples from Kaj's bindings. Some working well.... but GTK failing on libgio-2.0-0.dll Other DLLs that were needed for WinXP seemed to be in the mysql distribution ... except this one. Little hits on reliable downloads of pre-built DLL. Anybody used it in WinXP? |
Dockimbel 18-Nov-2011 [3801] | I've uploaded a zipped copy of mine: http://sidl.fr/tmp/libgio-2.0-0.zip |
MikeL 18-Nov-2011 [3802] | merci |
Dockimbel 18-Nov-2011 [3803] | But, I have tested it on Seven only... |
MikeL 18-Nov-2011 [3804x2] | Soon on XP |
Cascading DLL problems ... libglib*.... Can you provide the full DLL list that works with GTK? | |
Dockimbel 18-Nov-2011 [3806x2] | Let me find that... |
Here's the direct download link for the GTK runtime I'm using: http://freefr.dl.sourceforge.net/project/gtk-win/GTK%2B Runtime Environment/GTK%2B 2.22/gtk2-runtime-2.22.0-2010-10-21-ash.exe | |
Kaj 18-Nov-2011 [3808x5] | Mike, I got the DLL versions for Windows from the official Windows download from the GTK site |
Although it may just have been followed up by a newer version | |
I have 2.22.1-20101227 here | |
Nope, still the same bundle on the site | |
There are individual packages for the new 2.24, though, which replaces 2.16 as the stable Windows version | |
MikeL 18-Nov-2011 [3813x4] | Thanks there is no guarantee that I am doing it right but I am anxious to get it working. Thanks for the help guys. |
Nice. All examples now working now except GTK-widgets | |
With empirical debugging, this line passes the compile but make sthe execution fail "fixed button [50 25 "Print" :get-lines lines] gtk-tight" | |
Yes ... lots of those in the example ... it is the last one ... commented out and the executable does not fail. | |
Kaj 18-Nov-2011 [3817] | How does it fail? |
MikeL 18-Nov-2011 [3818x3] | GTK-widgets.exe has encountered a problem and needs to close. We are sorry for the inconvenience. |
Exception Information/Code: 0xc000005 /Flags 0x0000000 | |
p.s. thanks Kaj. That is an awesome amount of work you have taken on for the bindings. Almost Doc-like. | |
older newer | first last |