memeco / osd-lyrics

Automatically exported from code.google.com/p/osd-lyrics
GNU General Public License v3.0
1 stars 0 forks source link

Fedora 16 编译失败 #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What's the output in terminal (run with command `osd-lyrics -d debug')?
请给出在终端下运行的输出(使用“osd-lyrics -d
debug”来运行)
/usr/bin/ld: ol_gussian_blur.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
/usr/bin/ld: note: 'exp@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try 
adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: ld 返回 1
make[3]: *** [osdlyrics] 错误 1
make[3]: 离开目录“/home/gaizi/osd-lyrics/src”
make[2]: *** [all-recursive] 错误 1
make[2]: 离开目录“/home/gaizi/osd-lyrics/src”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/home/gaizi/osd-lyrics”
make: *** [all] 错误 2

What's version of OSD Lyrics?
OSD Lyrics的版本是多少?
GIT下载的最新源码

What's your Linux distro?
您使用哪种发行版?

Fedora 16

Original issue reported on code.google.com by biergaiz...@gmail.com on 12 Nov 2011 at 4:57

GoogleCodeExporter commented 8 years ago
链接问题,你之前是不是编译过,然后把fedora升级了?
make clean再make试试

Original comment by tigerso...@gmail.com on 12 Nov 2011 at 5:28

GoogleCodeExporter commented 8 years ago
没用!在网上搜索了一下,据说要修改Makefile。

Original comment by biergaiz...@gmail.com on 12 Nov 2011 at 5:35

GoogleCodeExporter commented 8 years ago
看来要显式指定链接 libm

Original comment by robinlee...@gmail.com on 12 Nov 2011 at 6:51

GoogleCodeExporter commented 8 years ago
是啊,但是我没有写Makefile的经验啊,看见那么多变量,真不
知改哪个?!

Original comment by biergaiz...@gmail.com on 12 Nov 2011 at 7:00

GoogleCodeExporter commented 8 years ago
这个应该很容易解决,我周一可以研究一下,只是现在不太��
�便

Original comment by robinlee...@gmail.com on 12 Nov 2011 at 8:06

GoogleCodeExporter commented 8 years ago
非常感谢!这是我在Google Code上见过的优秀的开源社区之一!

Original comment by biergaiz...@gmail.com on 12 Nov 2011 at 8:15

GoogleCodeExporter commented 8 years ago
我不知道为什么之前没加-lm一直没问题
我修改了一下,你再试试

Original comment by tigerso...@gmail.com on 12 Nov 2011 at 3:11

GoogleCodeExporter commented 8 years ago
我Checkout了最新代码后,果然编译成功了!
感谢大家,这个Bug的状态可以改成FIXED了!

Original comment by biergaiz...@gmail.com on 12 Nov 2011 at 11:34

GoogleCodeExporter commented 8 years ago

Original comment by tigerso...@gmail.com on 4 Dec 2011 at 3:42