Announcement

Collapse
No announcement yet.

Installing kapitalist 0.3 on kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installing kapitalist 0.3 on kubuntu

    Greetings,

    I found a game that I would like to install a program.

    Here is what I have done thus far:
    root@mac-laptop:/home/mac# /home/mac
    bash: /home/mac: is a directory
    root@mac-laptop:/home/mac# /extra
    bash: /extra: No such file or directory
    root@mac-laptop:/home/mac# ./configure
    bash: ./configure: No such file or directory
    root@mac-laptop:/home/mac# /home/mac/extra/kapitalist-0.3/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... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    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 g++ supports -Wmissing-format-attribute... no
    checking whether g++ supports -Wundef... no
    checking whether g++ supports -Wno-long-long... no
    checking whether g++ supports -Wnon-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@mac-laptop:/home/mac# make
    make: *** No targets specified and no makefile found. Stop.
    root@mac-laptop:/home/mac# make
    make: *** No targets specified and no makefile found. Stop.
    root@mac-laptop:/home/mac# make install
    make: *** No rule to make target `install'. Stop.
    root@mac-laptop:/home/mac# make clean
    make: *** No rule to make target `clean'. Stop.
    root@mac-laptop:/home/mac# exit
    exit
    mac@mac-laptop:~$ /home/mac/extra/kapitalist-0.3/./configure
    /home/mac/extra/kapitalist-0.3/./configure: line 1194: config.log: Permission denied
    mac@mac-laptop:~$ sudo su
    root@mac-laptop:/home/mac# /home/mac/extra/kapitalist-0.3/./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... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    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 g++ supports -Wmissing-format-attribute... no
    checking whether g++ supports -Wundef... no
    checking whether g++ supports -Wno-long-long... no
    checking whether g++ supports -Wnon-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@mac-laptop:/home/mac# make
    make: *** No targets specified and no makefile found. Stop.
    root@mac-laptop:/home/mac# make /home/mac/extra/kapitalist-0.3/./configure
    make: Nothing to be done for `/home/mac/extra/kapitalist-0.3/./configure'.
    root@mac-laptop:/home/mac# make install /home/mac/extra/kapitalist-0.3/./configure
    make: *** No rule to make target `install'. Stop.
    root@mac-laptop:/home/mac#

    And the install text told me to type '$ make' and then '$ make install'

    Cheers,
    Mac

    #2
    Re: Installing kapitalist 0.3 on kubuntu

    have you installed the build-essentials package?

    if not install it and try again.

    Comment


      #3
      Re: Installing kapitalist 0.3 on kubuntu

      Greetings,

      How does one do that?

      Cheers,
      Mac

      Comment


        #4
        Re: Installing kapitalist 0.3 on kubuntu

        http://kubuntuforums.net/forums/index.php?topic=12867.0

        Comment

        Working...
        X