geanypy
geanypy copied to clipboard
Trouble to compile geanypy in Debian-Wheezya and Squeeze
geanypy try to compile in debian squeeze and wheezy and it generates the same error:
....
CC geanypy_la-geanypy-signalmanager.lo
CC geanypy_la-geanypy-templates.lo
CC geanypy_la-geanypy-uiutils.lo
CCLD geanypy.la
make[2]: se sale del directorio /root/src/geanypy/src' make[1]: se sale del directorio
/root/src/geanypy/src'
Making all in geany
make[1]: se ingresa al directorio /root/src/geanypy/geany' GEN __init__.pyc GEN console.pyc GEN manager.pyc GEN loader.pyc GEN plugin.pyc GEN signalmanager.pyc make[1]: se sale del directorio
/root/src/geanypy/geany'
Making all in plugins
make[1]: se ingresa al directorio /root/src/geanypy/plugins' make[1]: No se hace nada para
all'.
make[1]: se sale del directorio /root/src/geanypy/plugins' make[1]: se ingresa al directorio
/root/src/geanypy'
make[1]: No se hace nada para all-am'. make[1]: se sale del directorio
/root/src/geanypy'
I have followed the instructions of the official documentation and does not work. May be due to this error and how can fix it?
I guess that says something like "no rule to make target all
" or something?
Can you try to do this:
$ make clean
$ make distclean
$ ./autogen.sh
$ ./configure [whatever options you need]
$ make
$ make install
I recently made some build system changes and it might just need to be cleaned up in your working directory and rebuilt/generated from scratch.
Thanks for your answer, but no work
Do you mind trying to re-checkout from Git again into a new directory and then build from scratch?
@cristianchaparroa what's the problem you actually have? Your paste seems just fine to me if my Make and online-translator skills don't fool me.
BTW, you seem to be building as root (since the directory is /root/...
): this is almost never a good idea. Normally you only need root privileges when installing (e.g. make install
).
FTR, the paste translated to English:
CC-geanypy-signalmanager.lo geanypy_la
CC-geanypy-templates.lo geanypy_la
CC-geanypy-uiutils.lo geanypy_la
CCLD geanypy.la
make [2]: Leaving directory '/root/src/geanypy/src'
make [1]: Leaving directory '/root/src/geanypy/src'
Making all in geany
make [1]: Entering directory '/root/src/geanypy/geany'
GEN __ init__.pyc
GEN console.pyc
GEN manager.pyc
GEN loader.pyc
GEN plugin.pyc
GEN signalmanager.pyc
make [1]: Leaving directory '/root/src/geanypy/geany'
Making all in plugins
make [1]: Entering directory '/root/src/geanypy/plugins'
make [1]: Nothing to be done for 'all'.
make [1]: Leaving directory '/root/src/geanypy/plugins'
make [1]: Entering directory '/root/src/geanypy'
make [1]: Nothing to be done for 'all-am'.
make [1]: Leaving directory '/root/src/geanypy'