public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] perf: cannot generate Python support without NEWT
@ 2011-03-18 14:19 Stephane Eranian
  2011-03-29 18:02 ` [PATCH] perf tools: Fix NO_NEWT=1 python build error Robert Richter
  0 siblings, 1 reply; 3+ messages in thread
From: Stephane Eranian @ 2011-03-18 14:19 UTC (permalink / raw)
  To: LKML
  Cc: Arnaldo Carvalho de Melo, Peter Zijlstra,
	Frédéric Weisbecker, mingo

Arnaldo,

Looks like some define is missing during the generation of the python support.
If you don't have newt then it fails to compile:

$ make
Makefile:430: newt not found, disables TUI support. Please install
newt-devel or libnewt-dev
PERF_VERSION = 2.6.38
Makefile:430: newt not found, disables TUI support. Please install
newt-devel or libnewt-dev
...
GEN perf-archive
GEN python/perf.so
In file included from util/evsel.h:10,
                 from util/python.c:6:
util/hist.h:105: fatal error: newt.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-30  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 14:19 [BUG] perf: cannot generate Python support without NEWT Stephane Eranian
2011-03-29 18:02 ` [PATCH] perf tools: Fix NO_NEWT=1 python build error Robert Richter
2011-03-30  7:17   ` [tip:perf/urgent] " tip-bot for Robert Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox