Hi all, I've just made some changes to JAL in sf.net: - Published JAL sources package 0.4.60. - Changed cvs version to 0.4.61. - Uploaded some new changes. ...
... Thank you, it compiles here for OS/2 without problems. However I see a potential problem. In JalComp.h I see: #ifdef _MSC_VER #define BUILD_NATIVE_WINDOWS...
Hi Rob, These changes was made in order to use MinGW (this is what I've, at work, to make win32 console executable). As you know, the first release (by Wouter)...
... These statements shouldn't be in jalcomp.h. They should be in stdhdr.h. That is where OS specific configurations are handled. stdhdr.h includes config.h...
Craig Franklin
craigfranklin@...
May 5, 2004 1:31 am
976
... Well, I'm afraid I cannot test this either! I have never used Automake. I understand that it is useful for big projects, and I also understand that once...
... You only need automake if you need to change the makefiles. If you are compiling you only need to run configure. Apparently, there is a way to run...
Craig Franklin
craigfranklin@...
May 5, 2004 2:39 pm
978
Hi Rob & Craig, ... Rob, I can keep configure.ac in *nix and mingw, but I should not get under my responsibility the maintenance other systems, like OS/2 or ...
Hi Javi, ... [Javi:] ... I understand and respect your limited responsibility! I made the remark about the directory-separator only as suggestion for ...
Hi all, Recently I started writting some notes while fighting with JAL sources. These notes are sourcecode related, so some changes will be only in my PC and...
Hi Javier I've encountered a weird error msg which was hard to repair, because there was ... It is obvious where the error is. But in a large program ... :-( ...
... Yes for the designer of this program ;-) But logical speaking, I (and thus the compiler) can find 4 places where a valid "end loop" is possible !! Even...
Hi Stef, It's a dream, but the compiler could say : -- error: "if" without "end if" -- error: "for" without "end loop" ... better than ... -- error: expected...
... Why, if you use a higher language, it should be quiet possible. Even with a very old technic like finite state machine, this error cann't happen. ... ...
... That brings me to an interesting question: is it possible to set the start of a loop in one file and the end of the loop in an included file ? Stef...
Hi Stef, ... Yes everything is ok, now is at home. He must have during 3 weeks "four legs", and then go to work again. ... and yes again, he's still thinking...
hi Javi, ... Oh, then he can ride 2 bikes ;-) ... No thanks, here in Holland everyone has already more then 1 bike (statistical speaking), We start biking at...
... yes including is pure textual you could have the 'if' in one file, the condition, then and body in another, 'end' in the next and the closing 'if' in yet...
hello developers (or should I say hi Javi), Since the last few versions, JALcc cann't detect the compile error. I first thought it was due to a small change I...
Hi Stef, I'm afraid that you're asking to change every "writeln()" -in pascal notation- with a "write();write($0D);write($0A)". My limited knowledge about this...
hi Javi, ... No not every line, just the line before the error (the last 4 lines also have CR/LF !!) or just put an empty line (with CR/LF) just in front of...
Hi ... With constants in different included files, this is harder to spot. You have to grep for the const in the other files to make sense of it. -- Ir. E.E....
Hi Javier, Wouter ... Yikes. Since the compiler counts the stack levels, could it be so kind to print the procedure names when the stack overflows? PS. Yes,...
Hi Eur, Try the verbose_simulator option. I don't know if you can simulate it in a correct way, but at least it's already implemented there. -- Regards, Javi. ...