mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
545 stars 130 forks source link

weechat not building (Leopard, 32-bit mode) #73

Open ghost opened 11 years ago

ghost commented 11 years ago

https://gist.github.com/anonymous/5707695

mistydemeo commented 11 years ago
[ 80%] Building C object src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl.o
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c: In function ‘weechat_tcl_hashtable_map_cb’:
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:101: error: implicit declaration of function ‘Tcl_DictObjPut’
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c: In function ‘weechat_tcl_hashtable_to_dict’:
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:117: error: implicit declaration of function ‘Tcl_NewDictObj’
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c: In function ‘weechat_tcl_dict_to_hashtable’:
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:143: error: ‘Tcl_DictSearch’ undeclared (first use in this function)
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:143: error: (Each undeclared identifier is reported only once
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:143: error: for each function it appears in.)
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:143: error: expected ‘;’ before ‘search’
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:155: error: implicit declaration of function ‘Tcl_DictObjFirst’
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:155: error: ‘search’ undeclared (first use in this function)
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:157: error: implicit declaration of function ‘Tcl_DictObjNext’
/tmp/weechat-aWx0/weechat-0.4.1/src/plugins/tcl/weechat-tcl.c:175: error: implicit declaration of function ‘Tcl_DictObjDone’
make[2]: *** [src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl.o] Error 1
make[1]: *** [src/plugins/tcl/CMakeFiles/tcl.dir/all] Error 2
make: *** [all] Error 2

It's trying and failing to build against tcl.

cj3kim commented 11 years ago

Do we install a different version of tcl to resolve this?

ghost commented 11 years ago

==> Downloading http://www.weechat.net/files/src/weechat-0.4.2.tar.bz2 ######################################################################## 100.0% ==> Patching patching file cmake/FindPython.cmake ==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/weechat/0.4.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST ==> make install /tmp/weechat-1dPT/weechat-0.4.2/src/plugins/tcl/weechat-tcl.c:157: error: implicit declaration of function ‘Tcl_DictObjNext’ /tmp/weechat-1dPT/weechat-0.4.2/src/plugins/tcl/weechat-tcl.c:175: error: implicit declaration of function ‘Tcl_DictObjDone’ make[2]: * [src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl.o] Error 1 make[1]: * [src/plugins/tcl/CMakeFiles/tcl.dir/all] Error 2 make: *\ [all] Error 2

READ THIS: https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting

/usr/local/Library/Homebrew/utils.rb:276:in open': Failed to connect to: https://api.github.com/legacy/issues/search/mistydemeo/tiger/open/weechat (GitHub::Error) certificate verify failed from /usr/local/Library/Homebrew/utils.rb:281:ineach_issue_matching' from /usr/local/Library/Homebrew/utils.rb:293:in issues_for_formula' from /usr/local/Library/Homebrew/exceptions.rb:178:inissues' from /usr/local/Library/Homebrew/excep

https://gist.github.com/7702675 https://gist.github.com/7702676

ghost commented 10 years ago

Same issue for me.

https://gist.github.com/20a1b9149264919c77a7 https://gist.github.com/ae7730767ddb9d9fe2b0 https://gist.github.com/cb5e700c56fc0aa22a10 https://gist.github.com/0f2d1462f7d8a353bcbb

ghost commented 8 years ago

Still not building 1.3 version

https://gist.github.com/c6c80a90343a9ebfac089caae1da0f02

Last 15 lines from /Users/x/Library/Logs/Homebrew/weechat/02.make: [ 12%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hdata.o [ 12%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hook.o [ 13%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-infolist.o [ 14%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-input.o [ 14%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-list.o [ 15%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-log.o [ 15%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-network.o /tmp/weechat20160616-46792-owrv41/weechat-1.3/src/core/wee-network.c: In function 'network_connect_to': /tmp/weechat20160616-46792-owrv41/weechat-1.3/src/core/wee-network.c:696:26: error: 'AI_NUMERICSERV' undeclared (first use in this function) hints.ai_flags = AI_NUMERICSERV; ^ /tmp/weechat20160616-46792-owrv41/weechat-1.3/src/core/wee-network.c:696:26: note: each undeclared identifier is reported only once for each function it appears in make[2]: * [src/core/CMakeFiles/weechat_core.dir/wee-network.o] Error 1 make[1]: * [src/core/CMakeFiles/weechat_core.dir/all] Error 2 make: *\ [all] Error 2