Um, I'm not sure if this has been fixed yet but it's still present in
2.5.70
When running 'make xconfig' this gets spat out:
<snip>
g++ -Wp,-MD,scripts/kconfig/.qconf.o.d -O2 -I/usr/share/qt3/include -c
-o scripts/kconfig/qconf.o scripts/kconfig/qconf.cc
scripts/kconfig/qconf.cc: In destructor `virtual
ConfigItem::~ConfigItem()':
scripts/kconfig/qconf.cc:291: error: non-lvalue in unary `&'
make[1]: *** [scripts/kconfig/qconf.o] Error 1
make: *** [scripts/kconfig/qconf] Error 2
Line 291 should read as follows:
ConfigItem** ip = (ConfigItem**)&menu->data;
Yes, fairly trivial but I found this in 2.5.69 ;)
Seems no one picked it up yet...hmm
-- Paul Marinceu http://elixxir.ucc.asn.au
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/