From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 06:51:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65F216A4CE for ; Sun, 22 Feb 2004 06:51:46 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C3943D1D for ; Sun, 22 Feb 2004 06:51:46 -0800 (PST) (envelope-from s.sheikh@adelphia.net) Received: from saturn ([68.66.233.16]) by mta9.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040222145145.PTNA25917.mta9.adelphia.net@saturn> for ; Sun, 22 Feb 2004 09:51:45 -0500 From: "sameer" To: Date: Sun, 22 Feb 2004 06:52:10 -0800 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: tightvnc port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 14:51:46 -0000 anyways, that being said... i'm still having an issue with tightvnc and FreeBSD 5.2. 'make install clean' gives the following:: --------- . . . rm -f ../.././/exports/lib/libXdmcp.a cd ../.././/exports/lib && ln -s ../../lib/Xdmcp/libXdmcp.a . making all in lib/X11... making all in lib/font... making all in lib/font/bitmap... rm -f bdfread.o cc -c -O -pipe -ansi -pedantic -Dasm=3D__asm = -I../../.././/include/fonts -I.. /include -I../../.././ -I../../.././/exports/include -DCSRG_BASED = -DSHAPE=20 = =20 -DGCCUSESGAS XFree86ServerDefines -DNDEBUG -DFUNCPROTO=3D15 -DNARROWPROTO = bdfread.c cc: XFree86ServerDefines: No such file or directory *** Error code 1 Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib/font/bitmap. *** Error code 1 Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib/font. *** Error code 1 Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib. *** Error code 1 Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc. *** Error code 1 Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc. *** Error code 1 Stop in /usr/ports/net/tightvnc. ------------------- any ideas what's causing this? i've updated my ports and sources to the lastest snapshot (did i use that term correctly?) as of last night. so, things are pretty current.