LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Ksmoothdock installation problems (https://www.linuxquestions.org/questions/linux-software-2/ksmoothdock-installation-problems-524243/)

shocktrooper 01-30-2007 09:48 PM

Ksmoothdock installation problems
 
i downloaded Ksmoothdock, decompressed it, and went to the console to follow the directions on the website.

NOTE***:

It seems that automake-1.9 is not backward compatible with automake-1.7, so please upgrade to automake-1.9 before you compile KSmoothDock 4.3. To check the version of automake on your system, run:
automake --version

TO INSTALL: Unzip, cd to the directory ksmoothdock-4.3_automake1.9 then run:
./configure
make
su
make install

Then run:
ksmoothdock

anyway i have the latest automake and i got through the ./configure step OK. At the point where i run "make", i get the following error.

[dan@localhost ksmoothdock-4.3_automake1.9]$ make
make: *** No targets specified and no makefile found. Stop.

i'm in the right directory, make.in is in there, and i dont understand. ANy help would be great.

colucix 02-01-2007 06:54 AM

If not specified with option -f, make looks for a file called Makefile, not make.in. So probably the ./configure step did not work properly. Usually you will find the output of ./configure in config.log. First you can check it.

waelaltaqi 02-01-2007 07:43 AM

error on configure
 
./configure didn't create a Makefile due to an error ... run configure again and watch the oupput ... you might be missing some package or a library ... please post what dist you're using

shocktrooper 02-01-2007 06:20 PM

OK, i get this error after running ./config that i missed before

[dan@localhost ksmoothdock-4.3_automake1.9]$ ./configure
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 gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
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 ANSI C... 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... 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.
[dan@localhost ksmoothdock-4.3_automake1.9]$ ./configure
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 gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
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 ANSI C... 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... 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.

shocktrooper 02-01-2007 06:21 PM

double post just to organize things.

I am using PClinuxOS, and what should i look for in the config.log file?

thanks a lot


All times are GMT -5. The time now is 09:04 AM.