memeco / osd-lyrics

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

missing curl/types.h #219

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
请列出导致问题的操作
直接在archlinux编译,不管是从git 
co源码还是下载稳定版的源码。

DICONDIR='"/usr/local/share/osdlyrics/icons"' 
-DGUIDIR='"/usr/local/share/osdlyrics"'  -Wall -Werror -g -O2 -MT ol_main.o -MD 
-MP -MF .deps/ol_main.Tpo -c -o ol_main.o ol_main.c
In file included from ol_lrc_fetch.h:22:0,
                 from ol_main.c:29:
ol_lrc_fetch_utils.h:38:23: 
致命错误:curl/types.h:没有那个文件或目录
编译中断。
make[3]: *** [ol_main.o] 错误 1
make[3]: 离开目录“/home/zzz/src/osdlyrics-0.4.0/src”
make[2]: *** [all-recursive] 错误 1
make[2]: 离开目录“/home/zzz/src/osdlyrics-0.4.0/src”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/home/zzz/src/osdlyrics-0.4.0”

What's the player and which version you are using?
您使用的播放器是什么?它的版本号是多少?
mpd 0.16.3-2

What's version of OSD Lyrics?
OSD Lyrics的版本是多少?
4.0稳定版/git

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

Original issue reported on code.google.com by zong...@gmail.com on 26 Jun 2011 at 2:10

GoogleCodeExporter commented 8 years ago
由于curl升级去掉了对应文件所致,develop分支已修正

Original comment by tigerso...@gmail.com on 26 Jun 2011 at 2:38

GoogleCodeExporter commented 8 years ago
补充下解决方法,从aur安装osd-lyrics-git的时候修改PKGBUILD中的

git clone $_gitroot

改成

git clone -b develop $_gitroot

可以co到develop 
分支的源码,然后安装就没问题了。表示很好用啊。

Original comment by zong...@gmail.com on 30 Jun 2011 at 4:12