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...
979
Rob Hamerling
digithalys
May 6, 2004 6:16 pm
Hi Javi, ... [Javi:] ... I understand and respect your limited responsibility! I made the remark about the directory-separator only as suggestion for ...
978
Javier MartÃnez
japus10
May 6, 2004 3:09 pm
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 ...
977
Craig Franklin
craigfranklin@...
May 5, 2004 2:39 pm
... 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...
976
Rob Hamerling
digithalys
May 5, 2004 10:09 am
... 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...
975
Craig Franklin
craigfranklin@...
May 5, 2004 1:31 am
... 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...
974
Javier MartÃnez
japus10
May 4, 2004 5:12 pm
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)...
973
Rob Hamerling
digithalys
May 4, 2004 9:00 am
... 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...
972
Javier MartÃnez
japus10
May 1, 2004 10:57 am
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. ...
971
Eur van Andel
eur_1965
Apr 21, 2004 9:01 am
... Good idea. Trouble is, JAL is mostly English. ... The hardest part of webpages is starting. Make sometihin and I may be able to help you, but my spanish is...
970
Javier MartÃnez
japus10
Apr 20, 2004 4:11 pm
Hi Mario, Theorically I should have a web page in spanish, but I'm too lazy and it's only in english. Sorry. :-( Ask freely, privately in spanish or here in...
969
Mario Victoria
exmuhle
Apr 20, 2004 3:01 pm
hi at all I am spanish, from Madrid ... What do you think about the posibility to make a JAL Web in Spanish? JAL is a powerful PIC's developers language and...
968
Rob Hamerling
digithalys
Apr 16, 2004 6:59 am
Hi Javi, ... You understood me correctly! I should have checked with the most recent sources, but I looked only in the 0.4.59 sources I downloaded about 3/4 ...
967
japus10
Apr 16, 2004 5:36 am
Hi Rob, I'm not sure if I understand you well, but this was updated in cvs 2 months ago: http://cvs.sourceforge.net/viewcvs.py/jal/jal/jal/parser.c? ...
966
Rob Hamerling
digithalys
Apr 15, 2004 7:34 pm
I see in the JAL sources (0.4.59) in parser.c line 1299 } else if (scanner_is_like_advance("12f88")) { Looks to me this should be "16F88" Regards, Rob. -- Rob...
965
Javier MartÃnez
japus10
Apr 15, 2004 6:31 pm
Hi all, I've just uploaded to sourceforge.net the binary package of current JAL 0.4.60. Compilation have been made for i686 processors (athlon, pentium, etc.)...
964
Rob Hamerling
digithalys
Apr 7, 2004 7:39 pm
... Although this list is more appropriate than JalList, I already showed you there how a make-file for the Watcom compiler may look like, and also how to call...
963
Wouter van Ooijen
wvooijen
Apr 7, 2004 6:22 pm
... I made a main file that includes all .h files and then all .c files. I think I had to make a small chance somewhere, but not much. Wouter van Ooijen --...
962
datapackrat
Apr 7, 2004 5:16 pm
Hi! I'm looking at the JAL source, and would like to try compiling it. I'm running in a DOS shell, and my target environment would be a DOS shell. It seems as...
961
WilliamChops Westfield
westfw
Mar 19, 2004 8:01 am
... Actually, the errors i was talking about showed up on a PC compiling things under cygwin. the mac seemed to default to be less noisy about the same...
960
Eur van Andel
eur_1965
Mar 18, 2004 9:37 am
On Wed, 10 Mar 2004 16:35:21 -0800, William "Chops" Westfield <westfw@...> ... Sure. But please discuss this further on the JAL developers mailing list. ...
959
Vasile Surducan
vsurducan
Mar 1, 2004 7:57 am
very old, found it too. top 10 wishes, Vasile http://surducan.netfirms.com...
958
japus10
Feb 28, 2004 4:15 pm
Hi Wouter, It's updated in CVS, not in the packages yet. To download jpic.jal: http://cvs.sourceforge.net/viewcvs.py/*checkout*/jal/jal/lib/jpic.jal Regards, ...
957
Wouter van Ooijen
wvooijen
Feb 27, 2004 8:21 pm
Maybe an old problem, but in the copy of jlib I have from SF the lines procedure pin_a5_direction39;put( bit in d at trisa : 5 ) is _trisa_flush end procedure ...
956
Wouter van Ooijen
wvooijen
Feb 24, 2004 8:45 pm
There is a bug in the 18F version of HPAGE. At the end of some case opcode_hpage : { there is a line n = x >> 8; which should be if( target_cpu == pic_16 ){ n...
955
Javier MartÃnez
japus10
Feb 17, 2004 7:35 pm
Hi all, About the bug in the expression: C = 5 * 5 / 2 Actually, this (from JAL manual): "... For operators of equal priority the leftmost operator gets higher...
954
Javier MartÃnez
japus10
Feb 15, 2004 10:35 am
Hi all, Take a view, gpal it's part of gputils. And JAL it's mentioned here: http://gputils.sourceforge.net/gpal.html [PS] Craig, success and go on! -- ...
953
Javier MartÃnez
japus10
Feb 15, 2004 10:15 am
Hi all, Only in CVS tree, new JAL version is "0.4.60". I must learn how to make the distribution files and make full test for pin_a5,6,7. Last changes : ...
952
Javier Martínez
japus10
Feb 4, 2004 5:02 pm
Hi Wouter, OK, I'll add it with Vasile's bug. -- Regards, Javi. www.japus.org El Miércoles, 4 de Febrero de 2004 14:19, Wouter van Ooijen...
951
Wouter van Ooijen
wvooijen
Feb 4, 2004 1:19 pm
Reported by Erwin de Winter. ... From: Wouter van Ooijen [mailto:wouter@...] Sent: Wednesday, February 04, 2004 1:34 PM To: 'Erwin Winter' Subject: RE:...