Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Does not compile 10.13.4 #33

Open
RobertKoval opened this issue Apr 14, 2018 · 0 comments
Open

Does not compile 10.13.4 #33

RobertKoval opened this issue Apr 14, 2018 · 0 comments

Comments

@RobertKoval
Copy link

  CLONE      pkgconfig
  CONFIG     pkgconfig
  BUILD      pkgconfig
make -C pkg-config-"0.29.2" -j 4
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in glib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in .
make[8]: Nothing to be done for `all-am'.
Making all in m4macros
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
make[9]: Nothing to be done for `all-am'.
Making all in glib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in libcharset
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
make[11]: Nothing to be done for `all-am'.
Making all in .
  CC       libglib_2_0_la-gallocator.lo
  CC       libglib_2_0_la-gcache.lo
  CC       libglib_2_0_la-gcompletion.lo
  CC       libglib_2_0_la-grel.lo
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /opt/local/include: No such file or directory [-Werror=missing-include-dirs]
deprecated/gallocator.c: In function 'g_mem_chunk_new':
deprecated/gallocator.c:33:31: warning: unused parameter 'name' [-Wunused-parameter]
 g_mem_chunk_new (const gchar *name,
                               ^~~~
deprecated/gallocator.c:35:31: warning: unused parameter 'area_size' [-Wunused-parameter]
                  gsize        area_size,
                               ^~~~~~~~~
deprecated/gallocator.c:36:31: warning: unused parameter 'type' [-Wunused-parameter]
                  gint         type)
                               ^~~~
deprecated/gallocator.c: In function 'g_allocator_new':
deprecated/gallocator.c:82:31: warning: unused parameter 'name' [-Wunused-parameter]
 g_allocator_new (const gchar *name,
                               ^~~~
deprecated/gallocator.c:83:31: warning: unused parameter 'n_preallocs' [-Wunused-parameter]
                  guint        n_preallocs)
                               ^~~~~~~~~~~
deprecated/gallocator.c: In function 'g_allocator_free':
deprecated/gallocator.c:89:46: warning: unused parameter 'allocator' [-Wunused-parameter]
 void g_allocator_free           (GAllocator *allocator) { }
                                              ^~~~~~~~~
deprecated/gallocator.c: In function 'g_mem_chunk_clean':
deprecated/gallocator.c:91:45: warning: unused parameter 'mem_chunk' [-Wunused-parameter]
 void g_mem_chunk_clean          (GMemChunk *mem_chunk)  { }
                                             ^~~~~~~~~
deprecated/gallocator.c: In function 'g_mem_chunk_reset':
deprecated/gallocator.c:92:45: warning: unused parameter 'mem_chunk' [-Wunused-parameter]
 void g_mem_chunk_reset          (GMemChunk *mem_chunk)  { }
                                             ^~~~~~~~~
deprecated/gallocator.c: In function 'g_mem_chunk_print':
deprecated/gallocator.c:93:45: warning: unused parameter 'mem_chunk' [-Wunused-parameter]
 void g_mem_chunk_print          (GMemChunk *mem_chunk)  { }
                                             ^~~~~~~~~
deprecated/gallocator.c: In function 'g_list_push_allocator':
deprecated/gallocator.c:97:46: warning: unused parameter 'allocator' [-Wunused-parameter]
 void g_list_push_allocator      (GAllocator *allocator) { }
                                              ^~~~~~~~~
deprecated/gallocator.c: In function 'g_slist_push_allocator':
deprecated/gallocator.c:100:46: warning: unused parameter 'allocator' [-Wunused-parameter]
 void g_slist_push_allocator     (GAllocator *allocator) { }
                                              ^~~~~~~~~
deprecated/gallocator.c: In function 'g_node_push_allocator':
deprecated/gallocator.c:103:46: warning: unused parameter 'allocator' [-Wunused-parameter]
 void g_node_push_allocator      (GAllocator *allocator) { }
                                              ^~~~~~~~~
deprecated/grel.c: In function 'relation_delete_value_tuple':
deprecated/grel.c:209:39: warning: unused parameter 'tuple_key' [-Wunused-parameter]
 relation_delete_value_tuple (gpointer tuple_key,
                                       ^~~~~~~~~
deprecated/grel.c: In function 'g_relation_free_array':
deprecated/grel.c:219:33: warning: unused parameter 'key' [-Wunused-parameter]
 g_relation_free_array (gpointer key, gpointer value, gpointer user_data)
                                 ^~~
deprecated/grel.c:219:63: warning: unused parameter 'user_data' [-Wunused-parameter]
 g_relation_free_array (gpointer key, gpointer value, gpointer user_data)
                                                               ^~~~~~~~~
deprecated/grel.c: In function 'g_relation_print_one':
deprecated/grel.c:612:32: warning: unused parameter 'tuple_key' [-Wunused-parameter]
 g_relation_print_one (gpointer tuple_key,
                                ^~~~~~~~~
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
make[10]: *** [libglib_2_0_la-gallocator.lo] Error 1
make[10]: *** Waiting for unfinished jobs....
make[10]: *** [libglib_2_0_la-gcache.lo] Error 1
cc1: some warnings being treated as errors
make[10]: *** [libglib_2_0_la-gcompletion.lo] Error 1
cc1: some warnings being treated as errors
make[10]: *** [libglib_2_0_la-grel.lo] Error 1
make[9]: *** [all-recursive] Error 1
make[8]: *** [all] Error 2
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [pkgconfig_build] Error 2
make[2]: *** [build] Error 1
make[1]: *** [pkgconfig_all] Error 2
make: *** [tools_all] Error 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant