[Bug 37427] Re: FTBFS: missing headers or build-dependencies
Loic Pefferkorn
loic at ubuntu.com
Fri Mar 31 10:36:54 UTC 2006
the problem is Imakefile contains some bad include path references:
-I/usr/X11R6/include/IV-2_6 should be -I/usr/include/IV-2_6
and
-I/usr/X11R6/include should be -I/usr/X11R6/include
But it still FTBFS:
cc1plus: error: unrecognized command line option "-Wno-extern-inline"
I haven't found the correct option in gcc's manual, so I deleted it in Imakefile, but still FTBFS:
APP_CCFLAGS = $(ARCH_CCFLAGS) -Wall -Wno-unused -Wno-import -Wno-extern-inline becomes APP_CCFLAGS = $(ARCH_CCFLAGS) -Wall -Wno-unused -Wno-import
Then it still FTBFS, sounds like gcc4 problem:
/tmp/mxv-1.32/LINUX/../alsa_converter.h:75: error: ‘virtual void ALSA_Converter::ALSA_ConfigRequester::configureRequest(Request*)’ is protected
/tmp/mxv-1.32/LINUX/../alsa_converter.h:81: error: within this context
/tmp/mxv-1.32/LINUX/../alsa_converter.h:76: error: ‘virtual osboolean ALSA_Converter::ALSA_ConfigRequester::confirmValues()’ is protected
/tmp/mxv-1.32/LINUX/../alsa_converter.h:82: error: within this context
/tmp/mxv-1.32/LINUX/../queryvalue.h:96: warning: inline function ‘QueryNumber::~QueryNumber()’ used but never defined
make[2]: *** [conv_config.o] Error 1
Theses tests were done on x86
--
FTBFS: missing headers or build-dependencies
https://launchpad.net/malone/bugs/37427
More information about the universe-bugs
mailing list