Felix Homann
2013-May-15 13:41 UTC
[flac-dev] FLAC currently won't compile for Android [bisected]
2013/5/15 Ulrich Klauer <ulrich at chirlu.de>> > Felix, is HAVE_SYS_PARAM_H set or unset in an Android build? This > information would eliminate one of the possibilities. > > Ulrich >Yes, HAVE_SYS_PARAM_H is set in config.h: #define HAVE_SYS_PARAM_H 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130515/380684b2/attachment.htm
Ulrich Klauer
2013-May-15 14:21 UTC
[flac-dev] FLAC currently won't compile for Android [bisected]
Felix Homann wrote:> Yes, HAVE_SYS_PARAM_H is set in config.h:OK ... Yet still I don't see how a change in src/libFLAC/include/private/macros.h could affect src/flac/utils.c in any way. Anyone got an idea? Ulrich
Felix Homann
2013-May-15 15:00 UTC
[flac-dev] FLAC currently won't compile for Android [bisected]
2013/5/15 Ulrich Klauer <ulrich at chirlu.de>> Felix Homann wrote: > > > Yes, HAVE_SYS_PARAM_H is set in config.h: > > OK ... Yet still I don't see how a change in > src/libFLAC/include/private/macros.h could affect src/flac/utils.c in > any way. > > Anyone got an idea?I haven't spend too much attention to the errors when bisecting, sorry! The first bad commit 03a9e6064d406e3656afacdbe50e8e47ebfa0de3 yields a different error: CCLD flac ../../src/libFLAC/.libs/libFLAC.so: error: undefined reference to 'MIN' ../../src/libFLAC/.libs/libFLAC.so: error: undefined reference to 'MAX' collect2: error: ld returned 1 exit status make[3]: *** [flac] Fehler 1 Regards, Felix -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130515/f0d728d9/attachment.htm