[Kde-kiosk] `gid_t' was not declared in this scope

Lee Harr missive at hotmail.com
Thu Jul 8 23:52:40 CEST 2004


kiosktool-0.6, kde-3.2.3, qt-3.3.2, FreeBSD-4.9, gcc-2.95.4

...

In file included from userManagement.cpp:22:
/usr/include/grp.h:58: `gid_t' was not declared in this scope
gmake[3]: *** [userManagement.o] Error 1

...

This patch allows me to compile ...


>diff -u userManagement.cpp.orig userManagement.cpp
--- userManagement.cpp.orig     Thu Jul  8 17:51:20 2004
+++ userManagement.cpp  Thu Jul  8 17:47:36 2004
@@ -19,6 +19,7 @@

#include "userManagement.h"

+#include <unistd.h>
#include <grp.h>
#include <pwd.h>
#include <sys/types.h>


Now to see if I can get it working  :o)

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



More information about the kde-kiosk mailing list