AlfredoCubitos / qosmic

Automatically exported from code.google.com/p/qosmic
0 stars 1 forks source link

qmake and make not compiling #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have installed all dependencies via macports
2. qmake
3. make

What is the expected output? What do you see instead?
make does not complete. 
This is the output:
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4
configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:39: the top level
configure.ac:53: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:53: the top level
configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:39: the top level
configure.ac:53: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:53: the top level
 cd . && automake-1.15 --foreign
configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:39: the top level
configure.ac:53: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:53: the top level
configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.  For more info, see:
configure.ac:8: 
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_
005fAUTOMAKE-invocation
configure.ac:15: error: required file './compile' not found
configure.ac:15:   'automake --add-missing' can install 'compile'
make: *** [Makefile.in] Error 1

What version of the product are you using? On what operating system?
v 1.5.0
on Mac OSX 10.7.5 LION

Please provide any additional information below.

Original issue reported on code.google.com by anthonyt...@gmail.com on 24 May 2015 at 1:17

GoogleCodeExporter commented 8 years ago
I'm not able to reproduce this problem.  There appears to be a configuration 
problem with the autoconf/automake tools on your system.  I'd like to provide 
some insight, but I have a very limited understanding of these tools on my own 
systems.  I've encountered situations where projects will only build with 
specific versions of the autotools.  It may be that your version of qmake is 
not compatible with the autotools it's attempting to use.

Original comment by bit...@gmail.com on 25 Jul 2015 at 10:48