Re: Install problem on FC5
Bj|rn Englund <[email protected]> Fri, 9 Jun 2006 19:39:47 +0200
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Sat May 27 2006, Nigel Henry wrote: > set up there. I will still have to fix the r128 driver problem, but as you > say, at least both Yum, And Apt solve the dependency problems. I also had problems with the nvidia driver when upgrading to fc5. It seems the xorg in fc5 loads its modules from another place, so I had to manually copy the nvidia module from /usr/X11R6/lib64/modules/drivers/nvidia_drv.* to /usr/lib64/xorg/modules/drivers/ Don't know if this is the correct way but it worked. Could be because I upgraded via the unsupported yum... > > > ac3dec_wrap.c:51: error: static declaration of ?program_name? follows > > > non-static declaration > > > ../include/debug_print.h:7: error: previous declaration of ?program_name? > > > was here > > > Any suggestions as to what might be the problem is welcome. Use cvs if you are compiling yourself, it's more up to date. Otherwise the above error is because program_name is declared twice with different 'static'. This used to be a warning in gcc which is why it made it into the release. ac3dec_wrap.c isn't used anyway. /Bj|rn