Hello All, See below an updated version on the AWK file hook with item list support. Comments appreciated, Regards, Pedro ; -!- emf -!- ; This is part of the...
I would like to see the Jasspa Source tree moved to Github or similar, and a contrib tree maintained alongside it. This is for a few reasons: - Gives everybody...
... Not sure that there have been enough contributions to warrant this. Most of the contributions have been bundled with the release unless we have not...
... It does not need to be integrated as such, SVN or CVS or any source code control would be ok. The idea is that the contribution level might be improved by...
I have just posted some Intel (x86) Apple binaries to: http://www.jasspa.com/downapple.html Many Thanks to Bruno and Steve for arranging and building the...
I've just posted an experimental Microsoft Windows me executable to the site here: http://www.jasspa.com/development/jasspa-me-standalone-ms-win32-20091017.zip...
Hi Jon Good work! I had used standalone application by using StartKits in Tcl and this I would believe its the same idea concept? I makes ME (even) more...
... Hi Pedro, ... Yes much the same. ... Yes - sometimes you do not want to install but want something a bit more than nano and just want it to run. ... I've...
Brilliant! It would be super brilliant if I could package my JASSPA_HOME the same way and bring it along as a single file....
Bryan Schofield
schofield.bryan@...
Nov 1, 2009 4:24 pm
2494
... You will be able to do this as well if you roll your own binary. My built-in file system builder is not quite ready for release yet and only works on...
Hi Jon, Been playing with it! Looks nice .... :P Two points worth discussing: 1) I would see this stuff completely integrated into the "regular" build...
... It is just a prototype at the moment - the source is not even archived. There are makefiles updated for Linux/Freebsd/Darwin etc. Build as: build -t scw ...
Hi Jon, Just some thoughts on the Win32 version: 1) I maybe trying to be perfectionist, but do you think that it could also be a good approach to put the bfs...
... Well done Pedro - top marks; this is exactly what we should do. This means that we do not need to do a build to change the macros and any Joe can easily...
Hi Jon, Nice ! :P One thing I forgot to refer yesterday was that it would be nice that the container is protected against corruption by appending to the...
I have just posted a new version of me-standalone for some more alpha testing. This version is concatenated on the bottom of the executable using a command ...
... Here is a fix for the amd64 issue I highlighted above. cd /home/jon/medev/bfs-v0.1.2/ gdiff --context --minimal --ignore-space-change --recursive ...
... I think it all just about builds on Windows. I got a bfs.exe building under minGW with virtually no changes to the code last night. I've not compiled a...
Hi Jon, I patched the makefile and some of the files and was able to produce a bfs.exe and mew32.exe files to try it out in Win32. The results are the...
Initial thought is that the bfs program is not opening the files binary (i.e. "r" instead of "rb" and "w" instead of "wb") - doesn't make a lot of difference...
Steven Phillips
bill@...
Nov 9, 2009 11:05 am
2507
Hi All, Steve, you were right, some replacing of "r" => "rb" and it seems to be working as if should. The archive is correctly generated now ... Regards, Pedro...
Hi, Yes, after Steve's suggestion ITS ALIVE :-) ... (add mad laughter at will :-)) The archive is built correctly and the integrity is correct (by using -t),...
Just some additional observerations: I can only make it work if I execute the binary (on Windows, please note) by using .exe postfix - This means that if I...
... Hi Pedro, Thanks for this. I would never have found this as I always use the full name via a short-cut. I've run out of time but merged your changes in. I...