Thanks, charles, now gWave work for me. I want to share the experience with the one who was stucked by gwave install problem.
If you have problme to make the source of gWave, or you have strange error afer install gwave such as: "undefined symbol: coop_global_curr", this is definitely because you guile and guile-gtk didn't setup properly. The most common case is that we install guile and guile-gtk several times from different ways, from sourcecode or from different rpm pacakges, which will install different copy of guile or guile-gtk in different directory in our system. Guile is very persnickity about where teh various packages live. In this case, we have to remove all the installed guile from the system totally. you can use "locate guile" or "locate libguile" to see where is the guile and remove it manually. I strongly recommend that install the guile and guile-gtk from the rpm package available at http://www.telltronics.org/pub/guile/, which is the website from the developer of gWave. I dig these information out from the old mail archieve in here, http://www.mail-archive.com/[email protected]/msg04364.html, thanks to Stuart Brorson who posted it. On 2/7/06, Charles Lepple <[EMAIL PROTECTED]> wrote: > On 2/6/06, Ray <[EMAIL PROTECTED]> wrote: > > I have tried two way to install Gwave: > > 1, build from the source tarball > > when I make the tarball, some stranger error occured: > > > > make[4]: *** [gwave] Error 1 > > make[4]: Leaving directory `/home/radar/software/gwave-20051222/src' > > make[3]: *** [all-recursive] Error 1 > > make[3]: Leaving directory `/home/radar/software/gwave-20051222/src' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory `/home/radar/software/gwave-20051222/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/radar/software/gwave-20051222' > > make: *** [all] Error > > When you see a list of errors like this, you need to keep going > further back in the build log to see what triggered them. Essentially > all packages which use the standard ./configure mechanism will call > 'make' several times to build things in subdirectories, so you have to > go to the first make error, and work backwards from there (also noting > the first "Leaving directory" prompt to see what directory the problem > file is in). > > -- > - Charles Lepple >
