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

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

[Octave-bug-tracker] [bug #35115] GUI KPty::open build failure


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #35115] GUI KPty::open build failure
Date: Thu, 05 Jan 2012 15:41:17 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

Follow-up Comment #1, bug #35115 (project octave):

there is a missing :: that confuses the scope
of open call.

-  ::close (open (d->ttyName, O_WRONLY, 0));
+  ::close (::open (d->ttyName, O_WRONLY, 0));

patch attached.
With that and few cygwin tweaks I was able to build and 
run the gui 

Unfortunately, not fully functional :-(


(file #24744)
    _______________________________________________________

Additional Item Attachment:

File name: KPty.cpp.patch                 Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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