public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* build failure
@ 2008-05-02 13:10 Tom Tromey
  2008-05-02 15:26 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2008-05-02 13:10 UTC (permalink / raw)
  To: Frysk List

I did a 'git pull' and a clean build and got this failure.
This is on F8.

In file included from frysk/sys/termios/Control-jni.cxx:3:
./frysk/sys/termios/Control-jni.hxx:22:42: error: frysk/sys/termios/Mode-jni.hxx: No such file or directory
./frysk/sys/termios/Control-jni.hxx:24: error: expected class-name before ‘{’ token
make[3]: *** [frysk/sys/termios/Control-jni.o] Error 1
make[3]: Leaving directory `/home/tromey/gnu/frysk/build/frysk-sys'

Tom

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

* Re: build failure
  2008-05-02 13:10 build failure Tom Tromey
@ 2008-05-02 15:26 ` Andrew Cagney
  2008-05-02 16:11   ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2008-05-02 15:26 UTC (permalink / raw)
  To: tromey; +Cc: Frysk List

Hmm,

Check you've got: frysk-sys/frysk/sys/termios/jni/Mode.cxx (which was 
missed between two commits).
I suspect, though, theres a missing implied dependency which I'm not 
seeing since I'm running parallel makes.  A likely workaround is:
    make -k ; make
investigating.

Andrew

Tom Tromey wrote:
> I did a 'git pull' and a clean build and got this failure.
> This is on F8.
>
> In file included from frysk/sys/termios/Control-jni.cxx:3:
> ./frysk/sys/termios/Control-jni.hxx:22:42: error: frysk/sys/termios/Mode-jni.hxx: No such file or directory
> ./frysk/sys/termios/Control-jni.hxx:24: error: expected class-name before ‘{’ token
> make[3]: *** [frysk/sys/termios/Control-jni.o] Error 1
> make[3]: Leaving directory `/home/tromey/gnu/frysk/build/frysk-sys'
>
> Tom
>   

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

* Re: build failure
  2008-05-02 15:26 ` Andrew Cagney
@ 2008-05-02 16:11   ` Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2008-05-02 16:11 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: Frysk List

Andrew> Check you've got: frysk-sys/frysk/sys/termios/jni/Mode.cxx (which was
Andrew> missed between two commits).

Yup.

Andrew> I suspect, though, theres a missing implied dependency which I'm not
Andrew> seeing since I'm running parallel makes.  A likely workaround is:
Andrew>    make -k ; make
Andrew> investigating.

This worked.

Tom

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

end of thread, other threads:[~2008-05-02 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-02 13:10 build failure Tom Tromey
2008-05-02 15:26 ` Andrew Cagney
2008-05-02 16:11   ` Tom Tromey

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).