Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
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)
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
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?
[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?
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]
"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]
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.
[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.
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
[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
"Stat rosa pristina nomina, nomina nuda tenemus." [ Umberto Eco - Il nome della rosa]
"Faber est suae quisque fortunae ." [ Appio Claudio Cieco]