Bug 5247 - Compilation error on IRIX 6.5
Summary: Compilation error on IRIX 6.5
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: bridge: fep (show other bugs)
Version: unspecified
Hardware: SGI IRIX
: high normal
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 20:03 UTC by Daichi Kawahata
Modified: 2005-12-05 19:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daichi Kawahata 2005-12-05 20:03:40 UTC
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;
Comment 1 Etsushi Kato 2005-12-06 14:44:44 UTC
Thanks.  Patch applied in repository.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.