build installate ma ./configure non funziona
Regole della sezione
In questa sezione possono inserire nuove discussioni solo coloro che fanno parte del livello "Prode Principiante" e che non hanno superato i 100 messaggi, tutti gli altri possono comunque rispondere regolarmente. Se si fa parte di questo livello e si è registrati al forum prima del 24 aprile 2012, data del passaggio al nuovo forum, consultare questa discussione.
Come usare Ubuntu • Primi passi su Ubuntu
Amministrazione del sistema • Comandi di base • Installare programmi • Log di sistema • Riga di comando • Sudo
In questa sezione possono inserire nuove discussioni solo coloro che fanno parte del livello "Prode Principiante" e che non hanno superato i 100 messaggi, tutti gli altri possono comunque rispondere regolarmente. Se si fa parte di questo livello e si è registrati al forum prima del 24 aprile 2012, data del passaggio al nuovo forum, consultare questa discussione.
build installate ma ./configure non funziona
ciao,
rieccomi con un nuovo problema: ho scaricato bpmdj-3.2>estratto in tmp>cd tmp/bpmdj-3.2>loggato come root>lanciato ./configure
root@daniele:/tmp/bpmdj-3.2# ./configure
bash: ./configure: Nessun file o directory
se do make o mak install
root@daniele:/tmp/bpmdj-3.2# make
make: *** No targets specified and no makefile found. Stop.
root@daniele:/tmp/bpmdj-3.2# make install
make: *** No rule to make target `install'. Stop.
sono certo di aver installato le build-essential.che faccio?
ciao
rieccomi con un nuovo problema: ho scaricato bpmdj-3.2>estratto in tmp>cd tmp/bpmdj-3.2>loggato come root>lanciato ./configure
root@daniele:/tmp/bpmdj-3.2# ./configure
bash: ./configure: Nessun file o directory
se do make o mak install
root@daniele:/tmp/bpmdj-3.2# make
make: *** No targets specified and no makefile found. Stop.
root@daniele:/tmp/bpmdj-3.2# make install
make: *** No rule to make target `install'. Stop.
sono certo di aver installato le build-essential.che faccio?
ciao
- james83
- Scoppiettante Seguace

- Messaggi: 479
- Iscrizione: giovedì 21 settembre 2006, 1:09
- Località: Italia
Re: build installate ma ./configure non funziona
Ciao,
non sempre un programma si compila in questo modo.
Prova a leggerti il file "Readme" o "Install" , sicuramente li c'è la soluzione
Ciao ciao
non sempre un programma si compila in questo modo.
Prova a leggerti il file "Readme" o "Install" , sicuramente li c'è la soluzione
Ciao ciao
Re: build installate ma ./configure non funziona
Aggiungo, il configure si fa da utente, anche il make; soltanto l'install richiede di essere root.
Se lo fai da root, rischi di non avere il software disponibile come utente.
ciao
Se lo fai da root, rischi di non avere il software disponibile come utente.
ciao
Pietro pagina personale - Avete domande sul forum? Leggendo le FAQ: potreste trovare la risposta.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. II punto 15) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. II punto 15) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
- sim70
- Rampante Reduce

- Messaggi: 6690
- Iscrizione: mercoledì 2 agosto 2006, 18:19
- Desktop: mate su eepc
- Distribuzione: lubuntu 12.04 64bit su eepc
- Località: trentino
Re: build installate ma ./configure non funziona
L'ordine esatto dei comandi è questo:
Primo ./configure
secondo make
terzo sudo make install (poi dopo aver dato invio ti viene chiesta la passw di utente)
Primo ./configure
secondo make
terzo sudo make install (poi dopo aver dato invio ti viene chiesta la passw di utente)
Re: build installate ma ./configure non funziona
daniele@daniele:/tmp/bpmdj-3.2$ ./configure
bash: ./configure: Nessun file o directory
nel file tesdto rimanda a questo:
Requirements
To compile the software you need certain development tools. These are
# the linux soundcard headers, either the OSS headers or the ALSA headers or both.
# If you plan to use the ALSA driver, you will need alsalib
# gcc
# qt-designer (called designer),
# qt header files
# qt3.3
# fftw3.0
To use the software you need mplayer
Compiling
To compile the source, you need to know certain things of your operating system. You need to know where the meta-object compiler is located (moc) and which version should be used. Yoiu need to know where the qt libraries are located and where the headers are located and these three pieces of information need to be comptaible. For instance the meta-object compiler (moc) needs to match the QT library you will use. Likewise, the qt header files need also to match the library you will use. In general it is very difficult to create a script that detects these things fully automatically. Therefore I've left these configuration things to the person who compiles the software.
The locations of different programs, libraries and headers must be place in a file called 'defines'. Examples of defines file are provided. (defines.debian and defines.gentoo)
Andreas Böhler reports that on SoL-Linux FFTW 3.0 needs to be compiled from scratch. When compiling fftw3 from source, only the static library is built. Since BpmDJ relies on the shared one, --enable-shared has to be passed to ./configure to build the shared library.
Once this information is correct, the programs can be compiled using the make command.
From version 2.1 on, there are different sound drivers. You can select which one to compile by using -D COMPILE_OSS or using -D COMPILE_ALSA. If you want to use the alsa driver, please include the correct headers and libraries (-lasound).
Installing
After compiling the software, you can install it system wide by using make install. This will install the software in /usr/local/bpmdj/. If you choose not to 'install' it make sure to extend your PATH environment variable with the directory that contains kbpm-play and bpmdj-raw. If you only did a make, then you might need to add
export PATH=.:$PATH
before you start the program.
è chiaro che non ho capito nulla...help me :-[
bash: ./configure: Nessun file o directory
nel file tesdto rimanda a questo:
Requirements
To compile the software you need certain development tools. These are
# the linux soundcard headers, either the OSS headers or the ALSA headers or both.
# If you plan to use the ALSA driver, you will need alsalib
# gcc
# qt-designer (called designer),
# qt header files
# qt3.3
# fftw3.0
To use the software you need mplayer
Compiling
To compile the source, you need to know certain things of your operating system. You need to know where the meta-object compiler is located (moc) and which version should be used. Yoiu need to know where the qt libraries are located and where the headers are located and these three pieces of information need to be comptaible. For instance the meta-object compiler (moc) needs to match the QT library you will use. Likewise, the qt header files need also to match the library you will use. In general it is very difficult to create a script that detects these things fully automatically. Therefore I've left these configuration things to the person who compiles the software.
The locations of different programs, libraries and headers must be place in a file called 'defines'. Examples of defines file are provided. (defines.debian and defines.gentoo)
Andreas Böhler reports that on SoL-Linux FFTW 3.0 needs to be compiled from scratch. When compiling fftw3 from source, only the static library is built. Since BpmDJ relies on the shared one, --enable-shared has to be passed to ./configure to build the shared library.
Once this information is correct, the programs can be compiled using the make command.
From version 2.1 on, there are different sound drivers. You can select which one to compile by using -D COMPILE_OSS or using -D COMPILE_ALSA. If you want to use the alsa driver, please include the correct headers and libraries (-lasound).
Installing
After compiling the software, you can install it system wide by using make install. This will install the software in /usr/local/bpmdj/. If you choose not to 'install' it make sure to extend your PATH environment variable with the directory that contains kbpm-play and bpmdj-raw. If you only did a make, then you might need to add
export PATH=.:$PATH
before you start the program.
è chiaro che non ho capito nulla...help me :-[
- sim70
- Rampante Reduce

- Messaggi: 6690
- Iscrizione: mercoledì 2 agosto 2006, 18:19
- Desktop: mate su eepc
- Distribuzione: lubuntu 12.04 64bit su eepc
- Località: trentino
Re: build installate ma ./configure non funziona
Hai controllato con synaptic di aver installato questa roba prima di avviare l''installazione?# the linux soundcard headers, either the OSS headers or the ALSA headers or both.
# If you plan to use the ALSA driver, you will need alsalib
# gcc
# qt-designer (called designer),
# qt header files
# qt3.3
# fftw3.0
-
gforresu
Re: build installate ma ./configure non funziona
probabilmente c'è un install.sh o qualcosa del genere..... allora basta che dai da root e vedi che ti parte tutto 
Codice: Seleziona tutto
./install.sh-
gforresu
Re: build installate ma ./configure non funziona
se gli dice
Se gli mancassero librerie glielo direbbe mentre fa il checking (durante l''esecuzione del comando)
se vuoi metti il file un un server , dammi l''indirizzo e poi ti dico io cosa devi fare
poi scrivi la procedura sul topic 
non è problema di librerie ma è un problema che non deve dare ./configure oppure lo da nella directory sbagliatabash: ./configure: Nessun file o directory
se vuoi metti il file un un server , dammi l''indirizzo e poi ti dico io cosa devi fare
Ultima modifica di gforresu il mercoledì 3 gennaio 2007, 18:05, modificato 1 volta in totale.
Re: build installate ma ./configure non funziona
http://sourceforge.net/project/showfile ... p_id=42658
la versione 3.2
io ho scaricato solo il bin, serve anche il resto.
la versione 3.2
io ho scaricato solo il bin, serve anche il resto.
la cartella è quella correttagforresu ha scritto: se gli dicenon è problema di librerie ma è un problema che non deve dare ./configure oppure lo da nella directory sbagliatabash: ./configure: Nessun file o directorySe gli mancassero librerie glielo direbbe mentre fa il checking (durante l''esecuzione del comando)
Re: build installate ma ./configure non funziona
Leggi il readme e ti dirà come installarlo, probabilmente avrai bisogno di libqt3-mt-dev ed il metapacchetto build-essential.
ciao
ciao
Pietro pagina personale - Avete domande sul forum? Leggendo le FAQ: potreste trovare la risposta.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. II punto 15) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. II punto 15) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
-
gforresu
Re: build installate ma ./configure non funziona
nel source trovi le istruzioni per la compilazione
Re: build installate ma ./configure non funziona
lanciando ./configure dalla dir dove ho spacchettato il file source:
If you want to compile this package you need to create a defines
file. The defines file is a file that contains a number of definitions of
program locations. Depending on the distribution a standard definition file
can be used:
gentoo -> defines.gentoo
debian -> defines.debian
... and others ...
If you are running another distribution please take a look at one of these
defines files and adapt where necessary. The file format is self explanatory !
After creating such a file be sure to send it to me
(werner.van.belle@itek.norut.no) so I can include it in the next release.
Some compile time flags:
COMPILE_OSS
add to the CFLAGS '-D COMPILE_OSS' to include native support for OSS
drivers. Please note that these drivers might have a loosy latency reporting.
COMPILE_ALSA
add to the CFLAGS '-D COMPILE_ALSA' to include native support for alsalib.
Don't forget to add -lasound to the LDFLAGS !
These defines files probably include distcc and ccache. These two programs are
of course not strictly necessary. Removing these words from the defines file
should fix problems related to these.
intendevi questo x istruzioni? ubuntu è assimilabile a debian? dopo aver compilato i files define?
ho cercato con synaptic questi:
# gcc
# qt-designer (called designer),
# qt header files
# qt3.3
# fftw3.0
trovando solo gcc (già installato peraltro)
sul sito si diceva anche:To use the software you need mplayer
ma synaptic restituisce un avviso che riguarda l'autenticazione impossibile del software.
ciao
If you want to compile this package you need to create a defines
file. The defines file is a file that contains a number of definitions of
program locations. Depending on the distribution a standard definition file
can be used:
gentoo -> defines.gentoo
debian -> defines.debian
... and others ...
If you are running another distribution please take a look at one of these
defines files and adapt where necessary. The file format is self explanatory !
After creating such a file be sure to send it to me
(werner.van.belle@itek.norut.no) so I can include it in the next release.
Some compile time flags:
COMPILE_OSS
add to the CFLAGS '-D COMPILE_OSS' to include native support for OSS
drivers. Please note that these drivers might have a loosy latency reporting.
COMPILE_ALSA
add to the CFLAGS '-D COMPILE_ALSA' to include native support for alsalib.
Don't forget to add -lasound to the LDFLAGS !
These defines files probably include distcc and ccache. These two programs are
of course not strictly necessary. Removing these words from the defines file
should fix problems related to these.
intendevi questo x istruzioni? ubuntu è assimilabile a debian? dopo aver compilato i files define?
ho cercato con synaptic questi:
# gcc
# qt-designer (called designer),
# qt header files
# qt3.3
# fftw3.0
trovando solo gcc (già installato peraltro)
sul sito si diceva anche:To use the software you need mplayer
ma synaptic restituisce un avviso che riguarda l'autenticazione impossibile del software.
ciao
Ultima modifica di aka399 il mercoledì 3 gennaio 2007, 20:38, modificato 1 volta in totale.
Re: build installate ma ./configure non funziona
up,
che non so mica cosa devo fare
che non so mica cosa devo fare
Re: build installate ma ./configure non funziona
Sei hai scaricato un bin non lo devi compilare lo devi lanciare e basta, se vuoi compilare scarica questoaka399 ha scritto:
io ho scaricato solo il bin, serve anche il resto.
http://sourceforge.net/project/download ... gz&8737875
lo scompatti sul desktop o dove scarichi di solito entri nella cartella e dai i tre comandi, io lo scaricato in ufficio su winz e configure l''ho visto, vai tranquillo e si ti da degli errori sarà perchè mancano le librerie richieste.
Ultima modifica di gash il giovedì 4 gennaio 2007, 16:44, modificato 1 volta in totale.
Re: build installate ma ./configure non funziona
nel bin, configure non c'è.
allora ho scaricato il source, ma essendo utilizzatore di linux da 2 giorni, non so come comportarmi.nei post precedenti c'è tutto quello che ho già fatto e che non ha portato a nulla.
allora ho scaricato il source, ma essendo utilizzatore di linux da 2 giorni, non so come comportarmi.nei post precedenti c'è tutto quello che ho già fatto e che non ha portato a nulla.
Re: build installate ma ./configure non funziona
Allora clicca col destro su file scaricato e scegli estrai qui, ti comparirà una cartella del file scompattato, adesso devi entrarciaka399 ha scritto: nel bin, configure non c''è.
allora ho scaricato il source, ma essendo utilizzatore di linux da 2 giorni, non so come comportarmi.nei post precedenti c''è tutto quello che ho già fatto e che non ha portato a nulla.
Codice: Seleziona tutto
cd /home/tuo_nome/Desktop/Nome_della_cartella
./configure
make
sudo make installCodice: Seleziona tutto
sudo apt-get install gcc qt-designer qt-header-files qt3.3 fftw3.0Re: build installate ma ./configure non funziona
ricapitolando
col bindaniele@daniele:~$ sudo apt-get install gcc qt-designer qt-header-files qt3.3 fftw3.0
Password:
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell''albero delle dipendenze in corso
Reading state information... Fatto
gcc è già alla versione più recente.
Il pacchetto qt-designer non ha versioni disponibili, ma è nominato da un altro
pacchetto. Questo significa che il pacchetto manca, è diventato obsoleto
o è disponibile solo all''interno di un''altra sorgente
E: Il pacchetto qt-designer non ha candidati da installare
daniele@daniele:~$
col sourcedaniele@daniele:~$ cd /tmp/bpmdj-3.2
daniele@daniele:/tmp/bpmdj-3.2$ dir
alsamixerguis bpmdj-record copyright kbpm-dj readme
authors bpmdj-replay explode-bib kbpm-merge record_mixer
bpmcount changelog fetchdirstruct kbpm-mix sequences
bpmdj-raw copydirstruct fetchfiles kbpm-play support.txt
daniele@daniele:/tmp/bpmdj-3.2$ ./configure
bash: ./configure: Nessun file o directory
daniele@daniele:/tmp/bpmdj-3.2$
e ora?COMPILING BPMDJ
If you want to compile this package you need to create a defines
file. The defines file is a file that contains a number of definitions of
program locations. Depending on the distribution a standard definition file
can be used:
gentoo -> defines.gentoo
debian -> defines.debian
... and others ...
If you are running another distribution please take a look at one of these
defines files and adapt where necessary. The file format is self explanatory !
After creating such a file be sure to send it to me
(werner.van.belle@itek.norut.no) so I can include it in the next release.
Some compile time flags:
COMPILE_OSS
add to the CFLAGS ''-D COMPILE_OSS'' to include native support for OSS
drivers. Please note that these drivers might have a loosy latency reporting.
COMPILE_ALSA
add to the CFLAGS ''-D COMPILE_ALSA'' to include native support for alsalib.
Don''t forget to add -lasound to the LDFLAGS !
These defines files probably include distcc and ccache. These two programs are
of course not strictly necessary. Removing these words from the defines file
should fix problems related to these.
-- Werner Van Belle (werner.van.belle@itek.norut.no)
daniele@daniele:/tmp/bpmdj-3.2$
Re: build installate ma ./configure non funziona
Scusa ma quando col source ti esce quel messaggio? a quale passaggio
Re: build installate ma ./configure non funziona
http://bpmdj.sourceforge.net/linux+tutorial.html
per i file bin prova a seguire questa guida del sito ufficiale
per i file bin prova a seguire questa guida del sito ufficiale
Re: build installate ma ./configure non funziona
dopo aver estratto i file dal source , essere entrato nella cartella e aver lanciato ./configurebagash ha scritto: Scusa ma quando col source ti esce quel messaggio? a quale passaggio
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti
