|
From: | Tim Kack |
Subject: | [bug #25570] ProjectCenter fails to build in mingw due to missing pty.h/util.h |
Date: | Thu, 12 Feb 2009 09:49:28 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/525.19 |
URL: <http://savannah.gnu.org/bugs/?25570> Summary: ProjectCenter fails to build in mingw due to missing pty.h/util.h Project: GNUstep Submitted by: tkack Submitted on: Thu 12 Feb 2009 10:49:27 AM CET Category: ProjectCenter Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: Using revision 27493 and the standard GNUstep windows installer (gcc 3.4.5) fails to build ProjectCenter. This is not unexpected since openpty and forkpty does not exist in glibc or on libutil in mingw. Build failure as below: Compiling file PTYView.m ... PTYView.m:31:24: warning: sys/termios.h: No such file or directory PTYView.m:38:20: warning: stropts.h: No such file or directory PTYView.m:52:19: warning: pty.h: No such file or directory PTYView.m: In function `-[PTYView openpty]': PTYView.m:134: warning: implicit declaration of function `openpty' Linking bundle ProjectCenter ... C:\GNUstep\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lutil Since the pseudo devices in /dev does not exist on mingw I am afraid that we need to some platform specific code around this. Cheers, Tim _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?25570> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |