[Openal-devel] Final testing for OpenAL Soft 1.14

Ryan Pavlik rpavlik at iastate.edu
Tue Mar 27 08:07:22 PDT 2012


On Tue, Mar 27, 2012 at 2:07 AM, Chris Robinson <chris.kcat at gmail.com>wrote:

> On Sunday, March 25, 2012 9:40:19 PM Ryan Pavlik wrote:
> > On MSVC that report _MSC_VER less than 1600 (that is, pre-VS 2010), the
> > stdint.h header is not provided, so commit b51afb74da1 broke my Windows
> > Visual Studio 2008 autobuilder. I'd suggest just skipping that target in
> > CMake with something like
> > if(MSVC AND MSVC_VERSION LESS 1600)
>
> Thanks for letting me know. I tried fixing it to avoid stdint types, so it
> should build on those VS versions, now.


OK, nearly there - now it's just complaining of a missing M_PI declaration,
and a few double to float conversion warnings. Log is below.  Just to be
safe, I'm also setting up an autobuild using mingw-cross-env as well as an
Ubuntu 11.04 x64 and RHEL5 build.  Do you want me to have it email you if a
build fails?

1>makehrtf.c

1>..\utils\makehrtf.c(113) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(113) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(115) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(115) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(163) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(163) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(165) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(165) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(194) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(202) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(203) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(205) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(206) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(214) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(215) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(216) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(276) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(277) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(278) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(279) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(281) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(320) : warning C4013: 'round' undefined;
assuming extern returning int

1>..\utils\makehrtf.c(446) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(463) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(463) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(463) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(463) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

1>..\utils\makehrtf.c(502) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(548) : error C2065: 'M_PI' : undeclared identifier

1>..\utils\makehrtf.c(549) : error C2065: 'M_PI' : undeclared identifier

1>Build log was saved at
"file://c:\Users\rpavlik\jenkins\workspace\openal-soft-windows\build\makehrtf.dir\Release\BuildLog.htm"

1>makehrtf - 12 error(s), 18 warning(s)


-- 
Ryan Pavlik
HCI Graduate Student
Virtual Reality Applications Center
Iowa State University

rpavlik at iastate.edu
http://academic.cleardefinition.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://opensource.creative.com/pipermail/openal-devel/attachments/20120327/38f2ca3b/attachment.html


More information about the Openal-devel mailing list