Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2005 20:58:53 GMT
From:      Boris Kotzev <bvkotzev@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76256: The configure script of sysutils/torsmo does not find Xlib.h and Xdbe.h
Message-ID:  <200501142058.j0EKwrd3064915@www.freebsd.org>
Resent-Message-ID: <200501142100.j0EL0smf042848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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