octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #35708] patch for cygwin build


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #35708] patch for cygwin build
Date: Sat, 03 Mar 2012 14:57:12 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

URL:
  <http://savannah.gnu.org/bugs/?35708>

                 Summary: patch for cygwin build
                 Project: GNU Octave
            Submitted by: matzeri
            Submitted on: Sat 03 Mar 2012 02:57:10 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

attached patch to allow build on cygwin and additionally
solve the build failure on a separate tree.
It is versus changeset:   13693:d738c29a2528

qterminal/libqterminal/libqterminal.pro 
qterminal/qterminal/qterminal.pro

both require 
  DEFINES += HAVE_PTY_H HAVE_OPENPTY
for correctly defining the PTY

and the removal of
  DESTDIR        = .
to allow the build on a separate tree.
With DESTDIR defined, the Makefile will have a
  rm -r ./libqterminal.a
that destroy the just built library. With no 
definition the build works fine.

qterminal/libqterminal/unix/kpty.cpp
needs some missing 
  #ifndef HAVE_OPENPTY

see
http://kde4libs.sourcearchive.com/documentation/4.4.1/kpty_8cpp-source.html





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 03 Mar 2012 02:57:10 PM GMT  Name: gui_2.patch  Size: 3kB   By:
matzeri

<http://savannah.gnu.org/bugs/download.php?file_id=25255>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35708>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]