gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Mon, 24 Jan 2000, Yves Bergeon wrote:
> I have this message for 17.0:
> scan.cc:273: `void yy_fatal_error(const char *)' used but never defined
> make[2]: *** [scan.lo] Error 1
> make[2]: Leaving directory `/home/bergeon/gpsim-0.17.0/cli'
> make[1]: *** [all-recursive] Error 1
This is a bug that a few others have encountered but I can't duplicate.
One person offered an explanation that I'll post later on (I don't have it
now). For now, maybe just supply a yy_fatal_error that the linker can
reference. e.g. in scan.ll
void yy_fatal_error(const char *buff)
{
// do nothing, or if you want cout << buff << '\n';
}
>
> For 17.4:
> In the configure process:
> checking for gtkextra-config... no
> configure: error: Cannot find gtkextra-config
>
Well, this IS a development version, and as such the README and INSTALL
fail to mention that you need gtk+-extra for gpsim to compile. As I said
in a recent e-mail, you may grab gtk+-extra from:
http://www.ifir.edu.ar/grupos/gtk/
Scott
gnupic@linuxhacker.org