Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 15:51:56 +0100 (CET)
From:      Niclas Sodergard <nickus@nickus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46687: kmess 0.9.8 doesn't compile
Message-ID:  <200301021451.h02Epu0v073761@cognac.mpi-cbg.de>

next in thread | raw e-mail | index | archive | help

>Number:         46687
>Category:       ports
>Synopsis:       kmess 0.9.8 doesn't compile
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 07:00:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Sodergard
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cognac.mpi-cbg.de 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Oct 28 11:54:31 CET 2002 root@cognac.mpi-cbg.de:/usr/src/sys/compile/COGNAC i386


	
>Description:
kmess 0.9.8 fails to compile because mktemps is not defined in
chatwindowview.cpp
	
>How-To-Repeat:
	
>Fix:
Just include unistd.h .Patch included

--- chatwindowview.cpp.orig     Thu Jan  2 15:48:26 2003
+++ chatwindowview.cpp  Thu Dec 12 20:03:59 2002
@@ -20,6 +20,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <time.h>
+#include <unistd.h>

 #include <qcolor.h>
 #include <qdir.h>


	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301021451.h02Epu0v073761>