Trying to build 0.9.4 on Mandriva 2008 from the source tarball but
configure complains about the C++ Preprocessor - output below... Can anyone help? Regards, Mark [root@redshift digikam-0.9.4]# ./configure --prefix=/usr/local checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for kde-config... /usr/bin/kde-config checking where to install... /usr/local (as requested) checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking whether gcc is blacklisted... no checking whether g++ supports -Wmissing-format-attribute... no checking whether gcc supports -Wmissing-format-attribute... yes checking whether g++ supports -Wundef... no checking whether g++ supports -Wno-long-long... no checking whether g++ supports -Wno-non-virtual-dtor... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. [root@redshift digikam-0.9.4]# _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
"urpmi gcc-c++ gcc-cpp" but it will be better to use the mandriva package management graphical tool (i don't know its name in english) Mark Ovens a écrit : Trying to build 0.9.4 on Mandriva 2008 from the source tarball but configure complains about the C++ Preprocessor - output below... Can anyone help? Regards, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Mark Ovens-2
On Sunday 28 September 2008 13:00:16 [hidden email] wrote:
> [root@redshift digikam-0.9.4]# ./configure --prefix=/usr/local Do not run ./configure or make by root. You need to be a root only when installing software with "make install". The graphical fronend application for package management what Michel Pottier suggest, is called as "rpmdrake". You can find it from menu "add/remove applications" or from MCC (Mandriva Control Center). _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |