Date: Wed, 9 Apr 2008 14:45:08 GMT From: Keith Gaughan <keith.gaughan@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122599: Conky fails to build when WITHOUT_OWN_WINDOW knob is set Message-ID: <200804091445.m39Ej8tP079439@www.freebsd.org> Resent-Message-ID: <200804091450.m39Eo5T6045795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804091445.m39Ej8tP079439>