QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 862|回复: 14

用make的问题

[复制链接]
发表于 2005-1-29 19:49:55 | 显示全部楼层 |阅读模式
我用./cXXXXXX
会出现ggc....no
           X
           X
           X
  make
就出现
make ****
  然后用make intsall
出现make **
不知道为什么
我是FC3
发表于 2005-1-29 19:56:04 | 显示全部楼层
什么什么,你搞的什么东西?把过程全贴出来!应该是升级gcc-x.x.x或者gcc-c-x.x.x
回复

使用道具 举报

发表于 2005-1-29 20:43:30 | 显示全部楼层
gcc也许没有被安装或者版本忒低!
回复

使用道具 举报

 楼主| 发表于 2005-1-29 20:44:47 | 显示全部楼层
Configuring libquicktime
done
[root@localhost quicktime4linux-1.2]# ./configure
Configuring libquicktime
done
[root@localhost quicktime4linux-1.2]# make
gcc -c `./c_flags` atom.c
make: glib-config:命令未找到
/bin/sh: gcc: command not found
make: *** [atom.o] 错误 127
[root@localhost quicktime4linux-1.2]#
就是在个来
我是 FC3的
回复

使用道具 举报

发表于 2005-1-29 21:14:33 | 显示全部楼层
你打 rpm -qi gcc 和 看看是几点几版本的,下载一个新的软件包试试,可能还要升级一连串的依赖关系包,只是我有点不明白,configure通过了还出现这种问题,比较希奇,你就升级试试吧,我所知的也就这么多了,不好意思,嘻嘻,在下也是刚学了一个月左右,以后还要多多请教这里的大侠大哥们。嘻嘻!!
回复

使用道具 举报

发表于 2005-1-29 21:15:45 | 显示全部楼层
system-config-packages

把开发工具装上。
回复

使用道具 举报

发表于 2005-1-29 21:27:13 | 显示全部楼层
不错!hew大侠说地很对!我在安装盘里面看到过这种开发包,大概包括很多如gcc-c,gcc-java,gcc-perl等等的。
回复

使用道具 举报

 楼主| 发表于 2005-1-31 09:27:43 | 显示全部楼层
谢谢
回复

使用道具 举报

 楼主| 发表于 2005-1-31 18:49:46 | 显示全部楼层
有出现问题了 我装是了你说东西 现在你看
[root@localhost quicktime4linux-1.2]# ./configure
Configuring libquicktime
done
[root@localhost quicktime4linux-1.2]# make
gcc -c `./c_flags` atom.c
make: glib-config:命令未找到
atom.c:1: warning: -malign-loops is obsolete, use -falign-loops
atom.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
atom.c:1: warning: -malign-functions is obsolete, use -falign-functions
atom.c: In function `quicktime_atom_read_size64':
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
gcc -c `./c_flags` codecs.c
make: glib-config:命令未找到
codecs.c:1: warning: -malign-loops is obsolete, use -falign-loops
codecs.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
codecs.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` ctab.c
make: glib-config:命令未找到
ctab.c:1: warning: -malign-loops is obsolete, use -falign-loops
ctab.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
ctab.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dinf.c
make: glib-config:命令未找到
dinf.c:1: warning: -malign-loops is obsolete, use -falign-loops
dinf.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dinf.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dref.c
make: glib-config:命令未找到
dref.c:1: warning: -malign-loops is obsolete, use -falign-loops
dref.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dref.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dv.c
make: glib-config:命令未找到
dv.c:1: warning: -malign-loops is obsolete, use -falign-loops
dv.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dv.c:1: warning: -malign-functions is obsolete, use -falign-functions
In file included from libdv/dv.h:30,
                 from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/bitstream.h:34:18: glib.h: 没有那个文件或目录
In file included from libdv/dv.h:30,
                 from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/bitstream.h:43: error: syntax error before "guint32"
libdv/bitstream.h:43: warning: no semicolon at end of struct or union
libdv/bitstream.h:44: warning: data definition has no type or storage class
libdv/bitstream.h:45: error: syntax error before "bits_left"
libdv/bitstream.h:45: warning: data definition has no type or storage class
libdv/bitstream.h:46: error: syntax error before "next_bits"
libdv/bitstream.h:46: warning: data definition has no type or storage class
libdv/bitstream.h:48: error: syntax error before '*' token
libdv/bitstream.h:48: warning: data definition has no type or storage class
libdv/bitstream.h:49: error: syntax error before "buflen"
libdv/bitstream.h:49: warning: data definition has no type or storage class
libdv/bitstream.h:50: error: syntax error before "bufoffset"
libdv/bitstream.h:50: warning: data definition has no type or storage class
libdv/bitstream.h:52: error: syntax error before '*' token
libdv/bitstream.h:52: error: syntax error before '*' token
libdv/bitstream.h:52: error: `guint32' declared as function returning a functionlibdv/bitstream.h:52: warning: data definition has no type or storage class
libdv/bitstream.h:55: error: syntax error before "bitsread"
libdv/bitstream.h:55: warning: data definition has no type or storage class
libdv/bitstream.h:56: warning: data definition has no type or storage class
libdv/bitstream.h:58: error: syntax error before '*' token
libdv/bitstream.h:58: warning: data definition has no type or storage class
libdv/bitstream.h:59: error: syntax error before '*' token
libdv/bitstream.h:59: error: syntax error before '*' token
libdv/bitstream.h:59: error: `bitstream_set_fill_func' declared as function returning a function
libdv/bitstream.h:60: error: syntax error before '*' token
libdv/bitstream.h:61: error: syntax error before '*' token
libdv/bitstream.h:62: error: syntax error before '*' token
libdv/bitstream.h:64: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_next_word':
libdv/bitstream.h:65: error: syntax error before "diff"
libdv/bitstream.h:67: error: `diff' undeclared (first use in this function)
libdv/bitstream.h:67: error: (Each undeclared identifier is reported only once
libdv/bitstream.h:67: error: for each function it appears in.)
libdv/bitstream.h:68: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:71: error: `gulong' undeclared (first use in this function)
libdv/bitstream.h:71: error: syntax error before ')' token
libdv/bitstream.h:72: error: `guint8' undeclared (first use in this function)
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:77: error: syntax error before ')' token
libdv/bitstream.h: At top level:
libdv/bitstream.h:94: error: syntax error before "static"
libdv/bitstream.h:94: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_show_bh':
libdv/bitstream.h:95: error: syntax error before "result"
libdv/bitstream.h:97: error: `result' undeclared (first use in this function)
libdv/bitstream.h:97: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:98: error: `num_bits' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:104: error: syntax error before "static"
libdv/bitstream.h:104: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_get_bh':
libdv/bitstream.h:105: error: syntax error before "result"
libdv/bitstream.h:107: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:107: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:108: error: `result' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:120: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush_bh':
libdv/bitstream.h:123: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:124: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h: At top level:
libdv/bitstream.h:128: error: syntax error before "bitstream_show"
libdv/bitstream.h:128: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_show':
libdv/bitstream.h:129: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:129: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:135: error: syntax error before "bitstream_get"
libdv/bitstream.h:135: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_get':
libdv/bitstream.h:136: error: syntax error before "result"
libdv/bitstream.h:138: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:138: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:141: error: `result' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:150: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_unget':
libdv/bitstream.h:152: error: `guint' undeclared (first use in this function)
libdv/bitstream.h:152: error: syntax error before "high_bits"
libdv/bitstream.h:155: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:155: error: `data' undeclared (first use in this function)
libdv/bitstream.h:155: error: `mask' undeclared (first use in this function)
libdv/bitstream.h:157: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:168: error: `high_bits' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:178: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush':
libdv/bitstream.h:179: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:179: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:187: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush_large':
libdv/bitstream.h:188: error: `gint' undeclared (first use in this function)
libdv/bitstream.h:188: error: syntax error before "bits"
libdv/bitstream.h:190: error: `bits' undeclared (first use in this function)
libdv/bitstream.h:191: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:197: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_seek_set':
libdv/bitstream.h:198: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:198: error: `offset' undeclared (first use in this function)
libdv/bitstream.h:199: error: `gulong' undeclared (first use in this function)
libdv/bitstream.h:199: error: syntax error before ')' token
libdv/bitstream.h:200: error: `guint8' undeclared (first use in this function)
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:202: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
In file included from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/dv.h: At top level:
libdv/dv.h:58: error: syntax error before "dv_coeff_t"
libdv/dv.h:58: warning: data definition has no type or storage class
libdv/dv.h:59: error: syntax error before "dv_248_coeff_t"
libdv/dv.h:59: warning: data definition has no type or storage class
libdv/dv.h:62: error: syntax error before "dv_coeff_t"
libdv/dv.h:62: warning: no semicolon at end of struct or union
libdv/dv.h:63: warning: data definition has no type or storage class
libdv/dv.h:64: error: syntax error before "dct_mode"
libdv/dv.h:64: warning: data definition has no type or storage class
libdv/dv.h:65: error: syntax error before "class_no"
libdv/dv.h:65: warning: data definition has no type or storage class
libdv/dv.h:66: error: syntax error before '*' token
libdv/dv.h:66: warning: data definition has no type or storage class
libdv/dv.h:67: error: syntax error before '*' token
libdv/dv.h:67: warning: data definition has no type or storage class
libdv/dv.h:68: error: syntax error before "offset"
libdv/dv.h:68: warning: data definition has no type or storage class
libdv/dv.h:69: error: syntax error before "end"
libdv/dv.h:69: warning: data definition has no type or storage class
libdv/dv.h:70: error: syntax error before "eob"
libdv/dv.h:70: warning: data definition has no type or storage class
libdv/dv.h:71: error: syntax error before "mark"
libdv/dv.h:71: warning: data definition has no type or storage class
libdv/dv.h:72: warning: data definition has no type or storage class
libdv/dv.h:75: error: syntax error before "gint"
libdv/dv.h:75: warning: no semicolon at end of struct or union
libdv/dv.h:77: warning: data definition has no type or storage class
libdv/dv.h:78: error: syntax error before "qno"
libdv/dv.h:78: warning: data definition has no type or storage class
libdv/dv.h:79: error: syntax error before "sta"
libdv/dv.h:79: warning: data definition has no type or storage class
libdv/dv.h:80: error: syntax error before "vlc_error"
libdv/dv.h:80: warning: data definition has no type or storage class
libdv/dv.h:81: error: syntax error before "eob_count"
libdv/dv.h:81: warning: data definition has no type or storage class
libdv/dv.h:82: warning: data definition has no type or storage class
libdv/dv.h:85: error: syntax error before "gint"
libdv/dv.h:85: warning: no semicolon at end of struct or union
libdv/dv.h:86: warning: data definition has no type or storage class
libdv/dv.h:87: error: syntax error before "mb"
libdv/dv.h:87: warning: data definition has no type or storage class
libdv/dv.h:88: error: syntax error before "isPAL"
libdv/dv.h:88: warning: data definition has no type or storage class
libdv/dv.h:89: warning: data definition has no type or storage class
libdv/dv.h:92: error: syntax error before "gint"
libdv/dv.h:92: warning: no semicolon at end of struct or union
libdv/dv.h:94: warning: data definition has no type or storage class
libdv/dv.h:95: error: syntax error before "map2"
libdv/dv.h:95: warning: data definition has no type or storage class
libdv/dv.h:96: error: syntax error before "map_norm"
libdv/dv.h:96: warning: data definition has no type or storage class
libdv/dv.h:97: error: syntax error before '*' token
libdv/dv.h:97: warning: data definition has no type or storage class
libdv/dv.h:98: error: syntax error before '}' token
libdv/dv.h:98: warning: data definition has no type or storage class
In file included from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/dvprivate.h:38: error: syntax error before "dv_videosegment_t"
libdv/dvprivate.h:38: warning: no semicolon at end of struct or union
libdv/dvprivate.h:39: warning: data definition has no type or storage class
libdv/dvprivate.h:40: warning: data definition has no type or storage class
In file included from dv.h:4,
                 from dv.c:1:
libdv/libdv.h:24: error: syntax error before '*' token
libdv/libdv.h:24: warning: data definition has no type or storage class
libdv/libdv.h:25: error: syntax error before '*' token
libdv/libdv.h:27: error: syntax error before '*' token
libdv/libdv.h:33: error: syntax error before '*' token
In file included from dv.c:1:
dv.h:8: error: syntax error before "dv_t"
dv.h:8: warning: no semicolon at end of struct or union
dv.h:11: error: syntax error before '}' token
dv.h:11: warning: data definition has no type or storage class
dv.c: In function `quicktime_delete_codec_dv':
dv.c:6: error: `codec' undeclared (first use in this function)
dv.c: In function `quicktime_decode_dv':
dv.c:19: error: `codec' undeclared (first use in this function)
dv.c: In function `quicktime_init_codec_dv':
dv.c:59: error: `codec' undeclared (first use in this function)
make: *** [dv.o] 错误 1
[root@localhost quicktime4linux-1.2]# make intsall
make: *** 没有规则可以创建目标“intsall”。 停止。
[root@localhost quicktime4linux-1.2]#
回复

使用道具 举报

 楼主| 发表于 2005-1-31 18:57:59 | 显示全部楼层
看看
[root@localhost quicktime4linux-1.2]# ./configure
Configuring libquicktime
done
[root@localhost quicktime4linux-1.2]# make
gcc -c `./c_flags` atom.c
make: glib-config:命令未找到
atom.c:1: warning: -malign-loops is obsolete, use -falign-loops
atom.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
atom.c:1: warning: -malign-functions is obsolete, use -falign-functions
atom.c: In function `quicktime_atom_read_size64':
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
atom.c:112: warning: left shift count >= width of type
gcc -c `./c_flags` codecs.c
make: glib-config:命令未找到
codecs.c:1: warning: -malign-loops is obsolete, use -falign-loops
codecs.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
codecs.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` ctab.c
make: glib-config:命令未找到
ctab.c:1: warning: -malign-loops is obsolete, use -falign-loops
ctab.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
ctab.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dinf.c
make: glib-config:命令未找到
dinf.c:1: warning: -malign-loops is obsolete, use -falign-loops
dinf.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dinf.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dref.c
make: glib-config:命令未找到
dref.c:1: warning: -malign-loops is obsolete, use -falign-loops
dref.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dref.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -c `./c_flags` dv.c
make: glib-config:命令未找到
dv.c:1: warning: -malign-loops is obsolete, use -falign-loops
dv.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
dv.c:1: warning: -malign-functions is obsolete, use -falign-functions
In file included from libdv/dv.h:30,
                 from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/bitstream.h:34:18: glib.h: 没有那个文件或目录
In file included from libdv/dv.h:30,
                 from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/bitstream.h:43: error: syntax error before "guint32"
libdv/bitstream.h:43: warning: no semicolon at end of struct or union
libdv/bitstream.h:44: warning: data definition has no type or storage class
libdv/bitstream.h:45: error: syntax error before "bits_left"
libdv/bitstream.h:45: warning: data definition has no type or storage class
libdv/bitstream.h:46: error: syntax error before "next_bits"
libdv/bitstream.h:46: warning: data definition has no type or storage class
libdv/bitstream.h:48: error: syntax error before '*' token
libdv/bitstream.h:48: warning: data definition has no type or storage class
libdv/bitstream.h:49: error: syntax error before "buflen"
libdv/bitstream.h:49: warning: data definition has no type or storage class
libdv/bitstream.h:50: error: syntax error before "bufoffset"
libdv/bitstream.h:50: warning: data definition has no type or storage class
libdv/bitstream.h:52: error: syntax error before '*' token
libdv/bitstream.h:52: error: syntax error before '*' token
libdv/bitstream.h:52: error: `guint32' declared as function returning a functionlibdv/bitstream.h:52: warning: data definition has no type or storage class
libdv/bitstream.h:55: error: syntax error before "bitsread"
libdv/bitstream.h:55: warning: data definition has no type or storage class
libdv/bitstream.h:56: warning: data definition has no type or storage class
libdv/bitstream.h:58: error: syntax error before '*' token
libdv/bitstream.h:58: warning: data definition has no type or storage class
libdv/bitstream.h:59: error: syntax error before '*' token
libdv/bitstream.h:59: error: syntax error before '*' token
libdv/bitstream.h:59: error: `bitstream_set_fill_func' declared as function returning a function
libdv/bitstream.h:60: error: syntax error before '*' token
libdv/bitstream.h:61: error: syntax error before '*' token
libdv/bitstream.h:62: error: syntax error before '*' token
libdv/bitstream.h:64: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_next_word':
libdv/bitstream.h:65: error: syntax error before "diff"
libdv/bitstream.h:67: error: `diff' undeclared (first use in this function)
libdv/bitstream.h:67: error: (Each undeclared identifier is reported only once
libdv/bitstream.h:67: error: for each function it appears in.)
libdv/bitstream.h:68: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:71: error: `gulong' undeclared (first use in this function)
libdv/bitstream.h:71: error: syntax error before ')' token
libdv/bitstream.h:72: error: `guint8' undeclared (first use in this function)
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:72: error: syntax error before ')' token
libdv/bitstream.h:77: error: syntax error before ')' token
libdv/bitstream.h: At top level:
libdv/bitstream.h:94: error: syntax error before "static"
libdv/bitstream.h:94: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_show_bh':
libdv/bitstream.h:95: error: syntax error before "result"
libdv/bitstream.h:97: error: `result' undeclared (first use in this function)
libdv/bitstream.h:97: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:98: error: `num_bits' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:104: error: syntax error before "static"
libdv/bitstream.h:104: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_get_bh':
libdv/bitstream.h:105: error: syntax error before "result"
libdv/bitstream.h:107: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:107: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:108: error: `result' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:120: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush_bh':
libdv/bitstream.h:123: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:124: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h: At top level:
libdv/bitstream.h:128: error: syntax error before "bitstream_show"
libdv/bitstream.h:128: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_show':
libdv/bitstream.h:129: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:129: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:135: error: syntax error before "bitstream_get"
libdv/bitstream.h:135: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_get':
libdv/bitstream.h:136: error: syntax error before "result"
libdv/bitstream.h:138: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:138: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:141: error: `result' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:150: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_unget':
libdv/bitstream.h:152: error: `guint' undeclared (first use in this function)
libdv/bitstream.h:152: error: syntax error before "high_bits"
libdv/bitstream.h:155: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:155: error: `data' undeclared (first use in this function)
libdv/bitstream.h:155: error: `mask' undeclared (first use in this function)
libdv/bitstream.h:157: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:168: error: `high_bits' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:178: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush':
libdv/bitstream.h:179: error: `num_bits' undeclared (first use in this function)libdv/bitstream.h:179: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:187: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_flush_large':
libdv/bitstream.h:188: error: `gint' undeclared (first use in this function)
libdv/bitstream.h:188: error: syntax error before "bits"
libdv/bitstream.h:190: error: `bits' undeclared (first use in this function)
libdv/bitstream.h:191: error: `bs' undeclared (first use in this function)
libdv/bitstream.h: At top level:
libdv/bitstream.h:197: error: syntax error before '*' token
libdv/bitstream.h: In function `bitstream_seek_set':
libdv/bitstream.h:198: error: `bs' undeclared (first use in this function)
libdv/bitstream.h:198: error: `offset' undeclared (first use in this function)
libdv/bitstream.h:199: error: `gulong' undeclared (first use in this function)
libdv/bitstream.h:199: error: syntax error before ')' token
libdv/bitstream.h:200: error: `guint8' undeclared (first use in this function)
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:200: error: syntax error before ')' token
libdv/bitstream.h:202: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
libdv/bitstream.h:203: error: syntax error before ')' token
In file included from libdv/dvprivate.h:4,
                 from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/dv.h: At top level:
libdv/dv.h:58: error: syntax error before "dv_coeff_t"
libdv/dv.h:58: warning: data definition has no type or storage class
libdv/dv.h:59: error: syntax error before "dv_248_coeff_t"
libdv/dv.h:59: warning: data definition has no type or storage class
libdv/dv.h:62: error: syntax error before "dv_coeff_t"
libdv/dv.h:62: warning: no semicolon at end of struct or union
libdv/dv.h:63: warning: data definition has no type or storage class
libdv/dv.h:64: error: syntax error before "dct_mode"
libdv/dv.h:64: warning: data definition has no type or storage class
libdv/dv.h:65: error: syntax error before "class_no"
libdv/dv.h:65: warning: data definition has no type or storage class
libdv/dv.h:66: error: syntax error before '*' token
libdv/dv.h:66: warning: data definition has no type or storage class
libdv/dv.h:67: error: syntax error before '*' token
libdv/dv.h:67: warning: data definition has no type or storage class
libdv/dv.h:68: error: syntax error before "offset"
libdv/dv.h:68: warning: data definition has no type or storage class
libdv/dv.h:69: error: syntax error before "end"
libdv/dv.h:69: warning: data definition has no type or storage class
libdv/dv.h:70: error: syntax error before "eob"
libdv/dv.h:70: warning: data definition has no type or storage class
libdv/dv.h:71: error: syntax error before "mark"
libdv/dv.h:71: warning: data definition has no type or storage class
libdv/dv.h:72: warning: data definition has no type or storage class
libdv/dv.h:75: error: syntax error before "gint"
libdv/dv.h:75: warning: no semicolon at end of struct or union
libdv/dv.h:77: warning: data definition has no type or storage class
libdv/dv.h:78: error: syntax error before "qno"
libdv/dv.h:78: warning: data definition has no type or storage class
libdv/dv.h:79: error: syntax error before "sta"
libdv/dv.h:79: warning: data definition has no type or storage class
libdv/dv.h:80: error: syntax error before "vlc_error"
libdv/dv.h:80: warning: data definition has no type or storage class
libdv/dv.h:81: error: syntax error before "eob_count"
libdv/dv.h:81: warning: data definition has no type or storage class
libdv/dv.h:82: warning: data definition has no type or storage class
libdv/dv.h:85: error: syntax error before "gint"
libdv/dv.h:85: warning: no semicolon at end of struct or union
libdv/dv.h:86: warning: data definition has no type or storage class
libdv/dv.h:87: error: syntax error before "mb"
libdv/dv.h:87: warning: data definition has no type or storage class
libdv/dv.h:88: error: syntax error before "isPAL"
libdv/dv.h:88: warning: data definition has no type or storage class
libdv/dv.h:89: warning: data definition has no type or storage class
libdv/dv.h:92: error: syntax error before "gint"
libdv/dv.h:92: warning: no semicolon at end of struct or union
libdv/dv.h:94: warning: data definition has no type or storage class
libdv/dv.h:95: error: syntax error before "map2"
libdv/dv.h:95: warning: data definition has no type or storage class
libdv/dv.h:96: error: syntax error before "map_norm"
libdv/dv.h:96: warning: data definition has no type or storage class
libdv/dv.h:97: error: syntax error before '*' token
libdv/dv.h:97: warning: data definition has no type or storage class
libdv/dv.h:98: error: syntax error before '}' token
libdv/dv.h:98: warning: data definition has no type or storage class
In file included from libdv/libdv.h:21,
                 from dv.h:4,
                 from dv.c:1:
libdv/dvprivate.h:38: error: syntax error before "dv_videosegment_t"
libdv/dvprivate.h:38: warning: no semicolon at end of struct or union
libdv/dvprivate.h:39: warning: data definition has no type or storage class
libdv/dvprivate.h:40: warning: data definition has no type or storage class
In file included from dv.h:4,
                 from dv.c:1:
libdv/libdv.h:24: error: syntax error before '*' token
libdv/libdv.h:24: warning: data definition has no type or storage class
libdv/libdv.h:25: error: syntax error before '*' token
libdv/libdv.h:27: error: syntax error before '*' token
libdv/libdv.h:33: error: syntax error before '*' token
In file included from dv.c:1:
dv.h:8: error: syntax error before "dv_t"
dv.h:8: warning: no semicolon at end of struct or union
dv.h:11: error: syntax error before '}' token
dv.h:11: warning: data definition has no type or storage class
dv.c: In function `quicktime_delete_codec_dv':
dv.c:6: error: `codec' undeclared (first use in this function)
dv.c: In function `quicktime_decode_dv':
dv.c:19: error: `codec' undeclared (first use in this function)
dv.c: In function `quicktime_init_codec_dv':
dv.c:59: error: `codec' undeclared (first use in this function)
make: *** [dv.o] 错误 1
[root@localhost quicktime4linux-1.2]# make intsall
make: *** 没有规则可以创建目标“intsall”。 停止。
[root@localhost quicktime4linux-1.2]#

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2005-1-31 19:43:31 | 显示全部楼层
似乎应该升级glib库,看看rpm -qi glib 有没有,没有就装,或者升级新的!
回复

使用道具 举报

 楼主| 发表于 2005-1-31 20:02:12 | 显示全部楼层
GLIB在哪装呀哪个盘
回复

使用道具 举报

 楼主| 发表于 2005-1-31 20:07:21 | 显示全部楼层
装了
回复

使用道具 举报

 楼主| 发表于 2005-2-1 20:33:43 | 显示全部楼层
救救我我装了GLIB呀为什么会这样呀
回复

使用道具 举报

发表于 2005-2-1 22:12:57 | 显示全部楼层
应该贴./configure log 吧,还有看看软件的安装说明,看看是否需要什么特定库文件,或者有版本要求。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-25 21:20 , Processed in 0.066602 second(s), 17 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表