All,
I compiled today the opal lib with the new suse 11 I got a bunch of
problems in:
- h264pipe_unix.cxx I add the #include <string.h> for
stderror()
- h264helper_unix.cxx I add the #include <stdlib.h> for atoi()
- x264loader_unix.cxx I add the #include <string.h> for
strlen()
- h263-1998.h I add the the #include <string.h> for memset()
- h263pframe.cxx I add the #include <string.h> for memset()
- mpi.cxx I add the #include <stdlib.h> for abs()
I am sure that I put the include on the wrong place, might be there is
an global import file. However it compiles now
Regards
Franz
|