Skip to content

Instantly share code, notes, and snippets.

@maparent
Created April 30, 2019 09:51
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 maparent/23b64e13236c428b55a2bb3fa4f914bc to your computer and use it in GitHub Desktop.
Save maparent/23b64e13236c428b55a2bb3fa4f914bc to your computer and use it in GitHub Desktop.
cogutils on OSX error log file
Determining if files bfd.h exist failed with the following output:
Change Dir: /Users/maparent/OpenSource/cogutil/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_f2f15/fast
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f2f15.dir/build.make CMakeFiles/cmTC_f2f15.dir/build
Building C object CMakeFiles/cmTC_f2f15.dir/HAVE_BFD_H.c.o
/usr/local/bin/gcc-8 -Wall -Wno-long-long -Wno-conversion -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.14 -o CMakeFiles/cmTC_f2f15.dir/HAVE_BFD_H.c.o -c /Users/maparent/OpenSource/cogutil/build/CMakeFiles/CheckIncludeFiles/HAVE_BFD_H.c
/Users/maparent/OpenSource/cogutil/build/CMakeFiles/CheckIncludeFiles/HAVE_BFD_H.c:2:10: fatal error: bfd.h: No such file or directory
#include <bfd.h>
^~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_f2f15.dir/HAVE_BFD_H.c.o] Error 1
make: *** [cmTC_f2f15/fast] Error 2
Source:
/* */
#include <bfd.h>
int main(void){return 0;}
Determining if files libiberty.h exist failed with the following output:
Change Dir: /Users/maparent/OpenSource/cogutil/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_e1cdb/fast
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e1cdb.dir/build.make CMakeFiles/cmTC_e1cdb.dir/build
Building C object CMakeFiles/cmTC_e1cdb.dir/HAVE_IBERTY_H.c.o
/usr/local/bin/gcc-8 -Wall -Wno-long-long -Wno-conversion -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.14 -o CMakeFiles/cmTC_e1cdb.dir/HAVE_IBERTY_H.c.o -c /Users/maparent/OpenSource/cogutil/build/CMakeFiles/CheckIncludeFiles/HAVE_IBERTY_H.c
/Users/maparent/OpenSource/cogutil/build/CMakeFiles/CheckIncludeFiles/HAVE_IBERTY_H.c:2:10: fatal error: libiberty.h: No such file or directory
#include <libiberty.h>
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_e1cdb.dir/HAVE_IBERTY_H.c.o] Error 1
make: *** [cmTC_e1cdb/fast] Error 2
Source:
/* */
#include <libiberty.h>
int main(void){return 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment