You may have already consider this, but in case not.... Bison, Flex, and M4 all have fairly portable GNU versions that will run on almost any platform. http://www.gnu.org/software/bison/ http://www.gnu.org/software/m4/ http://www.gnu.org/software/flex/ ________________________________ From: owner-bird-users@atrey.karlin.mff.cuni.cz [mailto:owner-bird-users@atrey.karlin.mff.cuni.cz] On Behalf Of Aditya Veer Singh Sent: Wednesday, May 17, 2006 7:38 AM To: bird-users@network.cz Subject: removal of parsing from BIRD Hi, Platform with wich I am using BIRD does not have BISON, FLEX or M4. This leaves me in a situation where I needs to remove the parsing code of BIRD i.e read config. So need to fill manually instead going through parsing. I don't need it to highly configurable either, simple configurations will do. I tried debuging to figure out how data is being filled in config structure but wasn't able to. It will extremly helpfull if someone can provide the details of how the data gets filled in config structure. Thanks in advance. Regards, Aditya ________________________________ Yahoo! Messenger with Voice. <http://us.rd.yahoo.com/mail_us/taglines/postman3/*http:/us.rd.yahoo.c om/evt=39666/*http:/messenger.yahoo.com> PC-to-Phone calls for ridiculously low rates.
Hi, Porting them anoher big work. I don't require those many features of confugration, like I am using RIP here with some options for MyRIP can you provide me details how extactly this structure of config is filled for this. Because the confige structure consists majorly of link-list pointing to allocated memory locations and I found it difficult to undrestand this structure getting populated at run time. It would be really helpful if I am provided details as which portion of config structure are filled and with what values and in what format. Thanks and Regards, Aditya "Lauro, John" <jlauro@umflint.edu> wrote: v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} You may have already consider this, but in case not . Bison, Flex, and M4 all have fairly portable GNU versions that will run on almost any platform. http://www.gnu.org/software/bison/ http://www.gnu.org/software/m4/ http://www.gnu.org/software/flex/ --------------------------------- From: owner-bird-users@atrey.karlin.mff.cuni.cz [mailto:owner-bird-users@atrey.karlin.mff.cuni.cz] On Behalf Of Aditya Veer Singh Sent: Wednesday, May 17, 2006 7:38 AM To: bird-users@network.cz Subject: removal of parsing from BIRD Hi, Platform with wich I am using BIRD does not have BISON, FLEX or M4. This leaves me in a situation where I needs to remove the parsing code of BIRD i.e read config. So need to fill manually instead going through parsing. I don't need it to highly configurable either, simple configurations will do. I tried debuging to figure out how data is being filled in config structure but wasn't able to. It will extremly helpfull if someone can provide the details of how the data gets filled in config structure. Thanks in advance. Regards, Aditya --------------------------------- Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. --------------------------------- How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
Hi!
It would be really helpful if I am provided details as which portion of config structure are filled and with what values and in what format.
Sorry, but I am probably unable to describe how to fill in the structure in a simpler way that the few-line piece of parser code that does it. Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth Anti-trust laws should be approached with exactly that attitude.
participants (3)
-
Aditya Veer Singh -
Lauro, John -
Martin Mares