Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 05:27:19 -0400
From:      Derrick Edwards <dantavious@comcast.net>
To:        Florent Thoumie <flz@xbsd.org>
Cc:        freebsd-ports@freebsd.org, obrien@FreeBSD.org
Subject:   Re: rdesktop upgrade problems
Message-ID:  <200506270527.20692.dantavious@comcast.net>
In-Reply-To: <1119846360.27663.5.camel@cream.xbsd.org>
References:  <200506262104.32789.dantavious@comcast.net> <1119846360.27663.5.camel@cream.xbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
	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@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@focus#                      





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