Re: Failed building XFree86-4-clients

2003-10-07 Thread Greg Pavelcak
On Tue, Oct 07, 2003 at 12:06:31PM -0700, James Satterfield wrote:
 On a recent -current
 FreeBSD bishop.uberduper.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Oct  6
 15:12:45 PDT 2003
 I am unable to build XFree86-4-clients from ports. Here's the last little bits
 from the build.
 
 macro in not recognized -- ignoring
 making all in programs/bdftopcf...
 cc -O -pipe -mcpu=pentiumpro -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef  
 -I/usr/ports/x11/XFree86-4-clients/work/xc/include/fonts
 -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include
 -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/bitmap 
 -I/usr/ports/x11/XFree86-4-clients/work/xc
 -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include 
 -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO -c
 bdftopcf.c
 In file included from /usr/include/string.h:40,
  from
 /usr/ports/x11/XFree86-4-clients/work/xc/exports/include/X11/Xfuncs.h:49,
  from
 /usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include/fontmisc.h:38,
  from bdftopcf.c:34:
 /usr/include/sys/cdefs.h:173:51: warning: __STDC_VERSION__ is not defined
 /usr/include/sys/cdefs.h:184:5: warning: __STDC_VERSION__ is not defined
 /usr/include/sys/cdefs.h:372:5: warning: _POSIX_C_SOURCE is not defined
 /usr/include/sys/cdefs.h:378:5: warning: _POSIX_C_SOURCE is not defined
 make: don't know how to make
 /usr/ports/x11/XFree86-4-clients/work/xc/exports/lib/libfntstubs.a. Stop
 *** Error code 2
 
 Any ideas?
 
 James.

Well, I'm sure there's a *right* way to do this, but I got the
installation to go through by copying the contents of 
/usr/ports/x11/XFree86-4-libraries/work/xc/exports/lib

(which now that I look at it are links) to XFree86-4-clients/blah/blah...

Good luck.

Greg
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Another minor mouse problem w/XFree86-4

2000-07-28 Thread Greg Pavelcak

I suppose there are several places that this difficulty may be
located.

I have a Logitech Trackball. I have tried it on the serial port
and the PS/2 port and have the same problem in both places:

5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jul 27 06:00:20 EDT 2000
XFree86-3.3.6 and
TkDesk-1.2

I right click on a directory or file in TkDesk, and a popup menu
appears and *stays up* (thank goodness).

Change to XFree86-4, and I need to hold the button down to keep the
menu. Man I hate that.

Any ideas. I'm RTFM moused and psm, but I don't see any obviously
related adjustments.

Oh. This is with 

moused_enable="YES" # Run the mouse daemon.
moused_type="ps/2"  # See man page for rc.conf(5) for available settings.
moused_port="/dev/psm0" # Set to your mouse port.

in rc.conf (for the ps/2 attempt obvously), and


Identifier  "Mouse1"
Driver  "mouse"
Option "Protocol""auto"
Option "Device"  "/dev/sysmouse"

in XF86Config.

Thanks.

Greg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message