ports/76256: The configure script of sysutils/torsmo does not find Xlib.h and Xdbe.h

Boris Kotzev bvkotzev at yahoo.com
Fri Jan 14 21:00:55 UTC 2005


>Number:         76256
>Category:       ports
>Synopsis:       The configure script of sysutils/torsmo does not find Xlib.h and Xdbe.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 14 21:00:54 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kotzev
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
No organization
>Environment:
FreeBSD niki.universe 5.3-STABLE FreeBSD 5.3-STABLE #4: Thu Jan  6 10:56:42 EET 2005 boko at niki.universe:/usr/obj/usr/src/sys/NIKI  i386
>Description:
It seems that the configure script is looking for the header files X11/Xlib.h and X11/extensions/Xdbe.h in /usr/include instead of /usr/X11R6/include. Consequently, the compiled torsmo binary does not recognize the option "double_buffer yes" in .torsmorc:

torsmo: /home/boko/.torsmorc: 35: no such configuration: 'double_buffer'

>How-To-Repeat:
cd /usr/ports/sysutils/torsmo
make configure

Then look for the lines:

checking for X11/Xlib.h... no
checking for X11/extensions/Xdbe.h... no

>Fix:
Add the line

CONFIGURE_ENV=  CPPFLAGS="-I${X11BASE}/include"

to /usr/ports/sysutils/torsmo/Makefile.





     
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list