|
From: <le...@gr...> - 2004-05-19 09:49:53
|
Le 19 mai 04, =E0 10:50, Christian Schoenebeck a =E9crit : > Es geschah am Dienstag, 18. Mai 2004 19:50 als St=E9phane Letz = schrieb: >> Le 18 mai 04, =E0 19:27, be...@ga... a =E9crit : >>> Yes, its wonderful that Stephane joined the team. >>> After having been at his Jack on OS X talk at ZKM >>> I have no doubt that LS on OS X will rock :) >>> I chatted with Stephane on irc today and have him a few hints >>> what LSCP commands to issue, where to find a free GIG file etc. >>> He said it now compiles and runs but when loading the Freepiano.gig >>> he gets a "Not a RIFF file error". >>> I guess it=B4s probably a bigendian problem in libgig/LS ? >> >> I tried to define WORDS_BIGENDIAN but still without success... > > Ok, you could check if it works with the libgig tools: > > cvs -z3 =20 > -d:pserver:ano...@cv...:/var/cvs/linuxsampler co > libgig > > or > > http://stud.fh-heilbronn.de/~cschoene/projects/libgig/libgig=20 > -0.7.0.tar.bz2 > > CVS head and tarball should be the same at the moment. So compile it =20= > with > WORDS_BIGENDIAN set to 1 (which should be done automatically by =20 > configure on > your box) and try if the tools work. Start with 'rifftree', if that =20= > fails, > all other will fail too. If that works, try the other ones as well > ('dlsdump', 'gigdump' and 'gigextract'). All tools come with a short =20= > man page > each and if you don't provide any argument, usage will be displayed. > > If you even have problems with these, then I have to debug the lib on =20= > a OSX > box somewhere, let's see... > > CU > Christian > I've got the libgig tarbar, configure and make seems to work but then =20= when using rifftree : rifftree /Users/letz/FreePiano.gig dyld: rifftree Undefined symbols: __ZNSs20_S_empty_rep_storageE __ZNSs4_Rep11_S_max_sizeE __ZNSs4_Rep11_S_terminalE __ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE __ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE __ZNSt24__default_alloc_templateILb1ELi0EE22_S_node_allocator_lockE __ZSt4cout __ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_ __ZTVN10__cxxabiv117__class_type_infoE ___gxx_personality_v0 So here is a link problem somewhere. Here is the config.log file in cas =20= it helps Stephane |