ylwrap

New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
blablotin
Black ninja
Black ninja
Posts: 67
Joined: 04 Jan 2011, 22:59
Location: Euro

ylwrap

Post#1 by blablotin » 28 Mar 2011, 08:46

Hello, I am trying to build armagetron 0.3.1 from the launchpad, getted by bzr. to have their new features

But when I try to compile, the commande make finally say :
/bin/sh ../ylwrap `test -f 'tools/values/vParser.ypp' || echo './'`tools/values/vParser.ypp y.tab.c vParser.cpp y.tab.h vParser.h y.output vParser.output -- yacc
../ylwrap: line 108: yacc: command not found
make[2]: *** [vParser.cpp] Error 1
make[2]: Leaving directory `/home/guest/Downloads/armagetronad/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/guest/Downloads/armagetronad/src'
make: *** [install-recursive] Error 1
So what is ylwrap?
where can I find ylwrap who fit with porteus both x86 and x86_64?

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Re: ylwrap

Post#2 by beny » 28 Mar 2011, 09:24

ylwrap is part of yacc, you can try to install bison from slackware but i am not shure of this.

User avatar
Ahau
King of Docs
King of Docs
Posts: 1331
Joined: 28 Dec 2010, 15:18
Distribution: LXDE & Xfce 32/64-bit
Location: USA

Re: ylwrap

Post#3 by Ahau » 28 Mar 2011, 14:45

It is a wrapper for yacc and lex (from what I can tell). Using my google-foo, I found that ylwrap exists (in some form at least) in automake, gettext, and kdesk...if installing bison or yacc doesn't work, maybe try automake.

One of the best tools that I've found for developing is pkgs.org. They list a ton of packages, and they list every file and directory in a package. Their search tools aren't very useful for finding individual files (unless you use advanced search and know the full path), but google is. Use google's advanced search, search for ylwrap, in site/domain pkgs.org, and you'll see a list of linux packages with files containing ylwrap.
Please take a look at our online documentation, here. Suggestions are welcome!

blablotin
Black ninja
Black ninja
Posts: 67
Joined: 04 Jan 2011, 22:59
Location: Euro

Re: ylwrap

Post#4 by blablotin » 29 Mar 2011, 18:06

thank you, finally I used bison to compile this game.

Post Reply