Beiträge von lomo2003
-
-
So, die Packete sind da :-).
Also nur für SuSe 10.1 !!!
Beide RPM´s sind nur mit " ./configure", " make" und "checkinstall" erstellt worden.i386
http://fk.echo984.server4you.d…tom-1.3.1_beta-1.i386.rpmx86_64
http://fk.echo984.server4you.d…m-1.3.1_beta-1.x86_64.rpmHave a lot of Fun.
-
Soweit ich das Programm genutzt habe konnte ich nichts feststellen!
Mann muss nur ein weinig nachbessern.
D.h. beim mp3 Import wird die libmp3lame.so im Ordner /user/lib gesucht diese ist aber im Ordner /user/lib64 !!! USW.Greetz Tom.
PS.: Ich schau mal ob ich die beiden Packete heute noch uploaden kann :-).
-
Würde ich ja gerne machen aber Freenet lässt mich nur Files bis 1,5 MB hochladen (AARRGG), dort habe ich meine HP und noch 60 GB freien Platz.
Welch Verschwendung wenn mann den Platz nicht so richtig nutzen kann ;-).
Ich habe Audacity für SuSE 10.1 in 32Bit und in 64Bit kompiliert :).
Die Packete sind so um die 9 MB gross.
Soll ich Dir die Packete per Mail schicken? Oder hast Du eine andere Lösung??Greetz Tom
-
checkinstall funktioniert einwandfrei habe damit jetzt ein RPM-Paket erstellt.
CodeDo you want to see the log file? [y]: error: line 3: Empty tag: Version: Building target platforms: i386 Building for target i386
Checkinstall beschwert sich das unter 3. nix geschrieben steht (Empty tag)Code
Alles anzeigencheckinstall 1.6.0, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. ************************************** **** RPM package creation selected *** ************************************** This package will be built according to these values: 1 - Summary: [ Package created with checkinstall 1.6.0 ] 2 - Name: [ audacity ] 3 - Version: [ ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ Applications/System ] 7 - Architecture: [ x86_64 ] 8 - Source location: [ audacity ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Provides: [ audacity ] Enter a number to change any of them or press ENTER to continue:
Unter 3. Version fehlt ein Versionseintrag diesen musst Du noch setzen !!
Danach erstellt checkinstall das PaketGreetz Tom
-
Also, ich habe jetzt mal das ganze unter SuSE 10.1 32bit versucht.
Habe als Normaler Benutzer mit dem Befehl:
Die Sourcen heruntergeladen und mit "./configure --with-portaudio=v19 --without-portmixer" und "make" compiliert, alles lief einwandfrei durch bis auf checkinstall das hat bei mir auch gestreikt.
Mann kann ja das Programm dann mit " make install " installieren und auf den Komfort eines RPM-Packetes verzichten.
Danach habe ich das Programm, in der Konsole im audycity Verzeichnis, mit "./audacity" gestartet bzw. mir einen Link auf den Desktop gelegt.Nur unter SuSE 64 bit scheint es (noch) nicht zu funktionieren.
-
Du kannst das Programm auch ohne checkinstall starten!!
In dem Audacityverzeichnis mit " ./audacity " starten.Greetz Tom.
-
Arrg, bleibt wieder hängen:
Code
Alles anzeigenmake -C src make[1]: Entering directory `/home/kde/audacity/src' g++ -c -I../lib-src/portmixer/px_common -I../lib-src/portaudio/pa_common -g -O2 -I../lib-src/libsndfile/src -I../lib-src/libid3tag -I../lib-src/libresample/include -I../lib-src/soundtouch/include -I../lib-src/libnyquist/nyx -I../lib-src/allegro -Wall -I./include -I. -I/usr/local/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA BlockFile.cpp -o BlockFile.o /usr/local/include/wx-2.6/wx/filename.h: In static member function ‘static wxChar wxFileName::GetPathSeparator(wxPathFormat)’: /usr/local/include/wx-2.6/wx/filename.h:351: error: ambiguous overload for ‘operator[]’ in ‘wxFileName::GetPathSeparators(wxPathFormat)()[0u]’ /usr/local/include/wx-2.6/wx/filename.h:351: note: candidates are: operator[](const wxChar*, long int) <built-in> /usr/local/include/wx-2.6/wx/string.h:766: note: wxChar& wxString::operator[](int) /usr/local/include/wx-2.6/wx/string.h:768: note: wxChar& wxString::operator[](size_t) /usr/local/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’: /usr/local/include/wx-2.6/wx/hashmap.h:705: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/gdicmn.h: In member function ‘wxStringToColourHashMap_wxImplementation_HashTable::Node** wxStringToColourHashMap_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/gdicmn.h:476: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectMethods_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/clntdata.h:26: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectFields_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/clntdata.h:31: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/image.h: In member function ‘wxImageHistogramBase_wxImplementation_HashTable::Node** wxImageHistogramBase_wxImplementation_HashTable::GetNodePtr(const long unsigned int&) const’: /usr/local/include/wx-2.6/wx/image.h:123: warning: dereferencing type-punned pointer will break strict-aliasing rules make[1]: *** [BlockFile.o] Fehler 1 make[1]: Leaving directory `/home/kde/audacity/src' make: *** [audacity] Fehler 2
Weisst Du wie mann in diesen 32bit kompatieblen Modus compilliert? -
Hi,
habe ich gemacht und es bleibt jetzt an der Stelle stehen:Code
Alles anzeigenMaking all in libFLAC++ make[4]: Entering directory `/home/kde/audacity/lib-src/libflac/src/libFLAC++' /bin/sh ../../libtool --mode=link g++ -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -o libFLAC++.la -rpath /usr/local/lib -version-info 5:0:0 file_decoder.lo file_encoder.lo metadata.lo seekable_stream_decoder.lo seekable_stream_encoder.lo stream_decoder.lo stream_encoder.lo ../libFLAC/libFLAC.la ../../libtool: line 4119: test: : integer expression expected ../../libtool: line 4119: test: : integer expression expected creating reloadable object files... ../../libtool: line 4153: test: : integer expression expected ../../libtool: line 4153: test: : integer expression expected ../../libtool: line 4153: test: : integer expression expected ../../libtool: line 4153: test: : integer expression expected ../../libtool: line 4153: test: : integer expression expected ../../libtool: line 4153: test: : integer expression expected creating a temporary reloadable object file: .libs/libFLAC++.la-7.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-1.o .libs/file_decoder.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-2.o .libs/file_encoder.o .libs/libFLAC++.la-1.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-3.o .libs/metadata.o .libs/libFLAC++.la-2.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-4.o .libs/seekable_stream_decoder.o .libs/libFLAC++.la-3.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-5.o .libs/seekable_stream_encoder.o .libs/libFLAC++.la-4.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-6.o .libs/stream_decoder.o .libs/libFLAC++.la-5.o g++ -nostdlib -Xlinker -r -o .libs/libFLAC++.la-7.o .libs/stream_encoder.o .libs/libFLAC++.la-6.o g++ -shared /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.1.0/crtbeginS.o .libs/libFLAC++.la-7.o ../libFLAC/.libs/libFLAC -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../.. /usr/lib64/libstdc++.so -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-suse-linux/4.1.0/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crtn.o -o .libs/libFLAC++.5.0.0 /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o: In function `_init': /usr/src/packages/BUILD/glibc-2.4/cc-nptl/csu/crti.S:11: multiple definition of `_init' /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o:/usr/src/packages/BUILD/glibc-2.4/cc-nptl/csu/crti.S:11: first defined here /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o: In function `_fini': /usr/src/packages/BUILD/glibc-2.4/cc-nptl/csu/crti.S:11: multiple definition of `_fini' /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../lib64/crti.o:/usr/src/packages/BUILD/glibc-2.4/cc-nptl/csu/crti.S:11: first defined here /usr/lib64/gcc/x86_64-suse-linux/4.1.0/crtbeginS.o:(.data.rel+0x0): multiple definition of `__dso_handle' /usr/lib64/gcc/x86_64-suse-linux/4.1.0/crtbeginS.o:(.data.rel+0x0): first defined here collect2: ld returned 1 exit status make[4]: *** [libFLAC++.la] Fehler 1 make[4]: Leaving directory `/home/kde/audacity/lib-src/libflac/src/libFLAC++' make[3]: *** [all-recursive] Fehler 1 make[3]: Leaving directory `/home/kde/audacity/lib-src/libflac/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/kde/audacity/lib-src/libflac' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/kde/audacity/lib-src/libflac' make: *** [libflac-recursive] Fehler 2
Zur Info Ich nutze SuSE 10.1 64 Bit. -
Hi,
habe das gleiche Problem mit dem Soundtouch!
In einem Treat hab ich gelesen das man die soundtuoch.h editieren soll.
http://www.audacity-forum.de/thread/1552
Dies habe ich gemacht, "make" lief dann weiter durch und blieb dann mit folgender Fehlermeldung stehen.Code
Alles anzeigenmake[2]: Leaving directory `/home/kde/Music/audacity-src-1.3.0b/audacity-src-1.3.0b-beta/lib-src/portmixer/px_unix_oss' make[1]: Leaving directory `/home/kde/Music/audacity-src-1.3.0b/audacity-src-1.3.0b-beta/lib-src' make -C src make[1]: Entering directory `/home/kde/Music/audacity-src-1.3.0b/audacity-src-1.3.0b-beta/src' g++ -c -I../lib-src/portaudio/pa_common -I../lib-src/portmixer/px_common -g -O2 -I../lib-src/libsndfile/src -I../lib-src/libresample/include -I../lib-src/soundtouch/include -I../lib-src/libnyquist/nyx -I../lib-src/expat -I../lib-src/allegro -Wall -I./include -I. -I/usr/local/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA BlockFile.cpp -o BlockFile.o /usr/local/include/wx-2.6/wx/filename.h: In static member function ‘static wxChar wxFileName::GetPathSeparator(wxPathFormat)’: /usr/local/include/wx-2.6/wx/filename.h:351: error: ambiguous overload for ‘operator[]’ in ‘wxFileName::GetPathSeparators(wxPathFormat)()[0u]’ /usr/local/include/wx-2.6/wx/filename.h:351: note: candidates are: operator[](const wxChar*, long int) <built-in> /usr/local/include/wx-2.6/wx/string.h:766: note: wxChar& wxString::operator[](int) /usr/local/include/wx-2.6/wx/string.h:768: note: wxChar& wxString::operator[](size_t) /usr/local/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’: /usr/local/include/wx-2.6/wx/hashmap.h:705: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/gdicmn.h: In member function ‘wxStringToColourHashMap_wxImplementation_HashTable::Node** wxStringToColourHashMap_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/gdicmn.h:476: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectMethods_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/clntdata.h:26: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectFields_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const wxString&) const’: /usr/local/include/wx-2.6/wx/clntdata.h:31: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/local/include/wx-2.6/wx/image.h: In member function ‘wxImageHistogramBase_wxImplementation_HashTable::Node** wxImageHistogramBase_wxImplementation_HashTable::GetNodePtr(const long unsigned int&) const’: /usr/local/include/wx-2.6/wx/image.h:123: warning: dereferencing type-punned pointer will break strict-aliasing rules make[1]: *** [BlockFile.o] Fehler 1 make[1]: Leaving directory `/home/kde/Music/audacity-src-1.3.0b/audacity-src-1.3.0b-beta/src' make: *** [audacity] Fehler 2
Gibt es dafür ne Lösung ?!
Greetz Tom.