ports/122599: Conky fails to build when WITHOUT_OWN_WINDOW knob is set

Keith Gaughan keith.gaughan at gmail.com
Wed Apr 9 14:50:05 UTC 2008


>Number:         122599
>Category:       ports
>Synopsis:       Conky fails to build when WITHOUT_OWN_WINDOW knob is set
>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:   Wed Apr 09 14:50:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Keith Gaughan
>Release:        FreeBSD 7.0
>Organization:
>Environment:
FreeBSD talisra.talideon.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/src/sys/GENERIC i386
>Description:
There's a bunch of defines in conky.c. The parts that are active if the X11 macro is set depend on the parts that require the OWN_WINDOW macro to be set. However, when Conky is built with the WITHOUT_OWN_WINDOW knob set, conky.c fails to compile with the following error:

conky.c: In function 'main':
conky.c:7883: error: 'own_window' undeclared (first use in this function)
conky.c:7883: error: (Each undeclared identifier is reported only once
conky.c:7883: error: for each function it appears in.)
conky.c:7883: error: 'background_colour' undeclared (first use in this function)
>How-To-Repeat:

>Fix:
Remove the WITHOUT_OWN_WINDOW flag.

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



More information about the freebsd-ports-bugs mailing list