building error on PC-BSD x64

Make sure that the make command that is being executed is gnu make. Install it if it's not there already, and/or alter your PATH so it is found first.

···

On 6/17/12 1:43 AM, Ishayahu Lastov wrote:

Hi!
I downloaded source wxPython-src-2.9.3.1, run python2.7
build-wxpython.py --build_dir=../bld --installand get an error:

make: illegal option -- -
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
Traceback (most recent call last):
File "build-wxpython.py", line 352, in <module>
wxbuild.main(wxscript, build_options)
File
"/usr/home/ishayahu/Downloads/wxPython-src-2.9.3.1/build/tools/build-wxwidgets.py",
line 438, in main
exitIfError(wxBuilder.build(dir=buildDir, options=args), "Error building")
File
"/usr/home/ishayahu/Downloads/wxPython-src-2.9.3.1/build/tools/build-wxwidgets.py",
line 62, in exitIfError
raise builder.BuildError, msg
BuildError

There is build log in attachment.
What have I do?

--
Robin Dunn
Software Craftsman