Re: yacc.h

2022-04-18 Thread Omar Polo
ing (i.e. how lex.m was produced) is outside of your screenshot; most likely right in the line before the one at the top... > I already installed Bison hoping it will provide yacc.h, but it didn't also > include that file. > I also tried using the y.tab.h file but it had the same error. > I t

Re: yacc.h

2022-04-18 Thread Tito Mari Francis Escaño
Thanks for the response Omar. The tarball can be downloaded from https://sourceforge.net/projects/objc/files/src/objc-3.3.25.tar.gz The error is illustrated below: [image: portable obj compiler error.png] I already installed Bison hoping it will provide yacc.h, but it didn't also include that file

Re: yacc.h

2022-04-18 Thread Omar Polo
Tito Mari Francis Escaño wrote: > Hi everyone, > I'm trying to build Portable Object Compiler from > https://sourceforge.net/projects/objc/ in OpenBSD snapshot but it keeps > complaining that it can't find yacc.h so it won't push through. It's always a good idea to share a tarball

yacc.h

2022-04-18 Thread Tito Mari Francis Escaño
Hi everyone, I'm trying to build Portable Object Compiler from https://sourceforge.net/projects/objc/ in OpenBSD snapshot but it keeps complaining that it can't find yacc.h so it won't push through. I have the build tools installed during initial installation, so I was wondering where the problem