installare file sorgenti
Inviato: mercoledì 11 novembre 2009, 15:47
ciao a tutti, ho tentato di isntallare qualcosa da sorgenti, ma purtroppo non ci riesco...la prima cosa è stata songbird, (http://www.getsongbird.com/), e seguendo la guida (http://wiki.ubuntu-it.org/Amministrazio ... DaSorgenti)
prima di tutto ho scompattato l'archivio, fin qui tutto a posto
do il comando
/.configure
e ottengo la risposta
bash: /.configure: Nessun file o directory
boh...provo a installare un plugin per pidgin
con configure ottengo la stessa risposta, però nel readme leggo:
make
e ottengo:
make install
e ottengo:
quindi ho pensato, mi faccio un .deb, però da quello che ho scoperto devo dare comunque il comando make, che da me non va...
sono io che non ho capito come funziona o sono semplicemente sfortunato e mi sono beccato le uniche 2 applicazioni che non vanno?
leggendo i pro e i contro dei sorgenti sono giunto a conclusione che preferirei pacchettizzare i sorgenti prima di installarli, se qualcuno potesse dirmi un modo cert e sicuro per farlo....
saluti kikkas
prima di tutto ho scompattato l'archivio, fin qui tutto a posto
do il comando
/.configure
e ottengo la risposta
bash: /.configure: Nessun file o directory
boh...provo a installare un plugin per pidgin
con configure ottengo la stessa risposta, però nel readme leggo:
quindi, come anche da guida, doTo build and install :
You can compile the plugin using
$ make
and install it with
$ make install
This will install it in ~/.purple/plugins so that only the user who install it can use it.
make
e ottengo:
che non mi sa per niente di isntallato...prova a dare comunquePackage pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gcc -fPIC -c LaTeX.c -o LaTeX.o -DHAVE_CONFIG_H
In file included from LaTeX.c:33:
LaTeX.h:46:36: error: libpurple/conversation.h: Nessun file o directory
LaTeX.h:48:29: error: libpurple/debug.h: Nessun file o directory
LaTeX.h:49:31: error: libpurple/signals.h: Nessun file o directory
LaTeX.h:50:32: error: libpurple/imgstore.h: Nessun file o directory
LaTeX.h:51:28: error: libpurple/util.h: Nessun file o directory
LaTeX.h:52:30: error: libpurple/notify.h: Nessun file o directory
LaTeX.h:53:30: error: libpurple/server.h: Nessun file o directory
LaTeX.h:54:27: error: libpurple/log.h: Nessun file o directory
LaTeX.h:55:31: error: libpurple/version.h: Nessun file o directory
In file included from LaTeX.c:33:
LaTeX.h:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘is_blacklisted’
LaTeX.h:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘latex_to_image’
LaTeX.h:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘analyse’
LaTeX.h:121: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pidgin_latex_write’
In file included from LaTeX.c:33:
LaTeX.h:124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘message_send’
LaTeX.c:50: error: expected ‘)’ before ‘*’ token
LaTeX.c: In function ‘getdirname’:
LaTeX.c:104: error: ‘G_DIR_SEPARATOR’ undeclared (first use in this function)
LaTeX.c:104: error: (Each undeclared identifier is reported only once
LaTeX.c:104: error: for each function it appears in.)
LaTeX.c:114: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘getfilename’:
LaTeX.c:127: error: ‘G_DIR_SEPARATOR’ undeclared (first use in this function)
LaTeX.c:130: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c:136: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘searchPATH’:
LaTeX.c:164: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘execute’:
LaTeX.c:239: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c:249: warning: incompatible implicit declaration of built-in function ‘exit’
LaTeX.c:252: warning: incompatible implicit declaration of built-in function ‘free’
LaTeX.c: At top level:
LaTeX.c:301: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘is_blacklisted’
LaTeX.c:316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘latex_to_image’
LaTeX.c:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘analyse’
LaTeX.c:525: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pidgin_latex_write’
LaTeX.c:561: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘message_send’
LaTeX.c:594: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_load’
LaTeX.c:609: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_unload’
LaTeX.c:622: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘info’
LaTeX.c:658: error: expected ‘)’ before ‘*’ token
LaTeX.c: In function ‘PURPLE_INIT_PLUGIN’:
LaTeX.c:662: error: expected ‘{’ at end of input
make: *** [LaTeX.o] Errore 1
make install
e ottengo:
....Package pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gcc -fPIC -c LaTeX.c -o LaTeX.o -DHAVE_CONFIG_H
In file included from LaTeX.c:33:
LaTeX.h:46:36: error: libpurple/conversation.h: Nessun file o directory
LaTeX.h:48:29: error: libpurple/debug.h: Nessun file o directory
LaTeX.h:49:31: error: libpurple/signals.h: Nessun file o directory
LaTeX.h:50:32: error: libpurple/imgstore.h: Nessun file o directory
LaTeX.h:51:28: error: libpurple/util.h: Nessun file o directory
LaTeX.h:52:30: error: libpurple/notify.h: Nessun file o directory
LaTeX.h:53:30: error: libpurple/server.h: Nessun file o directory
LaTeX.h:54:27: error: libpurple/log.h: Nessun file o directory
LaTeX.h:55:31: error: libpurple/version.h: Nessun file o directory
In file included from LaTeX.c:33:
LaTeX.h:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘is_blacklisted’
LaTeX.h:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘latex_to_image’
LaTeX.h:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘analyse’
LaTeX.h:121: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pidgin_latex_write’
In file included from LaTeX.c:33:
LaTeX.h:124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘message_send’
LaTeX.c:50: error: expected ‘)’ before ‘*’ token
LaTeX.c: In function ‘getdirname’:
LaTeX.c:104: error: ‘G_DIR_SEPARATOR’ undeclared (first use in this function)
LaTeX.c:104: error: (Each undeclared identifier is reported only once
LaTeX.c:104: error: for each function it appears in.)
LaTeX.c:114: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘getfilename’:
LaTeX.c:127: error: ‘G_DIR_SEPARATOR’ undeclared (first use in this function)
LaTeX.c:130: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c:136: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘searchPATH’:
LaTeX.c:164: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c: In function ‘execute’:
LaTeX.c:239: warning: incompatible implicit declaration of built-in function ‘malloc’
LaTeX.c:249: warning: incompatible implicit declaration of built-in function ‘exit’
LaTeX.c:252: warning: incompatible implicit declaration of built-in function ‘free’
LaTeX.c: At top level:
LaTeX.c:301: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘is_blacklisted’
LaTeX.c:316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘latex_to_image’
LaTeX.c:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘analyse’
LaTeX.c:525: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pidgin_latex_write’
LaTeX.c:561: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘message_send’
LaTeX.c:594: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_load’
LaTeX.c:609: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘plugin_unload’
LaTeX.c:622: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘info’
LaTeX.c:658: error: expected ‘)’ before ‘*’ token
LaTeX.c: In function ‘PURPLE_INIT_PLUGIN’:
LaTeX.c:662: error: expected ‘{’ at end of input
make: *** [LaTeX.o] Errore 1
quindi ho pensato, mi faccio un .deb, però da quello che ho scoperto devo dare comunque il comando make, che da me non va...
sono io che non ho capito come funziona o sono semplicemente sfortunato e mi sono beccato le uniche 2 applicazioni che non vanno?
leggendo i pro e i contro dei sorgenti sono giunto a conclusione che preferirei pacchettizzare i sorgenti prima di installarli, se qualcuno potesse dirmi un modo cert e sicuro per farlo....
saluti kikkas