Created
July 8, 2009 02:07
-
-
Save zdennis/142512 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---> Building libtheora | |
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libtheora/work/libtheora-1.0" && make all " returned error 2 | |
Command output: dec/apiwrapper.c:49: error: '_th' undeclared (first use in this function) | |
dec/apiwrapper.c: At top level: | |
dec/apiwrapper.c:59: error: syntax error before '*' token | |
dec/apiwrapper.c: In function 'theora_control': | |
dec/apiwrapper.c:61: error: '_th' undeclared (first use in this function) | |
dec/apiwrapper.c:63: error: '_req' undeclared (first use in this function) | |
dec/apiwrapper.c:63: error: '_buf' undeclared (first use in this function) | |
dec/apiwrapper.c:63: error: '_buf_sz' undeclared (first use in this function) | |
dec/apiwrapper.c: At top level: | |
dec/apiwrapper.c:72: error: syntax error before '*' token | |
dec/apiwrapper.c: In function 'theora_granule_frame': | |
dec/apiwrapper.c:74: error: '_th' undeclared (first use in this function) | |
dec/apiwrapper.c:76: error: '_gp' undeclared (first use in this function) | |
dec/apiwrapper.c: At top level: | |
dec/apiwrapper.c:85: error: syntax error before '*' token | |
dec/apiwrapper.c: In function 'theora_granule_time': | |
dec/apiwrapper.c:87: error: '_th' undeclared (first use in this function) | |
dec/apiwrapper.c:89: error: '_gp' undeclared (first use in this function) | |
dec/apiwrapper.c: At top level: | |
dec/apiwrapper.c:98: error: syntax error before '*' token | |
dec/apiwrapper.c: In function 'oc_theora_info2th_info': | |
dec/apiwrapper.c:99: error: '_info' undeclared (first use in this function) | |
dec/apiwrapper.c:99: error: '_ci' undeclared (first use in this function) | |
dec/apiwrapper.c: At top level: | |
dec/apiwrapper.c:137: error: syntax error before '*' token | |
dec/apiwrapper.c: In function 'theora_granule_shift': | |
dec/apiwrapper.c:141: error: '_ci' undeclared (first use in this function) | |
make[2]: *** [apiwrapper.lo] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
Error: Status 1 encountered during processing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment