dcgui 0.2.18

Mick Walker mick at materialised.hopto.org
Wed Sep 3 08:11:41 PDT 2003


Hi,
My appologies if I am sending this to the wrong place, it is my first
time posting in this mailing list.
I am trying to build dcgui 0.2.18 on a FreeBSD 5.1 system. I have
updated my ports tree and have installed dclib perfectly.
However when building dcgui I get the following error message:

In file included from /usr/local/include/dclib/core/cconnection.h:26,
                 from /usr/local/include/dclib/cdcproto.h:26,
                 from /usr/local/include/dclib/ctransfer.h:29,
                 from /usr/local/include/dclib/cdownloadmanager.h:28,
                 from ../dctransferview.h:28,
                 from dcwidget.cpp:26:
../../config.h:183: declaration of C function `long unsigned int
strlcat(char*,
   const char*, long unsigned int)' conflicts with
/usr/include/string.h:87: previous declaration `size_t strlcat(char*,
const
   char*, unsigned int)' here
../../config.h:192: declaration of C function `long unsigned int
strlcpy(char*,
   const char*, long unsigned int)' conflicts with
/usr/include/string.h:88: previous declaration `size_t strlcpy(char*,
const
   char*, unsigned int)' here
gmake[3]: *** [dcwidget.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/net/dcgui/work/dcgui-qt-0.2.18/dcgui/ui'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/net/dcgui/work/dcgui-qt-0.2.18/dcgui'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/dcgui/work/dcgui-qt-0.2.18'
gmake: *** [all] Error 2
*** Error code 2
 
Stop in /usr/ports/net/dcgui.


Is this a compiler error and if so should I update my compiler? I am
currently using :-
gcc --ver
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.2 [FreeBSD] 20030205 (release)

Thanks in advance



More information about the freebsd-ports mailing list