Originally reported on Google Code with ID 93
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!)
1. svn checkout http://vacuum-im.googlecode.com/svn/trunk/ vacuum-im-read-only
2. qmake -r vacuum.pro INSTALL_PREFIX=/usr
3. make -k CXX=/usr/bin/include-what-you-use
What is the expected output? What do you see instead?
Errors like this:
(hunzip.cxx has correct #includes/fwd-decls)
make[3]: *** [hunzip.o] Error 1
/usr/bin/include-what-you-use -c -m64 -pipe -O2 -w -fPIC -DQT_WEBKIT -DPLUGINS_DIR=\"../lib/vacuum/plugins\"
-DRESOURCES_DIR=\"../share/vacuum/resources\" -DTRANSLATIONS_DIR=\"../share/vacuum/translations\"
-DHUNSPELL_STATIC -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -o phonet.o phonet.cxx
Cannot open mapping file 'iwyu.gcc.imp': No such file or directory.
What version of the product are you using? On what operating system?
IWYU from SVN, Ubuntu 12.04 64bit.
Please provide any additional information below.
Reported by alexey.ivanes on 2013-01-31 00:54:10
该提问来源于开源项目:include-what-you-use/include-what-you-use