Created
March 14, 2014 19:52
-
-
Save brodock/9555481 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install htop -v | |
==> Downloading https://github.com/max-horvath/htop-osx/archive/0.8.2.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/htop-osx-0.8.2.2.tar.gz | |
==> Verifying htop-osx-0.8.2.2.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/htop-osx-0.8.2.2.tar.gz | |
==> ./autogen.sh | |
glibtoolize: putting auxiliary files in `.'. | |
glibtoolize: copying file `./ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
glibtoolize: copying file `m4/libtool.m4' | |
glibtoolize: copying file `m4/ltoptions.m4' | |
glibtoolize: copying file `m4/ltsugar.m4' | |
glibtoolize: copying file `m4/ltversion.m4' | |
glibtoolize: copying file `m4/lt~obsolete.m4' | |
configure.ac:12: installing './compile' | |
configure.ac:17: installing './config.guess' | |
configure.ac:17: installing './config.sub' | |
configure.ac:6: installing './install-sh' | |
configure.ac:6: installing './missing' | |
Makefile.am: installing './depcomp' | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/htop-osx/0.8.2.2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ceil in -lm... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for an ANSI C-conforming const... yes | |
checking for pid_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking whether closedir returns void... no | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible realloc... yes | |
checking return type of signal handlers... void | |
checking whether lstat correctly handles trailing slash... no | |
checking whether stat accepts an empty string... no | |
checking for memmove... yes | |
checking for strncasecmp... yes | |
checking for strstr... yes | |
checking for strdup... yes | |
checking whether gcc -std=c99 option works... yes | |
checking for refresh in -lncurses... yes | |
checking for curses.h... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install DEFAULT_INCLUDES='-iquote .' | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-AvailableMetersPanel.o `test -f 'AvailableMetersPanel.c' || echo './'`AvailableMetersPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-CategoriesPanel.o `test -f 'CategoriesPanel.c' || echo './'`CategoriesPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-CheckItem.o `test -f 'CheckItem.c' || echo './'`CheckItem.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ClockMeter.o `test -f 'ClockMeter.c' || echo './'`ClockMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ColorsPanel.o `test -f 'ColorsPanel.c' || echo './'`ColorsPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ColumnsPanel.o `test -f 'ColumnsPanel.c' || echo './'`ColumnsPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-CPUMeter.o `test -f 'CPUMeter.c' || echo './'`CPUMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-CRT.o `test -f 'CRT.c' || echo './'`CRT.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-DebugMemory.o `test -f 'DebugMemory.c' || echo './'`DebugMemory.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-DisplayOptionsPanel.o `test -f 'DisplayOptionsPanel.c' || echo './'`DisplayOptionsPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-FunctionBar.o `test -f 'FunctionBar.c' || echo './'`FunctionBar.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Hashtable.o `test -f 'Hashtable.c' || echo './'`Hashtable.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Header.o `test -f 'Header.c' || echo './'`Header.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-htop.o `test -f 'htop.c' || echo './'`htop.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ListItem.o `test -f 'ListItem.c' || echo './'`ListItem.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-LoadAverageMeter.o `test -f 'LoadAverageMeter.c' || echo './'`LoadAverageMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-MemoryMeter.o `test -f 'MemoryMeter.c' || echo './'`MemoryMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Meter.o `test -f 'Meter.c' || echo './'`Meter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-MetersPanel.o `test -f 'MetersPanel.c' || echo './'`MetersPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Object.o `test -f 'Object.c' || echo './'`Object.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Panel.o `test -f 'Panel.c' || echo './'`Panel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-BatteryMeter.o `test -f 'BatteryMeter.c' || echo './'`BatteryMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Process.o `test -f 'Process.c' || echo './'`Process.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ProcessList.o `test -f 'ProcessList.c' || echo './'`ProcessList.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-RichString.o `test -f 'RichString.c' || echo './'`RichString.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-ScreenManager.o `test -f 'ScreenManager.c' || echo './'`ScreenManager.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Settings.o `test -f 'Settings.c' || echo './'`Settings.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-SignalItem.o `test -f 'SignalItem.c' || echo './'`SignalItem.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-SignalsPanel.o `test -f 'SignalsPanel.c' || echo './'`SignalsPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-String.o `test -f 'String.c' || echo './'`String.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-SwapMeter.o `test -f 'SwapMeter.c' || echo './'`SwapMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-TasksMeter.o `test -f 'TasksMeter.c' || echo './'`TasksMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-TraceScreen.o `test -f 'TraceScreen.c' || echo './'`TraceScreen.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-UptimeMeter.o `test -f 'UptimeMeter.c' || echo './'`UptimeMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-UsersTable.o `test -f 'UsersTable.c' || echo './'`UsersTable.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-Vector.o `test -f 'Vector.c' || echo './'`Vector.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-AvailableColumnsPanel.o `test -f 'AvailableColumnsPanel.c' || echo './'`AvailableColumnsPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-AffinityPanel.o `test -f 'AffinityPanel.c' || echo './'`AffinityPanel.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-HostnameMeter.o `test -f 'HostnameMeter.c' || echo './'`HostnameMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-OpenFilesScreen.o `test -f 'OpenFilesScreen.c' || echo './'`OpenFilesScreen.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-util.o `test -f 'util.c' || echo './'`util.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-smc.o `test -f 'smc.c' || echo './'`smc.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-CPUTemperatureMeter.o `test -f 'CPUTemperatureMeter.c' || echo './'`CPUTemperatureMeter.c | |
clang -DHAVE_CONFIG_H '-iquote .' -DSYSCONFDIR=\"/usr/local/Cellar/htop-osx/0.8.2.2/etc\" -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -c -o htop-FanRPMMeter.o `test -f 'FanRPMMeter.c' || echo './'`FanRPMMeter.c | |
/bin/sh ./libtool --tag=CC --mode=link clang -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -framework IOKit -framework CoreFoundation -g -O2 -framework IOKit -framework CoreFoundation -o htop htop-AvailableMetersPanel.o htop-CategoriesPanel.o htop-CheckItem.o htop-ClockMeter.o htop-ColorsPanel.o htop-ColumnsPanel.o htop-CPUMeter.o htop-CRT.o htop-DebugMemory.o htop-DisplayOptionsPanel.o htop-FunctionBar.o htop-Hashtable.o htop-Header.o htop-htop.o htop-ListItem.o htop-LoadAverageMeter.o htop-MemoryMeter.o htop-Meter.o htop-MetersPanel.o htop-Object.o htop-Panel.o htop-BatteryMeter.o htop-Process.o htop-ProcessList.o htop-RichString.o htop-ScreenManager.o htop-Settings.o htop-SignalItem.o htop-SignalsPanel.o htop-String.o htop-SwapMeter.o htop-TasksMeter.o htop-TraceScreen.o htop-UptimeMeter.o htop-UsersTable.o htop-Vector.o htop-AvailableColumnsPanel.o htop-AffinityPanel.o htop-HostnameMeter.o htop-OpenFilesScreen.o htop-util.o htop-smc.o htop-CPUTemperatureMeter.o htop-FanRPMMeter.o -lncurses -lm | |
libtool: link: clang -pedantic -Wall -std=c99 -D_XOPEN_SOURCE_EXTENDED -g -O2 -o htop htop-AvailableMetersPanel.o htop-CategoriesPanel.o htop-CheckItem.o htop-ClockMeter.o htop-ColorsPanel.o htop-ColumnsPanel.o htop-CPUMeter.o htop-CRT.o htop-DebugMemory.o htop-DisplayOptionsPanel.o htop-FunctionBar.o htop-Hashtable.o htop-Header.o htop-htop.o htop-ListItem.o htop-LoadAverageMeter.o htop-MemoryMeter.o htop-Meter.o htop-MetersPanel.o htop-Object.o htop-Panel.o htop-BatteryMeter.o htop-Process.o htop-ProcessList.o htop-RichString.o htop-ScreenManager.o htop-Settings.o htop-SignalItem.o htop-SignalsPanel.o htop-String.o htop-SwapMeter.o htop-TasksMeter.o htop-TraceScreen.o htop-UptimeMeter.o htop-UsersTable.o htop-Vector.o htop-AvailableColumnsPanel.o htop-AffinityPanel.o htop-HostnameMeter.o htop-OpenFilesScreen.o htop-util.o htop-smc.o htop-CPUTemperatureMeter.o htop-FanRPMMeter.o -framework IOKit -framework CoreFoundation -lncurses -lm | |
Undefined symbols for architecture x86_64: | |
"_wadd_wchnstr", referenced from: | |
_TextMeterMode_draw in htop-Meter.o | |
_Panel_draw in htop-Panel.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [htop] Error 1 | |
make: *** [install] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 9d1135f7c1050e600e2775b833ddda9b8ace1176 | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
X11: 2.7.5 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: htop-osx did not build | |
Logs: | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/01.autogen.sh | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/02.configure | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/02.configure.cc | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/03.make | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/03.make.cc | |
/Users/brodock/Library/Logs/Homebrew/htop-osx/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment