Error on compiling the last today SVN on fedora 15

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
SSMark Offline
Junior Member
Posts: 8
Joined: Dec 2009
Reputation: 0
Lightbulb  Error on compiling the last today SVN on fedora 15 Post: #1
Good morning, yesterday i installed fedora 15 on my linux home server, today i want to compile the last version of svn but returned me some errors:


gcc: error: unrecognized option ‘--soname,../../../../system/players/dvdplayer/avutil-50-x86_64-linux.so’
make[1]: *** [../../../../system/players/dvdplayer/avutil-50-x86_64-linux.so] Errore 1
make[1]: Leaving directory `/home/ionserver/XBMC/xbmc/cores/dvdplayer/Codecs'
make: *** [dvdpcodecs] Errore 2

anyone can help me?Sad
find quote
SSMark Offline
Junior Member
Posts: 8
Joined: Dec 2009
Reputation: 0
Post: #2
up!! and help pls
find quote
SSMark Offline
Junior Member
Posts: 8
Joined: Dec 2009
Reputation: 0
Post: #3
up!!
find quote
Jimmer Offline
Donor
Posts: 337
Joined: Jan 2010
Reputation: 3
Location: Sunny Devon, UK
Post: #4
For a meaningful response:

You'll probably have to supply the rev that you are compiling. Whether you have all the dependancies from the readme on your system. Post the exact configure command you used....

Have you tried another git pull since?

Might be something was messed up in the source that stopped compilation working on Linux and has since been put right. Are you following the commit log on github to check for these kinds of corrections?

Bottom line is - you're on the bleeding edge with git - sometimes it won't even compile. Sometimes it compiles but is crashy as all hell.

Regards,

Jim
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,179
Joined: Nov 2003
Reputation: 82
Post: #5
you bumped within 4h hours of the original post, cheeses, wait at least 24h, peeps here are from all around the world.

anyways, svn has been dead for a long time, use git.

the problem here is that gcc 4.5 is much more anal when it comes to passing linker options. as such, you need that to read -Wl,--soname,../../../../system/players/dvdplayer/avutil-50-x86_64-linux.so

this change was done months back in git master.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
SSMark Offline
Junior Member
Posts: 8
Joined: Dec 2009
Reputation: 0
Post: #6
spiff Wrote:you bumped within 4h hours of the original post, cheeses, wait at least 24h, peeps here are from all around the world.

anyways, svn has been dead for a long time, use git.

the problem here is that gcc 4.5 is much more anal when it comes to passing linker options. as such, you need that to read -Wl,--soname,../../../../system/players/dvdplayer/avutil-50-x86_64-linux.so

this change was done months back in git master.



very thx i try Big Grin
find quote