Skip to content

Instantly share code, notes, and snippets.

@Madsy
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Madsy/8815919 to your computer and use it in GitHub Desktop.
Save Madsy/8815919 to your computer and use it in GitHub Desktop.
finalizers.c:166:1: error: static declaration of 'GC_set_finalizer_notifier' follows non-static declaration
In file included from ../libguile/bdw-gc.h:47:0,
from finalizers.c:26:
/usr/include/gc/gc.h:177:21: note: previous declaration of 'GC_set_finalizer_notifier' was here
make[3]: *** [libguile_2.0_la-finalizers.lo] Error 1
make[3]: Leaving directory `/home/madsy/mingw/home/madsy/src/guile-2.0.9.182-c8e83-dirty/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/madsy/mingw/home/madsy/src/guile-2.0.9.182-c8e83-dirty/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/madsy/mingw/home/madsy/src/guile-2.0.9.182-c8e83-dirty'
make: *** [all] Error 2
madsy@singularity2:~/mingw/home/madsy/src/guile-2.0.9.182-c8e83-dirty$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment