On 13/12/11 15:04, Darin Perusich wrote:
Hello,
I'm running into an issue building a package on OpenSUSE 12.1, factory, and tumbleweed, which appears to be related to the version of the compiler. The package in question is orafce which is an implementation of some oracle functions in postgres. The package builds successfully on opensuse 11.3 and 11.4 which using gcc45 compared to gcc46 on the systems where the build fails. The compile options are slightly different between a successful and failed build, -fomit-frame-pointer on gcc45 and -Wformat-security on gcc46, yet when i attempted to build under gcc46 with the gcc45 options it still fails.
Can anyone provide any insight into this?
BuildLog: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=orafce...
Snip of the error:
others.c: In function 'ora_decode': others.c:357:52: error: macro "InitFunctionCallInfoData" requires 6
where and how InitFunctionCallInfoData macro defined and what is the application doing in others.c:357:52 ? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org