Re: Learning BIRD source

2019-04-17 Thread Maria Jan Matejka
On 4/15/19 3:17 PM, Maria Matějka wrote: > > > On April 15, 2019 3:03:38 PM GMT+02:00, Brian Topping > wrote: >>> On Apr 14, 2019, at 11:07 PM, Maria Matějka >> wrote: >>> >>> And couldn't you just share what IDE you are trying to setup with >> BIRD and what exact problems you have? It should

Re: Learning BIRD source

2019-04-15 Thread Maria Matějka
On April 15, 2019 3:03:38 PM GMT+02:00, Brian Topping wrote: >> On Apr 14, 2019, at 11:07 PM, Maria Matějka >wrote: >> >> And couldn't you just share what IDE you are trying to setup with >BIRD and what exact problems you have? It should take me less time >helping you setup BIRD in that spec

Re: Learning BIRD source

2019-04-15 Thread Brian Topping
> On Apr 14, 2019, at 11:07 PM, Maria Matějka wrote: > > And couldn't you just share what IDE you are trying to setup with BIRD and > what exact problems you have? It should take me less time helping you setup > BIRD in that specific IDE than merging CMake, not even counting your time > needed

Re: Learning BIRD source

2019-04-14 Thread Maria Matějka
>In many cases, it’s sufficient to do a build and then load the >directory of built sources. Generated source out of something like >bison or flex would then be parsed as normal. But for some reason, it’s >not doing that with the BIRD tree. So this inquiry was really about >whether I would be th

Re: Learning BIRD source

2019-04-14 Thread Brian Topping
> On Apr 13, 2019, at 9:17 AM, Maria Matějka wrote: > > If you convince me to merge it, no problem. Which is more dangerous that it > seems to be -- I'm quite a strong opponent against almost any generator of > makefiles. What I accept is how it is done now – the configure script > generates o

Re: Learning BIRD source

2019-04-14 Thread Martin Mareš
Hello! > How do you figure? Visual Studio has an ANSI C compiler. If the situation has not changed recently, it has a compiler for the old ANSI C, but not for anything modern like ISO C99 or C11. Have a nice fortnight -- Martin `MJ' Mareš http://m

Re: Learning BIRD source

2019-04-13 Thread Maria Matějka
>> I think any IDE with C support you like should work, maybe except for >> Visual Studio which has no real C compiler anyway so it won't build >> there at all. > >How do you figure? Visual Studio has an ANSI C compiler. Oh, sorry, I always thought that the compiler was buggy even in ANSI C

Re: Learning BIRD source

2019-04-13 Thread Matt Griswold
* Maria Matějka [190413 17:17 +0200]: > On April 12, 2019 8:52:47 PM GMT+02:00, Brian Topping >wrote: > >Developer team: > > > >I’d like to get better with the source. Due to being an inferior > >specimen and/or too many other projects, I need help from tools like > >CLion to make sense of sou

Re: Learning BIRD source

2019-04-13 Thread Maria Matějka
On April 12, 2019 8:52:47 PM GMT+02:00, Brian Topping wrote: >Developer team: > >I’d like to get better with the source. Due to being an inferior >specimen and/or too many other projects, I need help from tools like >CLion to make sense of source trees within weeks instead of years. > >Are oth

Re: Learning BIRD source

2019-04-12 Thread Toke Høiland-Jørgensen
Brian Topping writes: > Developer team: > > I’d like to get better with the source. Due to being an inferior > specimen and/or too many other projects, I need help from tools like > CLion to make sense of source trees within weeks instead of years. > > Are others working on BIRD source within IDE

Learning BIRD source

2019-04-12 Thread Brian Topping
Developer team: I’d like to get better with the source. Due to being an inferior specimen and/or too many other projects, I need help from tools like CLion to make sense of source trees within weeks instead of years. Are others working on BIRD source within IDEs? I know "real programmers use vi