Hi Stef, I can't reproduce the bug. My test file: <JAL> include f452_20 var volatile byte b4 -- key=random&from=%2Ftechref%2Fnew200502%2Etxt b4 = 0x23 </JAL> ...
hi Javi, did you really use JAL 4.60 (GCC 3.2) ? Here's my shortest source, that gives the error: (could you test this code, it doesn't need any libraries) ...
Hi Stef, I've 0.4.62 installed. From your words I undertood that this bug comes since 0.4.60. I'll test it this week. I'm seeing this code OK with 0.4.62,...
hi Javi, ... Could be well possible. I didn't test it on 4.61, and 4.62 is not yet available in Windows binary :-( I assumed the problem slipped in 4.60, and...
Hi Stef, This bug becomes in ALL binaries compiled with gcc & MinGW. Tested with 0.59/60/61 & 62. The 0.4.60 (win32 zip) is compiled with GCC & MinGW. The...
... Hello Stef, Javi, I compiled Stef's shortest code with my OS/2 version of Jal-0.4.60 (IBM VAC 3.0). It doesn't give the error you reported. Below the...
Hi Stef, Rob, You're in the right way, but rather the compiler seems to be the configuration of each system. I've compiled again JAL with CygWin & GCC, now...
Hi Stef, DAM!! That's why I prefer MinGW rather than CygWin! I forget the dlls. I'll upload it tomorrow, but I prefer a binary executable compiled with other...
... Javi, If you want I could try to build a W32 version with the Watcom compiler. Cannot be too difficult, I've done it also for the Windoze version of my ...
... I know that I've fallen off the planet on JAL dev stuff, but I could build the bits using my MSVC installation. However; if you are using JAL under Cygwin,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Jal_developers group. File :...
Jal_developers@yahoog...
Feb 15, 2005 6:04 am
1088
Hi Mark, The *problem* with Cygwin is that JAL needs the refered library (cygwin1.dll) to work. In MinGW this seems to be linked inside the executable. CygWin...
Hi Javi, [Rob] ... I tried last night and could build a W32 version of Jal.exe. However when I tried to compile Stef's bug-test JAL-program this compiler ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Jal_developers group. File :...
Jal_developers@yahoog...
Feb 15, 2005 2:31 pm
1091
thanks Mark, Javi, Rob, Mark your version works ok. But now I'm curieus what the problem was, any idea ? I'm also surprised by the huge difference in filesize...
Hi Stef, ... It's portable in the way that the same source can be compiled in different OS. Other thing is what tools are the best to build binaries, native...
... Nope, I haven't been paying attention, other than noting that someone had a dll dependency problem with cygwin bits. ... Chances are the cygwin binary had...
hi Guys, Is there anything about a maximum line length in JAL ? If not, here's another bug ;-) ;-) A program working perfectly yesterday, changing nothing in...
On Wed, 23 Feb 2005 23:18:05 +0100, Eur van Andel <eur@...> wrote: Hi This works for the 4.62 version of JAL, get it from sourceforge, or this obscure...
Hi, Stupid question - how much effort would take to adapt jal for PIC 18F6390. Is this something I can do myself by following instrunctions/sugestions or is it...
Hi Jacek, Based on RAM and FLASH you could use it as a 18F442, but with some tips: - Rewrite SFRs definition file for your specific processor. - Take care of...
... weird. You did ./configure it first, right? as in: iMacDiane:~/jal root# ./configure I believe I left that out of the original instructions :-( Run this...
hi All, I found some weird bug again, .... ... am I the only one who finds these strange bugs ? ... or the only one who dares to report these possible bugs,...
Please comment it shortly. It's feasible to use var#get var#put instead of var'get var'put. var'get clashed with the comment syntax of pbasic. On the other...