From: Jeff W. <we...@ya...> - 2005-04-27 22:45:35
|
Hi Bernhard, I'm going to put a fix for your problem up to sourceforge.net a little later. Jeff Martin submitted a patch which fixes the compile issue with FFTW 2.x libraries. I don't have the FFTW 2.x libs installed anymore, so if you haven't already upgraded to the FFTW 3.x libs, I'd appreciate it if you could hold off and test gwc-0.20-10b for me. Thanks! jw M.B. Schiekel wrote: >M.B. Schiekel schrieb: > > > >>... I made my last SuSE-online update and it seems that >>this update installed a new gnome file-hierarchy, because I found in >>/opt/gnome2 a file named REMOVE_IN_PROGRESS: >> >>So I think, my GNOME installation is broken by these online-updates and >>I have to find a way to fix it, ... >> >> > > >Well, actually the SuSE-8.2-online update has broken my GNOME >installation. After deinstalling and reinstalling of: >libgnomeui-devel (DVD), libgnome-devel (DVD), libgnomecanvas-devel >(DVD), gtk2-devel (ftp-Update) the missing header-files were there again >and the gwc-make started Ok! > >Next problem is the next compile-error in declick.c >(I'm playing with gwc-0.20-10a under GNOME-2.2.0.1). > >Thank you for your help. >Kind regards, bernhard > >--------------------------------------------------------------------- > >declick.c: In function `do_declick_fft': >declick.c:575: error: `left' undeclared (first use in this function) >declick.c:575: error: (Each undeclared identifier is reported only once >declick.c:575: error: for each function it appears in.) >declick.c:577: error: `right' undeclared (first use in this function) >declick.c:586: warning: unused variable `y' >declick.c:605: warning: unused variable `click_end' >declick.c:536: warning: unused variable `nclicks_not_repaired_start' >declick.c:538: warning: unused variable `loop_flag' >declick.c:474: warning: unused variable `min_sample' >declick.c:474: warning: unused variable `max_sample' >declick.c:475: warning: unused variable `sample' >declick.c:478: warning: unused variable `n_samples' >declick.c:480: warning: unused variable `n_last_pass' >declick.c:482: warning: unused variable `n' >declick.c:483: warning: unused variable `offset0' >declick.c:483: warning: unused variable `offsetF' >declick.c:500: warning: unused variable `window_overlap' >make: *** [declick.o] Error 1 > > > > |