qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
  • * Re: [Qemu-devel] [Qemu] [PATCH for 1.5] ui/gtk.c: Fix *BSD build of Gtk+ UI
           [not found] <20130522223817.GB14845@rox.home.comstyle.com>
           [not found] ` <519E3091.2060402@msgid.tls.msk.ru>
    @ 2013-06-05 10:13 ` Michael Tokarev
      1 sibling, 0 replies; 3+ messages in thread
    From: Michael Tokarev @ 2013-06-05 10:13 UTC (permalink / raw)
      To: Brad Smith; +Cc: qemu-devel
    
    23.05.2013 02:38, Brad Smith wrote:
    > Fix the build of the Gtk+ UI on *BSD systems.
    
    Can you please describe what exactly was broken on *BSD
    systems, -- which file(s) needs this additional
    termios.h include?
    
    I want to fix this properly, because now it isn't
    "nitpicking", as you say, anymore -- after the
    previous pbonzini's changes it does not build
    on debian sparc anymore due to some conflicting
    includes (which is an unrelated issue, but is
    triggered now because every .c file includes
    a ton of #defines).
    
    I already asked you the same question on 25.05,
    which is about two weeks ago by now, -- did you
    had no time to reply so far?
    
    Thanks,
    
    /mjt
    
    > Signed-off-by: Brad Smith <brad@comstyle.com>
    > Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    > Message-id: 20130521161324.GA29977@rox.home.comstyle.com
    > Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    > 
    > diff --git a/include/qemu-common.h b/include/qemu-common.h
    > index af769f5..c944bb7 100644
    > --- a/include/qemu-common.h
    > +++ b/include/qemu-common.h
    > @@ -45,6 +45,7 @@
    >  #if defined(__GLIBC__)
    >  # include <pty.h>
    >  #elif defined CONFIG_BSD
    > +# include <termios.h>
    >  # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
    >  #  include <libutil.h>
    >  # else
    > 
    
    ^ permalink raw reply	[flat|nested] 3+ messages in thread

  • end of thread, other threads:[~2013-06-05 18:26 UTC | newest]
    
    Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20130522223817.GB14845@rox.home.comstyle.com>
         [not found] ` <519E3091.2060402@msgid.tls.msk.ru>
         [not found]   ` <20130524184737.GA9642@rox.home.comstyle.com>
    2013-05-25  9:14     ` [Qemu-devel] [Qemu-stable] [PATCH for 1.5] ui/gtk.c: Fix *BSD build of Gtk+ UI Michael Tokarev
    2013-06-05 18:22       ` Brad Smith
    2013-06-05 10:13 ` [Qemu-devel] [Qemu] " Michael Tokarev
    

    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 NNTP newsgroup(s).