Search the web
Sign In
New User? Sign Up
Jal_developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1071 - 1100 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1071
Hi all The malloc warnings in 4.10 changed to hard errors in 5.3, and gmake gives up. It says something about "conflicting types" in malloc.h I removed this...
eur_1965
Offline Send Email
Dec 25, 2004
9:25 pm
1072
I just downloaded the latest version 4.60 and saw that JPIC still contains the TRISE error. === quote var bit pin_e0_direction at trisc : 0 var bit...
Stef Mientki
aap_beertje
Offline Send Email
Dec 26, 2004
3:48 pm
1073
hello All, In one of my libraries I've documented a few websites. One of these addresses contains the following substring <JAL> --...
Stef Mientki
aap_beertje
Offline Send Email
Feb 12, 2005
9:54 pm
1074
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> ...
Javier Martinez
japus10
Offline Send Email
Feb 13, 2005
9:49 am
1075
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) ...
Stef Mientki
aap_beertje
Offline Send Email
Feb 13, 2005
9:05 pm
1076
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,...
Javier Martinez
japus10
Offline Send Email
Feb 13, 2005
9:39 pm
1077
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...
Stef Mientki
aap_beertje
Offline Send Email
Feb 13, 2005
10:15 pm
1078
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...
japus10
Offline Send Email
Feb 14, 2005
7:27 am
1079
... 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...
Rob Hamerling
digithalys
Offline Send Email
Feb 14, 2005
8:38 am
1080
Hi Javi, ... My OS/2 version of JAL-0.4.62 (IBM VAC 3.0) generates: ; ********** variable mapping ; 02:0 : ; ; pcl * 0005:19...
Rob Hamerling
digithalys
Offline Send Email
Feb 14, 2005
8:54 am
1081
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...
japus10
Offline Send Email
Feb 14, 2005
9:54 am
1082
hello Javi, ... thanks for the help, but the compiler won't run :-( because it's missing some CYGWIN1.DLL ??? Stef...
Stef Mientki
aap_beertje
Offline Send Email
Feb 14, 2005
6:12 pm
1083
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...
Javier Martinez
japus10
Offline Send Email
Feb 14, 2005
6:42 pm
1084
... 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 ...
Rob Hamerling
digithalys
Offline Send Email
Feb 14, 2005
7:04 pm
1085
Hi Rob, Well, let's try it. Surely will work fine. Regards, Javi....
Javier Martinez
japus10
Offline Send Email
Feb 14, 2005
8:19 pm
1086
... 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,...
mgross
gnar97229
Offline Send Email
Feb 15, 2005
3:28 am
1087
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...
Send Email
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...
japus10
Offline Send Email
Feb 15, 2005
6:15 am
1089
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 ...
Rob Hamerling
digithalys
Offline Send Email
Feb 15, 2005
8:17 am
1090
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...
Send Email
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...
Stef Mientki
aap_beertje
Offline Send Email
Feb 15, 2005
7:16 pm
1092
Thanks Mark!! Regards, Javi. ... fix using MSVC .Net...
japus10
Offline Send Email
Feb 16, 2005
6:02 am
1093
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...
japus10
Offline Send Email
Feb 16, 2005
6:15 am
1094
... 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...
mgross
gnar97229
Offline Send Email
Feb 16, 2005
7:10 am
1095
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...
Stef Mientki
aap_beertje
Offline Send Email
Feb 16, 2005
3:49 pm
1096
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...
Eur van Andel
eur_1965
Offline Send Email
Feb 25, 2005
7:39 am
1097
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...
jacekmachura
Offline Send Email
Feb 26, 2005
4:12 pm
1098
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...
Javier Martinez
japus10
Offline Send Email
Feb 27, 2005
8:43 am
1099
... 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...
Eur van Andel
eur_1965
Offline Send Email
Mar 1, 2005
1:09 pm
1100
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,...
Stef Mientki
aap_beertje
Offline Send Email
Mar 2, 2005
12:03 pm
Messages 1071 - 1100 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help