Bluesman Posted June 10, 2012 Report Share Posted June 10, 2012 Witam Próbuje skompilowac program Linux Band ( www.linuxband.org ) ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for a BSD-compatible install... /bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for int8_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint16_t... yes checking for uint32_t... yes checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking return type of signal handlers... void checking for working strtod... yes checking for gettimeofday... yes checking for memset... yes checking for pow... no checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... no configure: error: Package requirements (glib-2.0 >= 2.2) were not met: No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Niestety podczas konfiguracji brakuje mi pakietu glib-2.0 Przeczesalem internet i nie bardzo wiem skad moge to wziac Pozdrawiam Link to comment Share on other sites More sharing options...
Mentat Posted June 11, 2012 Report Share Posted June 11, 2012 yum provides */glib-2.0 Link to comment Share on other sites More sharing options...
@WalDo Posted June 11, 2012 Report Share Posted June 11, 2012 Sprawdz glib2-devel. Link to comment Share on other sites More sharing options...
Bluesman Posted June 11, 2012 Author Report Share Posted June 11, 2012 po aktualizacjach poszlo dalej. To samo zrobilem z brakami w JACK (czyli pakiet jack-audio-connection-kit-devel ). Teraz sprawa utknela na Pakiecie smf checking for GLIB... yes checking for GTHREAD... yes checking for JACK... yes checking for SMF... no configure: error: Package requirements (smf >= 1.3) were not met: No package 'smf' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables SMF_CFLAGS and SMF_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. komenda provides nic nie daje yum provides */smf Wczytane wtyczki: fastestmirror, langpacks, presto, refresh-packagekit Loading mirror speeds from cached hostfile * fedora: ftp.icm.edu.pl * rpmfusion-free: ftp.icm.edu.pl * rpmfusion-free-updates: ftp.icm.edu.pl * rpmfusion-nonfree: ftp.icm.edu.pl * rpmfusion-nonfree-updates: ftp.icm.edu.pl * updates: ftp.wsisiz.edu.pl No Matches found moze i tu koledzy mi pomoga?? Link to comment Share on other sites More sharing options...
thof Posted June 11, 2012 Report Share Posted June 11, 2012 Potrzebujesz biblioteki libsmf, ale chyba nie ma jej w Fedorze http://libsmf.sourceforge.net EDIT: Z niestandardowych bedziesz jeszcze potrzebowal mma http://www.mellowood.ca/mma/ Link to comment Share on other sites More sharing options...
sokar620 Posted June 11, 2012 Report Share Posted June 11, 2012 Może na Planet CCRMA jest jakiś podobny program http://ccrma.stanfor...lanetccrma.html Link to comment Share on other sites More sharing options...
Bluesman Posted June 13, 2012 Author Report Share Posted June 13, 2012 Niestety instalacja libsmf i mma nic nie daly. Konfiguracja dalej stoi na smf Link to comment Share on other sites More sharing options...
sokar620 Posted June 13, 2012 Report Share Posted June 13, 2012 Strzelam w ciemno, może smf zainstalował się do /usr/local i trzeba kompilować ./configure --prefix=/usr albo w Linux Band wskazać gdzie jest smf (powinno to być opisane w ./configure --help). [Edycja] Wystarczy prze-kompilować libsmf i działa. Do uruchomienia trzeba jeszcze zainstalować yum install pygtksourceview Link to comment Share on other sites More sharing options...
Bluesman Posted June 13, 2012 Author Report Share Posted June 13, 2012 hmm Chyba nie bardzo zrozumialem co mam zrobic.. Link to comment Share on other sites More sharing options...
sokar620 Posted June 14, 2012 Report Share Posted June 14, 2012 Jeśli zostawiłeś rozpakowane źródła libsmf usuń wcześniejszą instalację: make uninstall make clean Teraz powtórz kompilację libsmf tym razem zaczynając od ./configure --prefix=/usr W razie problemów po prostu usuń katalog libsmf i wypakuj źródła jeszcze raz. Z mma powinno być podobnie. Link to comment Share on other sites More sharing options...
Bluesman Posted June 16, 2012 Author Report Share Posted June 16, 2012 Ok poszlo. Program uruchomiony. Teraz mecze sie z konfiguracja dzwieku bo nie gra na razie :) Link to comment Share on other sites More sharing options...
Bluesman Posted June 26, 2012 Author Report Share Posted June 26, 2012 Jesli ktos chcialby uruchomic LinuxBand to potrzebuje jeszcze programu Qsynth (dostepny w repo) aby wszystko gralo pieknie pod Jack'iem. To tak dla wyczerpania tematu Pozdrawiam i dzieki jeszcze raz wszystkim za pomoc 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now