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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 962 - 991 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
962
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...
datapackrat
Offline Send Email
Apr 7, 2004
5:16 pm
963
... 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 --...
Wouter van Ooijen
wvooijen
Offline Send Email
Apr 7, 2004
6:22 pm
964
... 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...
Rob Hamerling
digithalys
Offline Send Email
Apr 7, 2004
7:39 pm
965
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.)...
Javier Martínez
japus10
Offline Send Email
Apr 15, 2004
6:31 pm
966
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...
Rob Hamerling
digithalys
Offline Send Email
Apr 15, 2004
7:34 pm
967
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? ...
japus10
Offline Send Email
Apr 16, 2004
5:36 am
968
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 ...
Rob Hamerling
digithalys
Offline Send Email
Apr 16, 2004
6:59 am
969
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...
Mario Victoria
exmuhle
Offline Send Email
Apr 20, 2004
3:01 pm
970
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...
Javier Martínez
japus10
Offline Send Email
Apr 20, 2004
4:11 pm
971
... 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...
Eur van Andel
eur_1965
Offline Send Email
Apr 21, 2004
9:01 am
972
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. ...
Javier Martínez
japus10
Offline Send Email
May 1, 2004
10:57 am
973
... 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...
Rob Hamerling
digithalys
Offline Send Email
May 4, 2004
9:00 am
974
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)...
Javier Martínez
japus10
Offline Send Email
May 4, 2004
5:12 pm
975
... 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@...
Send Email
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...
Rob Hamerling
digithalys
Offline Send Email
May 5, 2004
10:09 am
977
... 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@...
Send Email
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 ...
Javier Martínez
japus10
Offline Send Email
May 6, 2004
3:09 pm
979
Hi Javi, ... [Javi:] ... I understand and respect your limited responsibility! I made the remark about the directory-separator only as suggestion for ...
Rob Hamerling
digithalys
Offline Send Email
May 6, 2004
6:16 pm
980
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...
japus10
Offline Send Email
May 14, 2004
5:48 am
981
... Don't forget about: http://cvs.sourceforge.net/viewcvs.py/jal/jal/ChangeLog http://cvs.sourceforge.net/viewcvs.py/jal/jal/TODO...
Craig Franklin
craigfranklin@...
Send Email
May 15, 2004
12:47 am
982
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 ... :-( ...
Eur van Andel
eur_1965
Offline Send Email
Jun 17, 2004
12:58 pm
983
Hi Eur, OK. I'll try to correct it. -- Regards, Javi. www.japus.org ... *...
Javier Martínez
japus10
Offline Send Email
Jun 17, 2004
2:54 pm
984
... 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...
Stef Mientki
aap_beertje
Offline Send Email
Jun 17, 2004
3:18 pm
985
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...
Javier Martínez
japus10
Offline Send Email
Jun 17, 2004
3:24 pm
986
... 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. ... ...
Stef Mientki
aap_beertje
Offline Send Email
Jun 17, 2004
5:20 pm
987
On Thu, 17 Jun 2004 17:17:13 +0200, Stef Mientki <s.mientki@...> ... I'm completely happy if the compiler complains at the LAST line. In my huge ...
Eur van Andel
eur_1965
Offline Send Email
Jun 17, 2004
9:17 pm
988
... 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...
Stef Mientki
aap_beertje
Offline Send Email
Jun 17, 2004
9:53 pm
989
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...
Javier Martínez
japus10
Offline Send Email
Jun 17, 2004
11:09 pm
990
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...
Stef Mientki
aap_beertje
Offline Send Email
Jun 18, 2004
12:05 am
991
Hi Stef, ... walking. ... cann't ... When you're caught by the gasoline bug, the meaning of "byke" change to something like this: ...
japus10
Offline Send Email
Jun 18, 2004
5:36 am
Messages 962 - 991 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