holylobster / nuntius-linux

Nuntius delivers notifications from your phone or tablet to your computer
GNU General Public License v2.0
216 stars 25 forks source link

Build issue on Ubuntu 15.04 #43

Closed einarolafs closed 9 years ago

einarolafs commented 9 years ago

This might not be an issue with the script, but I wanted to leave this here as I have little to any clue on where to troubleshoot and fixe the issue.

I have never used automake before. When trying to do "automake" I get the following feedback:

configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) Makefile.am:27: warning: dir $@: non-POSIX variable name Makefile.am:27: (probably a GNU make extension) Makefile.am:81: warning: shell $(GLIB_COMPILE_RESOURCES: non-POSIX variable name Makefile.am:81: (probably a GNU make extension) Makefile.am:120: warning: addprefix data/icons/,$(data_icons_public_icons: non-POSIX variable name Makefile.am:120: (probably a GNU make extension) Makefile.am: error: required file './README' not found Makefile.am: error: required file './ChangeLog' not found configure.ac:10: error: required file 'config.h.in' not found Makefile.am:78: warning: source file 'src/resources.c' is in a subdirectory, Makefile.am:78: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Makefile.am:85: warning: source file 'src/application.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/appslistpanel.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/appslist.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/connection.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/notification.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/notificationapp.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/notificationcounter.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/notificationsview.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/window.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled Makefile.am:85: warning: source file 'src/main.c' is in a subdirectory, Makefile.am:85: but option 'subdir-objects' is disabled /usr/share/automake-1.14/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.14/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /usr/share/automake-1.14/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /usr/share/automake-1.14/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.14/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /usr/share/automake-1.14/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /usr/share/automake-1.14/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /usr/share/automake-1.14/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again Makefile.am: error: Vala source seen but 'VALAC' is undefined

if you need more info from me just let me know, in the mean time I will try to noob my self through the internet so see if I can figgure this out.

einarolafs commented 9 years ago

Please ignore this issue, I will report back with a new one if I do not manage to figure this out later.