Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 May 2002 21:42:45 +0200
From:      Gianmarco Giovannelli <gmarco@giovannelli.it>
To:        ports@freebsd.org
Subject:   error compiling kde3
Message-ID:  <5.1.1.2.2.20020508212341.01233a08@194.184.65.4>

next in thread | raw e-mail | index | archive | help
the make is broken in:

/usr/ports/games/kdegames3/work/kdegames-3.0/kpat/freecell-solver



cc -DHAVE_CONFIG_H -I. -I. -I../.. 
-DFCS_STATE_STORAGE=FCS_STATE_STORAGE_INTERNAL_HASH 
-DFCS_STACK_STORAGE=FCS_STACK_STORAGE_INTERNAL_HASH -pthread 
-DQT_THREAD_SUPPORT -I/usr/include -I/usr/local/include 
-I/usr/local/include -I/usr/X11R6/include/qt -D_THREAD_SAFE -O2 -O -pipe -c 
freecell.c -Wp,-MD,.deps/freecell.TPlo  -fPIC -DPIC -o .libs/freecell.o
In file included from fcs.h:57,
                  from freecell.c:23:
md5.h:17: redefinition of `u_int32_t'
/usr/include/sys/types.h:116: `u_int32_t' previously declared here


#ifdef WIN32
typedef unsigned __int32 u_int32_t;
#elif defined(__osf__)
typedef unsigned int u_int32_t;
#elif !defined(__linux__) && !defined(__NetBSD__)
typedef uint32_t u_int32_t;    <---- this is the line
#endif




Best Regards,
Gianmarco Giovannelli ,  "Unix expert since yesterday"
http://www.gufi.org/~gmarco



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?5.1.1.2.2.20020508212341.01233a08>