Giter Site home page Giter Site logo

geany-git-ui's People

Contributors

b4n avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

geany-git-ui's Issues

autoreconf: automake failed with exit status: 1 - OpenSUSE

I always get this issue:

autoreconf: Entering directory .'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build/m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build/aux'.
libtoolize: copying file 'build/aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build/m4'.
libtoolize: copying file 'build/m4/libtool.m4'
libtoolize: copying file 'build/m4/ltoptions.m4'
libtoolize: copying file 'build/m4/ltsugar.m4'
libtoolize: copying file 'build/m4/ltversion.m4'
libtoolize: copying file 'build/m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing 'build/aux/compile'
configure.ac:10: installing 'build/aux/missing'
Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
Makefile.am:83: warning: '%'-style pattern rules are a GNU make extension
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: installing 'build/aux/depcomp'
autoreconf: automake failed with exit status: 1

I have installed all the required packets:

zypper info gtk2-devel automake autoconf gcc make geany-devel libtool
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...


Informationen zu Paket gtk2-devel:
----------------------------------
Repository         : Haupt-Repository (OSS)                                   
Name               : gtk2-devel                                               
Version            : 2.24.30-3.1                                              
Arch               : x86_64                                                   
Anbieter           : openSUSE                                                 
Installierte Größe : 27,5 MiB                                                 
Installiert        : Ja                                                       
Status             : aktuell                                                  
Zusammenfassung    : The GTK+ toolkit library (version 2) -- Development Files
Beschreibung       :                                                          
    GTK+ is a multi-platform toolkit for creating graphical user interfaces.
    Offering a complete set of widgets, GTK+ is suitable for projects
    ranging from small one-off projects to complete application suites.
    This package contains the development files for GTK+ 2.x.


Informationen zu Paket automake:
--------------------------------
Repository         : Haupt-Repository (OSS)                                                          
Name               : automake                                                                        
Version            : 1.15-4.3                                                                        
Arch               : noarch                                                                          
Anbieter           : openSUSE                                                                        
Installierte Größe : 2,4 MiB                                                                         
Installiert        : Ja                                                                              
Status             : aktuell                                                                         
Zusammenfassung    : Ein Programm für das automatische Erstellen von Makefile.in Dateien im GNU-Stil.
Beschreibung       :                                                                                 
    Automake is a tool for automatically generating "Makefile.in" files
    from "Makefile.am" files.  "Makefile.am" is a series of "make" macro
    definitions (with rules occasionally thrown in).  The generated
    "Makefile.in" files are compatible with the GNU Makefile standards.


Informationen zu Paket autoconf:
--------------------------------
Repository         : Haupt-Repository (OSS)                                    
Name               : autoconf                                                  
Version            : 2.69-13.83                                                
Arch               : noarch                                                    
Anbieter           : openSUSE                                                  
Installierte Größe : 2,2 MiB                                                   
Installiert        : Ja                                                        
Status             : aktuell                                                   
Zusammenfassung    : Ein GNU-Programm zur automatischen Quellcode-Konfiguration
Beschreibung       :                                                           
    GNU Autoconf is a tool for configuring source code and makefiles. Using
    autoconf, programmers can create portable and configurable packages,
    because the person building the package is allowed to specify various
    configuration options.
    You should install autoconf if you are developing software and would
    like to create shell scripts to configure your source code packages.
    Note that the autoconf package is not required for the end user who may
    be configuring software with an autoconf-generated script; autoconf is
    only required for the generation of the scripts, not their use.


Informationen zu Paket gcc:
---------------------------
Repository         : Haupt-Repository (OSS)   
Name               : gcc                      
Version            : 6-1.19                   
Arch               : x86_64                   
Anbieter           : openSUSE                 
Installierte Größe : 0 B                      
Installiert        : Ja                       
Status             : aktuell                  
Zusammenfassung    : The system GNU C Compiler
Beschreibung       :                          
    The system GNU C Compiler.


Informationen zu Paket make:
----------------------------
Repository         : Haupt-Repository (OSS)
Name               : make                  
Version            : 4.2.1-1.2             
Arch               : x86_64                
Anbieter           : openSUSE              
Installierte Größe : 378,6 KiB             
Installiert        : Ja                    
Status             : aktuell               
Zusammenfassung    : GNU make              
Beschreibung       :                       
    The GNU make command with extensive documentation.


Informationen zu Paket geany-devel:
-----------------------------------
Repository         : Haupt-Repository (OSS)                        
Name               : geany-devel                                   
Version            : 1.28-1.3                                      
Arch               : x86_64                                        
Anbieter           : openSUSE                                      
Installierte Größe : 401,2 KiB                                     
Installiert        : Ja                                            
Status             : aktuell                                       
Zusammenfassung    : Small and lightweight IDE -- Development Files
Beschreibung       :                                               
    Geany is a small and lightweight integrated development environment.
    It was developed to provide a small and fast IDE, which has only a
    few dependencies from other packages. Another goal was to be as
    independent as possible from a special Desktop Environment like KDE
    or GNOME. So it is using only the GTK2 toolkit and therefore you need
    only the GTK2 runtime libraries to run Geany.


Informationen zu Paket libtool:
-------------------------------
Repository         : @System                             
Name               : libtool                             
Version            : 2.4.6-89.136                        
Arch               : x86_64                              
Anbieter           : obs://build.opensuse.org/Base:System
Installierte Größe : 3,6 MiB                             
Installiert        : Ja                                  
Status             : aktuell                             
Zusammenfassung    : A Tool to Build Shared Libraries    
Beschreibung       :                                     
    GNU libtool is a set of shell scripts to automatically configure UNIX
    architectures to build shared libraries in a generic fashion.`

configure.ac

AC_PREREQ([2.64])
AC_INIT([Geany Git UI],
        [0.1],
        [[email protected]],
        [geany-git-ui])
AC_CONFIG_SRCDIR([src/ggu-plugin.c])
AC_CONFIG_AUX_DIR([build/aux])
AC_CONFIG_MACRO_DIR([build/m4])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])

m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

LT_PREREQ([2.2.0])
LT_INIT([disable-static])
AC_PROG_CC
AC_PROG_CC_C_O

PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16
                           gio-2.0
                           gtk+-2.0 >= 2.20
                           geany >= 0.21])

AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal], [None])
AC_SUBST([GLIB_GENMARSHAL])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT`

I hope you know a fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.