search for: _lt_ac_check_dlfcn

Displaying 2 results from an estimated 2 matches for "_lt_ac_check_dlfcn".

2004 Sep 10
3
OS X compile errors
...\ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) All of those "-I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include" are getting put after the -I/sw/include which breaks things. It looks like this CPPFLAGS is being added by your configure script from the dlopen check: AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" But its still a bug in your buildsystem, all your local include paths should always be before user specified ones, CPPFLAGS or CFLAGS. -Ben
2004 Sep 10
6
OS X compile errors
I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1 (released today) and it didn't work. The error message was: file_decoder.c: In function `_declspec': file_decoder.c:477: warning: unused parameter `dllimport' file_decoder.c:478: warning: unused parameter `FLAC__file_decoder_process_until_end_of_file' make[4]: *** [file_decoder.lo] Error 1 make[3]: ***