 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

22nd July 2005, 05:05 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 10

|
|
|
Ardour installation Help.
hey you guys,
can somebody please guide me through the installation process of Ardour ?
Right from modifying the apt.conf file ( to include the PlanetCCRMA repos )
to synap"ting" it ?
thanks in advance.
_________________________________
the best monkeys evolved into penguins.
|

19th December 2005, 01:41 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: B.C. Canada
Age: 32
Posts: 59

|
|
Bump -- I'm having the same problems (Installing from source because there's no FC4 rpm that I can find)
I've installed all of the dependancies with no (apparent) problems, but I get the following error when I try to install ardour
Code:
[root@truthfatal ardour-0.99]# scons
scons: Reading SConscript files ...
Package lrdf was not found in the pkg-config search path.
Perhaps you should add the directory containing `lrdf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lrdf' found
Checking for C header file alsa/asoundlib.h... yes
Checking for internationalization support ...
Checking for C header file libintl.h... yes
Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h... no
Checking for C function posix_memalign()... yes
Checking for C function getmntent()... yes
Checking for jack_client_open()...ok
Checking for jack_recompute_total_latencies()...ok
Checking for C header file wordexp.h... yes
Checking for C header file sys/vfs.h... yes
Checking for executable gtk-config ...yes
scons: done reading SConscript files.
scons: Building targets ...
scons: `ardour.rc' is up to date.
scons: `libs/soundtouch/libsoundtouch.a' is up to date.
scons: `libs/sigc++/libsigc++.a' is up to date.
scons: `libs/pbd/libpbd.a' is up to date.
scons: `libs/midi++/libmidi++.a' is up to date.
g++ -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -march=i686 -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPACKAGE=\"libardour\" -DDATA_DIR=\"/usr/local/share\" -DCONFIG_DIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHAVE_JACK_RECOMPUTE_LATENCIES -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -Ilibs/ardour -Ilibs -I/usr/local/include -Ilibs -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/include -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config -Ilibs/pbd -Ilibs -Ilibs/soundtouch -Ilibs/midi++ -c -o libs/ardour/audio_library.o libs/ardour/audio_library.cc
libs/ardour/audio_library.cc:27:18: error: lrdf.h: No such file or directory
libs/ardour/audio_library.cc: In constructor 'ARDOUR::AudioLibrary::AudioLibrary()':
libs/ardour/audio_library.cc:63: error: 'lrdf_read_file' was not declared in this scope
libs/ardour/audio_library.cc:65: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:65: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:67: error: 'pattern' was not declared in this scopelibs/ardour/audio_library.cc:68: error: 'RDF_TYPE' was not declared in this scope
libs/ardour/audio_library.cc:69: error: 'RDFS_CLASS' was not declared in this scope
libs/ardour/audio_library.cc:70: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:72: error: 'matches' was not declared in this scopelibs/ardour/audio_library.cc:72: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:80: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::initialize_db()':
libs/ardour/audio_library.cc:91: error: 'RDF_TYPE' was not declared in this scope
libs/ardour/audio_library.cc:91: error: 'RDFS_CLASS' was not declared in this scope
libs/ardour/audio_library.cc:91: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:91: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::save_changes()':
libs/ardour/audio_library.cc:105: error: 'lrdf_export_by_source' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::add_group(std::string, std::string)':
libs/ardour/audio_library.cc:116: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:116: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:116: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc:120: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:123: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::remove_group(std::string)':
libs/ardour/audio_library.cc:149: error: 'lrdf_remove_uri_matches' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::get_groups(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, std::string)':
libs/ardour/audio_library.cc:158: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:158: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:160: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:168: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:168: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:170: error: 'current' was not declared in this scope
libs/ardour/audio_library.cc:176: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::add_member(std::string, std::string)':
libs/ardour/audio_library.cc:190: error: 'RDF_TYPE' was not declared in this scope
libs/ardour/audio_library.cc:191: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:191: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc:198: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:199: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::remove_member(std::string)':
libs/ardour/audio_library.cc:219: error: 'lrdf_remove_uri_matches' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::get_members(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, std::string)':
libs/ardour/audio_library.cc:229: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:229: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:231: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:239: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:239: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:241: error: 'current' was not declared in this scope
libs/ardour/audio_library.cc:247: error: 'lrdf_free_statements' was not declared in this scope
|

19th December 2005, 01:42 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: B.C. Canada
Age: 32
Posts: 59

|
|
Code:
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::search_members_and(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >&)':
libs/ardour/audio_library.cc:259: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:259: error: 'head' was not declared in this scope
libs/ardour/audio_library.cc:260: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:261: error: 'old' was not declared in this scope
libs/ardour/audio_library.cc:266: error: expected type-specifier before 'lrdf_statement'
libs/ardour/audio_library.cc:266: error: expected `;' before 'lrdf_statement'
libs/ardour/audio_library.cc:276: error: 'lrdf_uris' was not declared in this scope
libs/ardour/audio_library.cc:276: error: 'ulist' was not declared in this scope
libs/ardour/audio_library.cc:276: error: 'lrdf_match_multi' was not declared in this scope
libs/ardour/audio_library.cc:281: error: 'lrdf_free_uris' was not declared in this scope
libs/ardour/audio_library.cc:295: error: type '<type error>' argument given to 'delete', expected pointer
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::search_members_or(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, const std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >&)':
libs/ardour/audio_library.cc:305: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:305: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:307: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:310: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:312: error: 'matched' was not declared in this scope
libs/ardour/audio_library.cc:312: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:314: error: 'old' was not declared in this scope
libs/ardour/audio_library.cc:323: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::get_member_filename(std::string)':
libs/ardour/audio_library.cc:334: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:334: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:335: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:338: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:340: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:340: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:343: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::add_field(std::string)':
libs/ardour/audio_library.cc:357: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:357: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:358: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:359: error: 'RDF_TYPE' was not declared in this scope
libs/ardour/audio_library.cc:360: error: 'RDF_BASE' was not declared in this scope
libs/ardour/audio_library.cc:360: error: expected `;' before string constant
libs/ardour/audio_library.cc:361: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:363: error: 'lrdf_exists_match' was not declared in this scope
libs/ardour/audio_library.cc:369: error: expected `)' before string constant
libs/ardour/audio_library.cc:369: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc:371: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:374: error: expected `)' before string constant
libs/ardour/audio_library.cc:375: error: expected `)' before string constant
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::get_fields(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
libs/ardour/audio_library.cc:387: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:387: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:389: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:390: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:390: error: expected `;' before string constant
libs/ardour/audio_library.cc:392: error: 'lrdf_uri' was not declared in this scope
libs/ardour/audio_library.cc:394: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:394: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:396: error: 'current' was not declared in this scope
libs/ardour/audio_library.cc:403: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::remove_field(std::string)':
libs/ardour/audio_library.cc:412: error: 'lrdf_remove_uri_matches' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::get_field(std::string, std::string)':
libs/ardour/audio_library.cc:420: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:420: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:422: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:427: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:429: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:429: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:438: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::set_field(std::string, std::string, std::string)':
libs/ardour/audio_library.cc:445: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:445: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:447: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:453: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:455: error: 'lrdf_remove_matches' was not declared in this scope
libs/ardour/audio_library.cc:460: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::get_label(std::string)':
libs/ardour/audio_library.cc:479: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:479: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:480: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:481: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:481: error: expected `;' before string constant
libs/ardour/audio_library.cc:483: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:485: error: 'matches' was not declared in this scope
libs/ardour/audio_library.cc:485: error: 'lrdf_matches' was not declared in this scope
libs/ardour/audio_library.cc:493: error: 'lrdf_free_statements' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'void ARDOUR::AudioLibrary::set_label(std::string, std::string)':
libs/ardour/audio_library.cc:501: error: 'lrdf_statement' was not declared in this scope
libs/ardour/audio_library.cc:501: error: expected `;' before 'pattern'
libs/ardour/audio_library.cc:502: error: 'pattern' was not declared in this scope
libs/ardour/audio_library.cc:503: error: 'RDFS_BASE' was not declared in this scope
libs/ardour/audio_library.cc:503: error: expected `;' before string constant
libs/ardour/audio_library.cc:505: error: 'lrdf_literal' was not declared in this scope
libs/ardour/audio_library.cc:507: error: 'lrdf_remove_matches' was not declared in this scope
libs/ardour/audio_library.cc:510: error: expected `)' before string constant
libs/ardour/audio_library.cc:511: error: 'lrdf_add_triple' was not declared in this scope
libs/ardour/audio_library.cc: In member function 'std::string ARDOUR::AudioLibrary::get_member_filename(std::string)':
libs/ardour/audio_library.cc:351: warning: control reaches end of non-void function
scons: *** [libs/ardour/audio_library.o] Error 1
scons: building terminated because of errors.
[root@truthfatal ardour-0.99]#
|

19th December 2005, 06:08 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 22:12 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|