rdesktop upgrade problems

Derrick Edwards dantavious at comcast.net
Mon Jun 27 09:26:42 GMT 2005


	Thanks for replying. I edited the Makefile.

PORTNAME=       rdesktop
PORTVERSION=    1.4.1
PORTREVISION?=  0
CATEGORIES=     net comms
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=     ${PORTNAME}

MAINTAINER=     obrien at FreeBSD.org
COMMENT=        RDP client for Windows NT/2000/2003 Terminal Server

USE_GETTEXT=    yes
USE_XLIB=       yes
USE_GMAKE=      yes
USE_REINPLACE=  yes
USE_OPENSSL=    yes
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-x=${X11BASE}
DOCS=           doc/AUTHORS doc/TODO doc/*.txt
MAN1=           rdesktop.1
	
Still no Joy.


rdp.c: In function `rdp_out_unistr':
rdp.c:164: error: syntax error before "iconv_h"
rdp.c:171: error: `iconv_h' undeclared (first use in this function)
rdp.c:171: error: (Each undeclared identifier is reported only once
rdp.c:171: error: for each function it appears in.)
rdp.c:171: error: `iconv_t' undeclared (first use in this function)
rdp.c:174: warning: implicit declaration of function `iconv_open'
rdp.c:183: warning: implicit declaration of function `iconv'
rdp.c:186: warning: implicit declaration of function `iconv_close'
rdp.c: In function `rdp_in_unistr':
rdp.c:239: error: syntax error before "iconv_h"
rdp.c:243: error: `iconv_h' undeclared (first use in this function)
rdp.c:243: error: `iconv_t' undeclared (first use in this function)
gmake: *** [rdp.o] Error 1
*** Error code 2

Stop in /usr/ports/net/rdesktop.
root at focus#                      




More information about the freebsd-ports mailing list