zdennis (owner)

Revisions

gist: 142511 Download_button fork
public
Public Clone URL: git://gist.github.com/142511.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$ sudo port install libvorbis
---> Building libvorbis
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_libvorbis/work/libvorbis-1.2.2" && make all " returned error 2
Command output: make[3]: Nothing to be done for `all-am'.
Making all in vq
make[2]: Nothing to be done for `all'.
Making all in lib
Making all in modes
make[3]: Nothing to be done for `all'.
Making all in books
Making all in coupled
make[4]: Nothing to be done for `all'.
Making all in uncoupled
make[4]: Nothing to be done for `all'.
Making all in floor
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/local/include -I/opt/local/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O2 -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../include -I/opt/local/include -I/opt/local/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O2 -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -fno-common -DPIC -o .libs/mdct.o
In file included from /opt/local/include/ogg/os_types.h:123,
                 from /opt/local/include/ogg/ogg.h:24,
                 from ../include/vorbis/codec.h:26,
                 from mdct.c:44:
/opt/local/include/ogg/config_types.h:6: error: syntax error before 'ogg_uint16_t'
/opt/local/include/ogg/config_types.h:6: warning: type defaults to 'int' in declaration of 'ogg_uint16_t'
/opt/local/include/ogg/config_types.h:6: warning: data definition has no type or storage class
/opt/local/include/ogg/config_types.h:8: error: syntax error before 'ogg_uint32_t'
/opt/local/include/ogg/config_types.h:8: warning: type defaults to 'int' in declaration of 'ogg_uint32_t'
/opt/local/include/ogg/config_types.h:8: warning: data definition has no type or storage class
make[3]: *** [mdct.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
Error: Status 1 encountered during processing.