Gentoo Archives: gentoo-dev

From: Jay Goodman Tamboli <jay@×××××××.cx>
To: gentoo-dev@g.o
Subject: [gentoo-dev] ebuild ttmkfdir-2.0-r1 fails
Date: Mon, 30 Dec 2002 21:34:46
Message-Id: 20021230213316.GA10717@localhost.localdomain
1 build fails with errors:
2
3 parser.cpp: At global scope:
4 parser.cpp:1505: declaration of `int isatty(int)' throws different exceptions
5 /usr/include/unistd.h:668: than previous declaration `int isatty(int) throw ()'
6 make: *** [parser.o] Error 1
7
8 A comment at http://freshmeat.net/projects/ttmkfdir/
9 suggests line 1505 of parser.cpp be changed to:
10
11 extern int isatty YY_PROTO((int)) throw ();
12
13 /jgt

Replies

Subject Author
Re: [gentoo-dev] ebuild ttmkfdir-2.0-r1 fails Jay Goodman Tamboli <jay@×××××××.cx>