mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-28 13:12:10 +01:00
Bug 556400 – Fails to build on OS X 10.4
2008-10-15 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 556400 – Fails to build on OS X 10.4 * configure.ac: check for functions backtrace and backtrace_symbols * girepository/girparser.c (backtrace_stderr): Comment out implementation if the functions are not available. * gcov.mak (clean-gcov, clean-gcno): always call 'find' with a directory for better portability svn path=/trunk/; revision=711
This commit is contained in:
parent
03d8379142
commit
6e266d5f53
@ -180,7 +180,7 @@ locate_gir (const char *name, const char * const* extra_paths)
|
|||||||
static void
|
static void
|
||||||
backtrace_stderr (void)
|
backtrace_stderr (void)
|
||||||
{
|
{
|
||||||
#ifndef _WIN32
|
#if defined(HAVE_BACKTRACE) && defined(HAVE_BACKTRACE_SYMBOLS)
|
||||||
void *array[50];
|
void *array[50];
|
||||||
int size;
|
int size;
|
||||||
char **strings;
|
char **strings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user