Menu

Ubuntu - Kate plugin compilation

2007-07-14
2013-04-17
  • Nobody/Anonymous

    Hi your plugin looks amazing but i cant compile it.
    output of ./configure
    But i have gcc installed

    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1
    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... configure: error: C compiler cannot create executables
    See `config.log' for more details.

    > output of config.log
    http://paste.ubuntu-nl.org/29909/

    Hope this helps to help me :D

    Ubuntu: 7.04
    If i could compile it, i could try to make an dep file.

     
    • Thiago Silva

      Thiago Silva - 2007-07-18

      It seems you couldn`t compile/link this small code with GCC (config.log:90). Could you try to compile it manually, saving it to a file (ie test.c) and executing GCC on it? If you have any trouble, please let me know.

      Thanks,
      Thiago

      ----BEGIN CODE----

      /* confdefs.h.  */
      #define PACKAGE_NAME ""
      #define PACKAGE_TARNAME ""
      #define PACKAGE_VERSION ""
      #define PACKAGE_STRING ""
      #define PACKAGE_BUGREPORT ""
      #define PACKAGE "katephpbrowser"
      #define VERSION "0.1beta"
      /* end confdefs.h.  */

      int
      main ()
      {

        ;
        return 0;
      }

      ----END CODE----

       
      • XMan

        XMan - 2007-07-18

        hi tried to compile with gcc and there ware no error and a good a.out file

        so whast wrong with my system?

        yours
        berni

         
    • Thiago Silva

      Thiago Silva - 2007-07-23

      I really can`t tell. Sorry I couldn't be more helpful.

      Thiago

       
    • Nobody/Anonymous

      I found that if you install g++ this error will go away.

      Also, on Ubuntu, you'll probably have to symlink antlr to /usr/bin/runantlr.

       

Log in to post a comment.

MongoDB Logo MongoDB