Subject: Re: x11/py-wxWindows does not build.
To: Pritesh Shah <pritesh.krish@gmail.com>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 08/20/2005 18:28:56
Pritesh Shah wrote:
> hi there,
>
> I'm using NetBSD 2.0 and need py-wxWindows package. the package
> x11/py-wxWindows produces the following error, upon make clean or make
> build:
>
> make: "/home/psham/cvs/NetBSD/pkgsrc/x11/py-wxWindows/Makefile" line
> 25: Malformed conditional (empty(WXGTK_USE_GTK1:M[Yy][Ee][Ss]))
This error message really means "undefined variable WXGTK_USE_GTK1 used
in condition".
Maybe you got an inconsistent state of pkgsrc. Try "cvs update" to work
around that.
By the way, the py-wxWindows package does not exist anymore. Perhaps you
should update pkgsrc anyway.
Another work-around is to define the variable in your mk.conf or
directly in the command line.
Roland