Build from Source on MSVC 2017 cl and MSYS2 32 bit
Dinesh Gupta <[email protected]> Sun, 16 Dec 2018 22:12:25 +0530
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <CAMwQn-tpT+De00s4ie22FGtpFA02D42i9chv4g551z=ZP=jitA@mail.gmail.com> |
--===============4291513654198545818==
Content-Type: multipart/alternative; boundary="0000000000001113cb057d265a24"
--0000000000001113cb057d265a24
Content-Type: text/plain; charset="UTF-8"
I am build from source on MSVC 2017 cl.exe and MSYS2 32 bit.
Environment
Machine OS: Windows 10 Prof
Visual Studio C++ : 2017
Windows SDK : 10.0.17763.0
MYS2 32 : MSYS_NT-10.0-WOW | uname -m i686
*Building code as below and getting error:*
tar xzf libtheora-1.2.0alpha1.tar.gz
cd libtheora-1.2.0alpha1;
cd libtheora-1.2.0alpha1; CC=cl ./configure
--prefix=/d/smallgame/gaminganywhere/deps.posix --with-pic
--disable-examples
configure: loading site script /mingw32/etc/config.site
checking build system type... i686-w64-mingw32
checking host system type... i686-w64-mingw32
checking target system type... i686-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... cl
checking for C compiler default output file name... conftest.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... obj
checking whether we are using the GNU C compiler... no
checking whether cl accepts -g... yes
checking for cl option to accept ISO C89... none needed
checking dependency style of cl... none
checking dependency style of cl... none
checking for gcc... (cached) cl
checking whether we are using the GNU C compiler... (cached) no
checking whether cl accepts -g... (cached) yes
checking for cl option to accept ISO C89... (cached) none needed
checking dependency style of cl... (cached) none
checking how to run the C preprocessor... cl -E
checking whether cl and cc understand -c and -o together... no
checking for as... as
checking for dlltool... dlltool
checking for objdump... objdump
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /mingw32/bin/nm -B
checking the name lister (/mingw32/bin/nm -B) interface... BSD nm
checking whether ln -s works... no, using cp -p
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... file_magic ^x86 archive
import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /mingw32/bin/nm -B output from
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... no
checking for dlfcn.h... no
checking for objdir... .libs
checking for
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
option to produce PIC... -DDLL_EXPORT -DPIC
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl PIC
flag -DDLL_EXPORT -DPIC works... yes
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
static flag works... yes
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
supports -c -o file.obj... no
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
supports -c -o file.obj... (cached) no
checking if we can lock with hard links... yes
checking whether the
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
linker (/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for doxygen... false
configure: WARNING: *** doxygen not found, API documentation will not be
built
checking for pdflatex... no
checking for bibtex... no
checking for fig2dev... no
configure: WARNING: *** Format Specification will not built.
checking for non-GNU ld... (cached) /bin/ld
checking if the linker (/bin/ld) is GNU ld... (cached) yes
checking how to control symbol export... -export-symbols
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking for VORBIS... yes
checking for SDL... no
configure: WARNING: *** Unable to find SDL -- Not compiling example players
***
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
configure: WARNING: OSS audio support not found -- not compiling
player_example
checking for PNG... no
checking for library containing ftime... none required
checking for getopt_long... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/arm/armopts.s
config.status: creating include/Makefile
config.status: creating include/theora/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/spec/Makefile
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating libtheora.spec
config.status: creating theora.pc
config.status: creating theora-uninstalled.pc
config.status: creating theoradec.pc
config.status: creating theoradec-uninstalled.pc
config.status: creating theoraenc.pc
config.status: creating theoraenc-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
------------------------------------------------------------------------
libtheora 1.2.0alpha1: Automatic configuration OK.
General configuration:
Encoding support: ........... yes
Floating point support: ..... yes
Assembly optimization: ...... 32 bit x86
Debugging telemetry: ........ no
Build example code: ......... no
API Documentation: .......... no
Format Documentation: ....... no
Installation paths:
libtheora: ...................
/d/smallgame/gaminganywhere/deps.posix/lib
C header files: ..............
/d/smallgame/gaminganywhere/deps.posix/include/theora
Documentation: ...............
/d/smallgame/gaminganywhere/deps.posix/share/doc/libtheora
Building:
Type 'make' to compile libtheora.
Type 'make install' to install libtheora.
Type 'make check' to run test suite (Valgrind testing not enabled)
Example programs will be built but not installed.
------------------------------------------------------------------------
make -C libtheora-1.2.0alpha1 -j5
make[1]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1'
make all-recursive
make[2]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1'
Making all in lib
make[3]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
make all-am
make[4]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
CC apiwrapper.lo
CC bitpack.lo
CC decapiwrapper.lo
CC decinfo.lo
CC decode.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
bitpack.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
decinfo.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
decapiwrapper.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
apiwrapper.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
decode.c
CC dequant.lo
CC fragment.lo
CC huffdec.lo
CC idct.lo
CC info.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
dequant.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
fragment.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
idct.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
huffdec.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
info.c
CC internal.lo
CC quant.lo
CC state.lo
CC x86cpu.lo
CC mmxidct.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
internal.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
state.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
quant.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
mmxidct.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-g'
x86cpu.c
x86\x86cpu.c(86): error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(86): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(97): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(104): error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(104): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(104): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(112): error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(112): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(112): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(127): error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(127): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(127): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(130): error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(130): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(130): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(134): error C2065: '__asm__': undeclared identifier
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2143: syntax error: missing ')' before '('x86\x86cpu.c(134): error
C2146: syntax error: missing ';' before identifier '__volatile__'
x86\x86cpu.c(134): error C2143: syntax error: missing ')' before ':'
x86\x86cpu.c(149): error C2065: '__asm__': undeclared identifier
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2091: function returns functionx86\x86cpu.c(149): error C2146:
syntax error: missing ';' before identifier '__volatile__'
x86\x86cpu.c(149): error C2143: syntax error: missing ')' before ':'
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2143: syntax error: missing ')' before 'constant'x86\x86cpu.c(162):
error C2065: '__asm__': undeclared identifier
x86\x86cpu.c(162): error C2146: syntax error: missing ';' before identifier
'__volatile__'
x86\x86cpu.c(162): error C2143: syntax error: missing ')' before ':'
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2143: syntax error: missing '{' before 'constant'
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2059: syntax error: 'constant'
d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97):
error C2059: syntax error: ')'
x86\mmxidct.c(289): error C2065: '__asm__': undeclared identifier
x86\mmxidct.c(289): error C2146: syntax error: missing ';' before
identifier '__volatile__'
x86\mmxidct.c(312): error C2143: syntax error: missing ')' before ':'
x86\mmxidct.c(312): warning C4116: unnamed type definition in parentheses
x86\mmxidct.c(312): error C2065: '_y': undeclared identifier
x86\mmxidct.c(312): error C2099: initializer is not a constant
x86\mmxidct.c(312): error C2040: 'array_addr__': 'int' differs in levels of
indirection from 'int *'
x86\mmxidct.c(312): error C2059: syntax error: '}'
x86\mmxidct.c(312): error C2059: syntax error: ')'
x86\mmxidct.c(313): error C2059: syntax error: ')'
x86\mmxidct.c(313): error C2059: syntax error: ','
x86\mmxidct.c(314): error C2059: syntax error: ')'
x86\mmxidct.c(315): error C2059: syntax error: ')'
x86\mmxidct.c(316): error C2059: syntax error: 'if'
x86\mmxidct.c(329): error C2059: syntax error: '}'
make[4]: *** [Makefile:851: x86cpu.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:859: mmxidct.lo] Error 1
make[4]: Leaving directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
make[3]: *** [Makefile:624: all] Error 2
make[3]: Leaving directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1'
make[1]: *** [Makefile:330: all] Error 2
make[1]: Leaving directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1'
make: *** [Makefile:117: theora] Error 2
--0000000000001113cb057d265a24
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div dir=3D"ltr">I am build from source on MSVC 2017 cl.ex=
e and MSYS2 32 bit.<div><br></div><div><h2 style=3D"box-sizing:border-box;m=
argin-bottom:16px;margin-top:24px;line-height:1.25;border-bottom:1px solid =
rgb(234,236,239);padding-bottom:0.3em;color:rgb(36,41,46);font-family:-appl=
e-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif=
,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Sy=
mbol"">Environment</h2><p style=3D"box-sizing:border-box;margin-bottom=
:16px;margin-top:0px;color:rgb(36,41,46);font-family:-apple-system,BlinkMac=
SystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol";font-s=
ize:14px">Machine OS: Windows 10 Prof<br style=3D"box-sizing:border-box">Vi=
sual Studio C++ : 2017<br style=3D"box-sizing:border-box">Windows SDK : 10.=
0.17763.0<br style=3D"box-sizing:border-box">MYS2 32 : MSYS_NT-10.0-WOW | u=
name -m i686</p><p style=3D"box-sizing:border-box;margin-bottom:16px;margin=
-top:0px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,&=
quot;Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji"=
;,"Segoe UI Emoji","Segoe UI Symbol";font-size:14px"><b=
>Building code as below and getting error:</b></p></div><div><div>tar xzf l=
ibtheora-1.2.0alpha1.tar.gz</div><div>cd libtheora-1.2.0alpha1;</div><div>c=
d libtheora-1.2.0alpha1; CC=3Dcl ./configure --prefix=3D/d/smallgame/gaming=
anywhere/deps.posix --with-pic --disable-examples</div><div>configure: load=
ing site script /mingw32/etc/config.site</div><div>checking build system ty=
pe... i686-w64-mingw32</div><div>checking host system type... i686-w64-ming=
w32</div><div>checking target system type... i686-w64-mingw32</div><div>che=
cking for a BSD-compatible install... /usr/bin/install -c</div><div>checkin=
g whether build environment is sane... yes</div><div>checking for a thread-=
safe mkdir -p... /usr/bin/mkdir -p</div><div>checking for gawk... gawk</div=
><div>checking whether make sets $(MAKE)... yes</div><div>checking for styl=
e of include used by make... GNU</div><div>checking for gcc... cl</div><div=
>checking for C compiler default output file name... conftest.exe</div><div=
>checking whether the C compiler works... yes</div><div>checking whether we=
are cross compiling... no</div><div>checking for suffix of executables... =
.exe</div><div>checking for suffix of object files... obj</div><div>checkin=
g whether we are using the GNU C compiler... no</div><div>checking whether =
cl accepts -g... yes</div><div>checking for cl option to accept ISO C89... =
none needed</div><div>checking dependency style of cl... none</div><div>che=
cking dependency style of cl... none</div><div>checking for gcc... (cached)=
cl</div><div>checking whether we are using the GNU C compiler... (cached) =
no</div><div>checking whether cl accepts -g... (cached) yes</div><div>check=
ing for cl option to accept ISO C89... (cached) none needed</div><div>check=
ing dependency style of cl... (cached) none</div><div>checking how to run t=
he C preprocessor... cl -E</div><div>checking whether cl and cc understand =
-c and -o together... no</div><div>checking for as... as</div><div>checking=
for dlltool... dlltool</div><div>checking for objdump... objdump</div><div=
>checking for a sed that does not truncate output... /usr/bin/sed</div><div=
>checking for grep that handles long lines and -e... /usr/bin/grep</div><di=
v>checking for egrep... /usr/bin/grep -E</div><div>checking for fgrep... /u=
sr/bin/grep -F</div><div>checking for non-GNU ld... /bin/ld</div><div>check=
ing if the linker (/bin/ld) is GNU ld... yes</div><div>checking for BSD- or=
MS-compatible name lister (nm)... /mingw32/bin/nm -B</div><div>checking th=
e name lister (/mingw32/bin/nm -B) interface... BSD nm</div><div>checking w=
hether ln -s works... no, using cp -p</div><div>checking the maximum length=
of command line arguments... 8192</div><div>checking whether the shell und=
erstands some XSI constructs... yes</div><div>checking whether the shell un=
derstands "+=3D"... yes</div><div>checking for /bin/ld option to =
reload object files... -r</div><div>checking for objdump... (cached) objdum=
p</div><div>checking how to recognize dependent libraries... file_magic ^x8=
6 archive import|^x86 DLL</div><div>checking for ar... ar</div><div>checkin=
g for strip... strip</div><div>checking for ranlib... ranlib</div><div>chec=
king command to parse /mingw32/bin/nm -B output from /d/smallgame/gamingany=
where/deps.src/libtheora-1.2.0alpha1/compile cl object... ok</div><div>chec=
king for ANSI C header files... yes</div><div>checking for sys/types.h... y=
es</div><div>checking for sys/stat.h... yes</div><div>checking for stdlib.h=
... yes</div><div>checking for string.h... yes</div><div>checking for memor=
y.h... yes</div><div>checking for strings.h... no</div><div>checking for in=
ttypes.h... yes</div><div>checking for stdint.h... yes</div><div>checking f=
or unistd.h... no</div><div>checking for dlfcn.h... no</div><div>checking f=
or objdir... .libs</div><div>checking for /d/smallgame/gaminganywhere/deps.=
src/libtheora-1.2.0alpha1/compile cl option to produce PIC... -DDLL_EXPORT =
-DPIC</div><div>checking if /d/smallgame/gaminganywhere/deps.src/libtheora-=
1.2.0alpha1/compile cl PIC flag -DDLL_EXPORT -DPIC works... yes</div><div>c=
hecking if /d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compi=
le cl static flag=C2=A0 works... yes</div><div>checking if /d/smallgame/gam=
inganywhere/deps.src/libtheora-1.2.0alpha1/compile cl supports -c -o file.o=
bj... no</div><div>checking if /d/smallgame/gaminganywhere/deps.src/libtheo=
ra-1.2.0alpha1/compile cl supports -c -o file.obj... (cached) no</div><div>=
checking if we can lock with hard links... yes</div><div>checking whether t=
he /d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl li=
nker (/bin/ld) supports shared libraries... yes</div><div>checking dynamic =
linker characteristics... Win32 ld.exe</div><div>checking how to hardcode l=
ibrary paths into programs... immediate</div><div>checking whether strippin=
g libraries is possible... yes</div><div>checking if libtool supports share=
d libraries... yes</div><div>checking whether to build shared libraries... =
yes</div><div>checking whether to build static libraries... yes</div><div>c=
hecking for doxygen... false</div><div>configure: WARNING: *** doxygen not =
found, API documentation will not be built</div><div>checking for pdflatex.=
.. no</div><div>checking for bibtex... no</div><div>checking for fig2dev...=
no</div><div>configure: WARNING: *** Format Specification will not built.<=
/div><div>checking for non-GNU ld... (cached) /bin/ld</div><div>checking if=
the linker (/bin/ld) is GNU ld... (cached) yes</div><div>checking how to c=
ontrol symbol export... -export-symbols</div><div>checking for pkg-config..=
. yes</div><div>checking for pkg-config... /usr/bin/pkg-config</div><div>ch=
ecking pkg-config is at least version 0.9.0... yes</div><div>checking for O=
GG... yes</div><div>checking for VORBIS... yes</div><div>checking for SDL..=
. no</div><div>configure: WARNING: *** Unable to find SDL -- Not compiling =
example players ***</div><div>checking sys/soundcard.h usability... no</div=
><div>checking sys/soundcard.h presence... no</div><div>checking for sys/so=
undcard.h... no</div><div>checking soundcard.h usability... no</div><div>ch=
ecking soundcard.h presence... no</div><div>checking for soundcard.h... no<=
/div><div>checking machine/soundcard.h usability... no</div><div>checking m=
achine/soundcard.h presence... no</div><div>checking for machine/soundcard.=
h... no</div><div>configure: WARNING: OSS audio support not found -- not co=
mpiling player_example</div><div>checking for PNG... no</div><div>checking =
for library containing ftime... none required</div><div>checking for getopt=
_long... no</div><div>configure: creating ./config.status</div><div>config.=
status: creating Makefile</div><div>config.status: creating lib/Makefile</d=
iv><div>config.status: creating lib/arm/armopts.s</div><div>config.status: =
creating include/Makefile</div><div>config.status: creating include/theora/=
Makefile</div><div>config.status: creating examples/Makefile</div><div>conf=
ig.status: creating doc/Makefile</div><div>config.status: creating doc/Doxy=
file</div><div>config.status: creating doc/spec/Makefile</div><div>config.s=
tatus: creating tests/Makefile</div><div>config.status: creating m4/Makefil=
e</div><div>config.status: creating libtheora.spec</div><div>config.status:=
creating theora.pc</div><div>config.status: creating theora-uninstalled.pc=
</div><div>config.status: creating theoradec.pc</div><div>config.status: cr=
eating theoradec-uninstalled.pc</div><div>config.status: creating theoraenc=
.pc</div><div>config.status: creating theoraenc-uninstalled.pc</div><div>co=
nfig.status: creating config.h</div><div>config.status: executing depfiles =
commands</div><div>config.status: executing libtool commands</div><div><br>=
</div><div>----------------------------------------------------------------=
--------</div><div>=C2=A0 libtheora 1.2.0alpha1:=C2=A0 Automatic configurat=
ion OK.</div><div><br></div><div>=C2=A0 General configuration:</div><div><b=
r></div><div>=C2=A0 =C2=A0 Encoding support: ........... yes</div><div>=C2=
=A0 =C2=A0 Floating point support: ..... yes</div><div>=C2=A0 =C2=A0 Assemb=
ly optimization: ...... 32 bit x86</div><div>=C2=A0 =C2=A0 Debugging teleme=
try: ........ no</div><div>=C2=A0 =C2=A0 Build example code: ......... no</=
div><div>=C2=A0 =C2=A0 API Documentation: .......... no</div><div>=C2=A0 =
=C2=A0 Format Documentation: ....... no</div><div><br></div><div>=C2=A0 Ins=
tallation paths:</div><div><br></div><div>=C2=A0 =C2=A0 libtheora: ........=
........... /d/smallgame/gaminganywhere/deps.posix/lib</div><div>=C2=A0 =C2=
=A0 C header files: .............. /d/smallgame/gaminganywhere/deps.posix/i=
nclude/theora</div><div>=C2=A0 =C2=A0 Documentation: ............... /d/sma=
llgame/gaminganywhere/deps.posix/share/doc/libtheora</div><div><br></div><d=
iv>=C2=A0 Building:</div><div><br></div><div>=C2=A0 =C2=A0 Type 'make&#=
39; to compile libtheora.</div><div><br></div><div>=C2=A0 =C2=A0 Type '=
make install' to install libtheora.</div><div><br></div><div>=C2=A0 =C2=
=A0 Type 'make check' to run test suite (Valgrind testing not enabl=
ed)</div><div><br></div><div>=C2=A0 Example programs will be built but not =
installed.</div><div>------------------------------------------------------=
------------------</div><div><br></div><div>make -C libtheora-1.2.0alpha1 -=
j5</div><div>make[1]: Entering directory '/d/smallgame/gaminganywhere/d=
eps.src/libtheora-1.2.0alpha1'</div><div>make=C2=A0 all-recursive</div>=
<div>make[2]: Entering directory '/d/smallgame/gaminganywhere/deps.src/=
libtheora-1.2.0alpha1'</div><div>Making all in lib</div><div>make[3]: E=
ntering directory '/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0=
alpha1/lib'</div><div>make=C2=A0 all-am</div><div>make[4]: Entering dir=
ectory '/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib&=
#39;</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0apiwrapper.lo</div><div>=C2=A0 =
CC=C2=A0 =C2=A0 =C2=A0bitpack.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0dec=
apiwrapper.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0decinfo.lo</div><div>=
=C2=A0 CC=C2=A0 =C2=A0 =C2=A0decode.lo</div><div>Microsoft (R) C/C++ Optimi=
zing Compiler Version 19.16.27024.1 for x86</div><div>Copyright (C) Microso=
ft Corporation.=C2=A0 All rights reserved.</div><div><br></div><div>cl : Co=
mmand line warning D9035 : option 'O' has been deprecated and will =
be removed in a future release</div><div>cl : Command line warning D9002 : =
ignoring unknown option '-g'</div><div>bitpack.c</div><div>Microsof=
t (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86</div><div>Cop=
yright (C) Microsoft Corporation.=C2=A0 All rights reserved.</div><div><br>=
</div><div>cl : Command line warning D9035 : option 'O' has been de=
precated and will be removed in a future release</div><div>cl : Command lin=
e warning D9002 : ignoring unknown option '-g'</div><div>decinfo.c<=
/div><div>Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for=
x86</div><div>Copyright (C) Microsoft Corporation.=C2=A0 All rights reserv=
ed.</div><div><br></div><div>cl : Command line warning D9035 : option '=
O' has been deprecated and will be removed in a future release</div><di=
v>cl : Command line warning D9002 : ignoring unknown option '-g'</d=
iv><div>decapiwrapper.c</div><div>Microsoft (R) C/C++ Optimizing Compiler V=
ersion 19.16.27024.1 for x86</div><div>Copyright (C) Microsoft Corporation.=
=C2=A0 All rights reserved.</div><div><br></div><div>cl : Command line warn=
ing D9035 : option 'O' has been deprecated and will be removed in a=
future release</div><div>cl : Command line warning D9002 : ignoring unknow=
n option '-g'</div><div>apiwrapper.c</div><div>Microsoft (R) C/C++ =
Optimizing Compiler Version 19.16.27024.1 for x86</div><div>Copyright (C) M=
icrosoft Corporation.=C2=A0 All rights reserved.</div><div><br></div><div>c=
l : Command line warning D9035 : option 'O' has been deprecated and=
will be removed in a future release</div><div>cl : Command line warning D9=
002 : ignoring unknown option '-g'</div><div>decode.c</div><div>=C2=
=A0 CC=C2=A0 =C2=A0 =C2=A0dequant.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=
=A0fragment.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0huffdec.lo</div><div>=
=C2=A0 CC=C2=A0 =C2=A0 =C2=A0idct.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=
=A0info.lo</div><div>Microsoft (R) C/C++ Optimizing Compiler Version 19.16.=
27024.1 for x86</div><div>Copyright (C) Microsoft Corporation.=C2=A0 All ri=
ghts reserved.</div><div><br></div><div>cl : Command line warning D9035 : o=
ption 'O' has been deprecated and will be removed in a future relea=
se</div><div>cl : Command line warning D9002 : ignoring unknown option '=
;-g'</div><div>dequant.c</div><div>Microsoft (R) C/C++ Optimizing Compi=
ler Version 19.16.27024.1 for x86</div><div>Copyright (C) Microsoft Corpora=
tion.=C2=A0 All rights reserved.</div><div><br></div><div>cl : Command line=
warning D9035 : option 'O' has been deprecated and will be removed=
in a future release</div><div>cl : Command line warning D9002 : ignoring u=
nknown option '-g'</div><div>fragment.c</div><div>Microsoft (R) C/C=
++ Optimizing Compiler Version 19.16.27024.1 for x86</div><div>Copyright (C=
) Microsoft Corporation.=C2=A0 All rights reserved.</div><div><br></div><di=
v>cl : Command line warning D9035 : option 'O' has been deprecated =
and will be removed in a future release</div><div>cl : Command line warning=
D9002 : ignoring unknown option '-g'</div><div>idct.c</div><div>Mi=
crosoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86</div><d=
iv>Copyright (C) Microsoft Corporation.=C2=A0 All rights reserved.</div><di=
v><br></div><div>cl : Command line warning D9035 : option 'O' has b=
een deprecated and will be removed in a future release</div><div>cl : Comma=
nd line warning D9002 : ignoring unknown option '-g'</div><div>huff=
dec.c</div><div>Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024=
.1 for x86</div><div>Copyright (C) Microsoft Corporation.=C2=A0 All rights =
reserved.</div><div><br></div><div>cl : Command line warning D9035 : option=
'O' has been deprecated and will be removed in a future release</d=
iv><div>cl : Command line warning D9002 : ignoring unknown option '-g&#=
39;</div><div>info.c</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0internal.lo</di=
v><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0quant.lo</div><div>=C2=A0 CC=C2=A0 =C2=
=A0 =C2=A0state.lo</div><div>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0x86cpu.lo</div><d=
iv>=C2=A0 CC=C2=A0 =C2=A0 =C2=A0mmxidct.lo</div><div>Microsoft (R) C/C++ Op=
timizing Compiler Version 19.16.27024.1 for x86</div><div>Copyright (C) Mic=
rosoft Corporation.=C2=A0 All rights reserved.</div><div><br></div><div>cl =
: Command line warning D9035 : option 'O' has been deprecated and w=
ill be removed in a future release</div><div>cl : Command line warning D900=
2 : ignoring unknown option '-g'</div><div>internal.c</div><div>Mic=
rosoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86</div><di=
v>Copyright (C) Microsoft Corporation.=C2=A0 All rights reserved.</div><div=
><br></div><div>cl : Command line warning D9035 : option 'O' has be=
en deprecated and will be removed in a future release</div><div>cl : Comman=
d line warning D9002 : ignoring unknown option '-g'</div><div>state=
.c</div><div>Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 =
for x86</div><div>Copyright (C) Microsoft Corporation.=C2=A0 All rights res=
erved.</div><div><br></div><div>cl : Command line warning D9035 : option &#=
39;O' has been deprecated and will be removed in a future release</div>=
<div>cl : Command line warning D9002 : ignoring unknown option '-g'=
</div><div>quant.c</div><div>Microsoft (R) C/C++ Optimizing Compiler Versio=
n 19.16.27024.1 for x86</div><div>Copyright (C) Microsoft Corporation.=C2=
=A0 All rights reserved.</div><div><br></div><div>cl : Command line warning=
D9035 : option 'O' has been deprecated and will be removed in a fu=
ture release</div><div>cl : Command line warning D9002 : ignoring unknown o=
ption '-g'</div><div>mmxidct.c</div><div>Microsoft (R) C/C++ Optimi=
zing Compiler Version 19.16.27024.1 for x86</div><div>Copyright (C) Microso=
ft Corporation.=C2=A0 All rights reserved.</div><div><br></div><div>cl : Co=
mmand line warning D9035 : option 'O' has been deprecated and will =
be removed in a future release</div><div>cl : Command line warning D9002 : =
ignoring unknown option '-g'</div><div>x86cpu.c</div><div>x86\x86cp=
u.c(86): error C2065: '__asm__': undeclared identifier</div><div>x8=
6\x86cpu.c(86): error C2146: syntax error: missing ';' before ident=
ifier '__volatile__'</div><div>x86\x86cpu.c(97): error C2143: synta=
x error: missing ')' before ':'</div><div>x86\x86cpu.c(104)=
: error C2065: '__asm__': undeclared identifier</div><div>x86\x86cp=
u.c(104): error C2146: syntax error: missing ';' before identifier =
'__volatile__'</div><div>x86\x86cpu.c(104): error C2143: syntax err=
or: missing ')' before ':'</div><div>x86\x86cpu.c(112): err=
or C2065: '__asm__': undeclared identifier</div><div>x86\x86cpu.c(1=
12): error C2146: syntax error: missing ';' before identifier '=
__volatile__'</div><div>x86\x86cpu.c(112): error C2143: syntax error: m=
issing ')' before ':'</div><div>x86\x86cpu.c(127): error C2=
065: '__asm__': undeclared identifier</div><div>x86\x86cpu.c(127): =
error C2146: syntax error: missing ';' before identifier '__vol=
atile__'</div><div>x86\x86cpu.c(127): error C2143: syntax error: missin=
g ')' before ':'</div><div>x86\x86cpu.c(130): error C2065: =
'__asm__': undeclared identifier</div><div>x86\x86cpu.c(130): error=
C2146: syntax error: missing ';' before identifier '__volatile=
__'</div><div>x86\x86cpu.c(130): error C2143: syntax error: missing =
9;)' before ':'</div><div>x86\x86cpu.c(134): error C2065: '=
__asm__': undeclared identifier</div><div>d:\smallgame\gaminganywhere\d=
eps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97): error C2143: syntax err=
or: missing ')' before '('x86\x86cpu.c(134): error C2146: s=
yntax error: missing ';' before identifier '__volatile__'</=
div><div>x86\x86cpu.c(134): error C2143: syntax error: missing ')' =
before ':'</div><div><br></div><div>x86\x86cpu.c(149): error C2065:=
'__asm__': undeclared identifier</div><div>d:\smallgame\gaminganyw=
here\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97): error C2091: func=
tion returns functionx86\x86cpu.c(149): error C2146: syntax error: missing =
';' before identifier '__volatile__'</div><div><br></div><d=
iv>x86\x86cpu.c(149): error C2143: syntax error: missing ')' before=
':'</div><div>d:\smallgame\gaminganywhere\deps.src\libtheora-1.2.0=
alpha1\lib\x86\x86int.h(97): error C2143: syntax error: missing ')'=
before 'constant'x86\x86cpu.c(162): error C2065: '__asm__'=
: undeclared identifier</div><div>x86\x86cpu.c(162): error C2146: syntax er=
ror: missing ';' before identifier '__volatile__'</div><div=
><br></div><div>x86\x86cpu.c(162): error C2143: syntax error: missing '=
)' before ':'</div><div>d:\smallgame\gaminganywhere\deps.src\li=
btheora-1.2.0alpha1\lib\x86\x86int.h(97): error C2143: syntax error: missin=
g '{' before 'constant'</div><div>d:\smallgame\gaminganywhe=
re\deps.src\libtheora-1.2.0alpha1\lib\x86\x86int.h(97): error C2059: syntax=
error: 'constant'</div><div>d:\smallgame\gaminganywhere\deps.src\l=
ibtheora-1.2.0alpha1\lib\x86\x86int.h(97): error C2059: syntax error: '=
)'</div><div>x86\mmxidct.c(289): error C2065: '__asm__': undecl=
ared identifier</div><div>x86\mmxidct.c(289): error C2146: syntax error: mi=
ssing ';' before identifier '__volatile__'</div><div>x86\mm=
xidct.c(312): error C2143: syntax error: missing ')' before ':&=
#39;</div><div>x86\mmxidct.c(312): warning C4116: unnamed type definition i=
n parentheses</div><div>x86\mmxidct.c(312): error C2065: '_y': unde=
clared identifier</div><div>x86\mmxidct.c(312): error C2099: initializer is=
not a constant</div><div>x86\mmxidct.c(312): error C2040: 'array_addr_=
_': 'int' differs in levels of indirection from 'int *'=
</div><div>x86\mmxidct.c(312): error C2059: syntax error: '}'</div>=
<div>x86\mmxidct.c(312): error C2059: syntax error: ')'</div><div>x=
86\mmxidct.c(313): error C2059: syntax error: ')'</div><div>x86\mmx=
idct.c(313): error C2059: syntax error: ','</div><div>x86\mmxidct.c=
(314): error C2059: syntax error: ')'</div><div>x86\mmxidct.c(315):=
error C2059: syntax error: ')'</div><div>x86\mmxidct.c(316): error=
C2059: syntax error: 'if'</div><div>x86\mmxidct.c(329): error C205=
9: syntax error: '}'</div><div>make[4]: *** [Makefile:851: x86cpu.l=
o] Error 1</div><div>make[4]: *** Waiting for unfinished jobs....</div><div=
>make[4]: *** [Makefile:859: mmxidct.lo] Error 1</div><div>make[4]: Leaving=
directory '/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/=
lib'</div><div>make[3]: *** [Makefile:624: all] Error 2</div><div>make[=
3]: Leaving directory '/d/smallgame/gaminganywhere/deps.src/libtheora-1=
.2.0alpha1/lib'</div><div>make[2]: *** [Makefile:437: all-recursive] Er=
ror 1</div><div>make[2]: Leaving directory '/d/smallgame/gaminganywhere=
/deps.src/libtheora-1.2.0alpha1'</div><div>make[1]: *** [Makefile:330: =
all] Error 2</div><div>make[1]: Leaving directory '/d/smallgame/gaminga=
nywhere/deps.src/libtheora-1.2.0alpha1'</div><div>make: *** [Makefile:1=
17: theora] Error 2</div></div><div><br></div></div></div>
--0000000000001113cb057d265a24--
--===============4291513654198545818==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KdGhlb3JhIG1h
aWxpbmcgbGlzdAp0aGVvcmFAeGlwaC5vcmcKaHR0cDovL2xpc3RzLnhpcGgub3JnL21haWxtYW4v
bGlzdGluZm8vdGhlb3JhCg==
--===============4291513654198545818==--