[Uim-bugs] [Bug 5247] New: Compilation error on IRIX 6.5

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 5 11:07:39 EET 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=5247          
     
           Summary: Compilation error on IRIX 6.5
           Product: UIM
           Version: unspecified
          Platform: SGI
        OS/Version: IRIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bridge: fep
        AssignedTo: uim-bugs at freedesktop.org
        ReportedBy: daichi.k at aioros.ocn.ne.jp


I got an error below in UIM rev. 2324,

ld32: ERROR 33: Unresolved data symbol "my_forkpty" -- 1st referenced by
uim_fep-uim-fep.o.

For the workaround, it required the following patch:

Index: fep/uim-fep.c
===================================================================
--- fep/uim-fep.c       (revision 2324)
+++ fep/uim-fep.c       (working copy)
@@ -668,7 +668,7 @@
     return pid;
   }
 }
-#elif defined(__svr4__) 
+#elif defined(__svr4__) || (__sgi__)
 static pid_t my_forkpty(int *amaster, struct termios *termp, struct winsize *winp)
 {
   pid_t pid;          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the uim-bugs mailing list