Pagina 1 di 1

Amsn-097RC1

Inviato: ven 6 lug 2007, 14:29
da Bart
Ciao, qualcuno di voi ha provato a pacchettizzare ed installare questa nuova versione di amsn? A me da questo errore al lancio:

Codice: Seleziona tutto

Error in startup script: couldn't read file "BWidget_mods.tcl": no such file or directory
    while executing
"source BWidget_mods.tcl"
    invoked from within
"if { $initialize_amsn == 1 } {

        if {![::picture::Loaded]} {
                if { [OnDarwin] } {
                        tk_messageBox -default ok -message "There's a problem loading a..."
    (file "gui.tcl" line 4)
    invoked from within
"source gui.tcl         "
    ("uplevel" body line 23)
    invoked from within
"uplevel \#0 {

        # amsncore.tcl is already loaded but we'll re-source it here in case we manually do reload_files
        source amsncore.tcl
        source audio.tc..."
    (procedure "reload_files" line 2)
    invoked from within
"reload_files"
    (file "/usr/bin/amsn" line 250)
:?

Inviato: ven 6 lug 2007, 14:34
da harakei
si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)

Inviato: ven 6 lug 2007, 14:35
da Bart
harakei ha scritto:si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)
Ok, allora modifico lo slackbuild, grazie mille. ;)
PS: Com'è questa nuova versione?

Inviato: ven 6 lug 2007, 14:45
da Vito
a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?

Inviato: ven 6 lug 2007, 14:54
da Absolut
io compilo la versione CVS, basta un configure e un make, poi si può:
1. lanciare con ./amsn
2. creare rpm con make rpm e convertirlo in tgz

ae per aggiornare svn up

Sulla slack l'ho provato poco, ma sia sulla debian che su ubuntu nessun problema!

Inviato: ven 6 lug 2007, 15:32
da Bart
harakei ha scritto:si ci ho provato, usando lo slackbuild di slacky: non so perchè ma il file BWidget_mods.tcl non lo inserisce nel pacchetto; però se provi a copiare il file a mano dai sorgenti a /usr/share/amsn vedrai che funziona ;)
E' vero, anche inserendo una stringa nello slackbuild non lo copia, l'ho dovuto inserire a mano dopo aver creato il pacchetto. :? Ora comunque funziona.

Inviato: ven 6 lug 2007, 16:54
da Bart
John-Cena ha scritto:a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?
Hai risolto installando gli headers?

Inviato: ven 28 set 2007, 12:58
da liberty150
Ma potreste dire come avete risolto? Io sto tentando di installare dai sorgenti in modo da utilizzare le tk8.5 ma mi da questi errori in fase di configure

checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db': No such file or directory
using tcl library in /usr/bin
./configure: line 2893: /usr/bin/tclConfig.sh: No such file or directory


Mi aiutate a risolvere?

Inviato: ven 28 set 2007, 13:05
da liberty150
Sembra che io abbia risolto. Il problema era che lo script tclConfig.sh era in usr/lib e non in usr/bin

Inviato: gio 4 ott 2007, 12:39
da Vito
Bart ha scritto:
John-Cena ha scritto:a me da questo errore quando lancio ./configure :

Codice: Seleziona tutto

[vito@Vito:amsn-0.97RC1]$ ./configure CFLAG=" -O3 -march=athlon-xp "
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sapete aiutarmi?
Hai risolto installando gli headers?
caspita non me ne ero accorto!comunque si ho risolto con gli header... :P