public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Trouble building Insight-19991116 cygwin->m68k
@ 1999-11-28 19:23 paul andrews
  1999-12-02  0:38 ` Mumit Khan
  0 siblings, 1 reply; 2+ messages in thread
From: paul andrews @ 1999-11-28 19:23 UTC (permalink / raw)
  To: insight

Everything goes according to plan, until:

make[1]: Entering directory `/build/insight/gdb'
/bin/sh /source/insight-19991116/gdb/../ylwrap "bison -y"
/source/insight-199911
16/gdb/c-exp.y  y.tab.c c-exp.tmp --
bison: /cygnus/cygwin-b20/share/bison.simple: No such file or directory
make[1]: *** [c-exp.tab.c] Error 1
make[1]: Leaving directory `/build/insight/gdb'
make: *** [all-gdb] Error 2
bash-2.02$

I don't have a /cygnus directory at all. / looks like:
bash-2.02$ ls /
bin         build       cygwin-b20  gcc-m68k    source      tmp
bash-2.02$

which is in fact all in my D:\GNU\ directory...

Where does the /cygnus come from? Looks like some sort of 'default
installation' path...

Paul Andrews
Software Engineer
Smartmove (NZ) Ltd
Auckland, New Zealand
http://www.smartmove.co.nz

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Trouble building Insight-19991116 cygwin->m68k
  1999-11-28 19:23 Trouble building Insight-19991116 cygwin->m68k paul andrews
@ 1999-12-02  0:38 ` Mumit Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Mumit Khan @ 1999-12-02  0:38 UTC (permalink / raw)
  To: paul.andrews; +Cc: insight

On Mon, 29 Nov 1999, paul andrews wrote:

> Everything goes according to plan, until:
> 
> make[1]: Entering directory `/build/insight/gdb'
> /bin/sh /source/insight-19991116/gdb/../ylwrap "bison -y"
> /source/insight-199911
> 16/gdb/c-exp.y  y.tab.c c-exp.tmp --
> bison: /cygnus/cygwin-b20/share/bison.simple: No such file or directory

Wonder why the timestamps are messed up? Unless you've changed the
grammar file, make shouldn't be trying to run bison at all. 

You seem to have a non-standard installation (no /cygnus), and bison
looks in /cygnus/cygwin-b20/share/ for bison.hairy and bison.simple
and find those files.

The trivial fix is to define:
  
  $ export BISON_SIMPLE=/cygwin-b20/share/bison.simple
  $ export BISON_HAIRY=/cygwin-b20/share/bison.hairy

Please make sure $BISON_SIMPLE exists (and if not, fix the path!).

Now, re-run make.

Regards,
Mumit


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-02  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-28 19:23 Trouble building Insight-19991116 cygwin->m68k paul andrews
1999-12-02  0:38 ` Mumit Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).